HEX: #887B1A
RGB: (136,123,26)
#887B1A enthält hauptsächlich rote und grüne Farbe. Für #887B1A ist eine «websichere» Webfarbe #996600 (oder kurz #960).
Die Farbe #887B1A wird in RGB als (136,123,26) definiert.
RGB: (136,123,26) (53%,48%,10%)
R 136 von 255 = 53%
G 123 von 255 = 48%
B 26 von 255 = 10%
R + G + B ~ 37%. #887B1A ziemlich dunkle Farbe.
R + G + B =
136 + 123 + 26 = 285 (100%)
R 136 von 285 ~ 47.72%
G 123 von 285 ~ 43.16%
B 26 von 285 ~ 9.12%
Die Farbe #887B1A wird in CMYK als (0,10,81,47) definiert.
CMYK: (0,10,81,47) C0M10Y81K47 (0%,10%,81%,47%) (0.00/0.10/0.81/0.47)
88 | 7B | 1A | |
---|---|---|---|
RGB | 136 | 123 | 26 |
HSL | 53° | 67.90% | 31.76% |
HSB/HSV | 53° | 80.88% | 53.33% |
CMYK | 0.00% | 9.56% | 80.88% |
46.67% |
Hexadezimal | 88 | 7B | 1A |
Dezimal | 136 | 123 | 26 |
Binär | 10001000 | 1111011 | 11010 |
Oktal | 210 | 173 | 32 |
Beispiele css- und html für Elemente in der Farbe #887B1A. Bitte benutzen Sie auch rgb(136,123,26) statt hex-Code.
.myTextColor { color: #887B1A; }
<p style="color:#887B1A">This sample text font color is #887B1A.</p>
Die Farbe dieses Textes ist #887B1A.
.myBgColor { background-color: #887B1A; }
<div style="background-color:#887B1A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #887B1A.
.myBorderColor { border: 1px solid #887B1A; }
<div style="border:3px solid #887B1A">Div</div>
Die Grenzen von diesem div sind in Farbe #887B1A.
.myOpacity80 { color: #887B1A; opacity: 0.8; }
<p style="color:#887B1A;opacity:0.8;">80%</p>
Text in Farbe #887B1A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887B1A;}
<p style="text-shadow: 3px 3px 1px #887B1A">Text here.</p>
Dieser Text hat den Schatten in Farbe #887B1A.
.textShadow {text-shadow: 3px 3px 1px #887B1A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887B1A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #887B1A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887B1A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887B1A, Direction=45, Strength=4)">Text</p>
This text has shadow with #887B1A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887B1A; -webkit-box-shadow: 1px 1px 3px 2px #887B1A; box-shadow: 1px 1px 3px 2px #887B1A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887B1A; -webkit-box-shadow: 1px 1px 3px 2px #887B1A; box-shadow:1px 1px 3px 2px #887B1A;">
Div content here</div>
Dieser Text ist in der Farbe #887B1A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #887B1A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #887B1A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #887B1A.