HEX: #887833
RGB: (136,120,51)
#887833 enthält hauptsächlich rote und grüne Farbe. Für #887833 ist eine «websichere» Webfarbe #996633 (oder kurz #963).
Die Farbe #887833 wird in RGB als (136,120,51) definiert.
RGB: (136,120,51) (53%,47%,20%)
R 136 von 255 = 53%
G 120 von 255 = 47%
B 51 von 255 = 20%
R + G + B ~ 40%. #887833 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 120 + 51 = 307 (100%)
R 136 von 307 ~ 44.3%
G 120 von 307 ~ 39.09%
B 51 von 307 ~ 16.61%
Die Farbe #887833 wird in CMYK als (0,12,63,47) definiert.
CMYK: (0,12,63,47) C0M12Y63K47 (0%,12%,63%,47%) (0.00/0.12/0.63/0.47)
88 | 78 | 33 | |
---|---|---|---|
RGB | 136 | 120 | 51 |
HSL | 49° | 45.45% | 36.67% |
HSB/HSV | 49° | 62.50% | 53.33% |
CMYK | 0.00% | 11.76% | 62.50% |
46.67% |
Hexadezimal | 88 | 78 | 33 |
Dezimal | 136 | 120 | 51 |
Binär | 10001000 | 1111000 | 110011 |
Oktal | 210 | 170 | 63 |
Beispiele css- und html für Elemente in der Farbe #887833. Bitte benutzen Sie auch rgb(136,120,51) statt hex-Code.
.myTextColor { color: #887833; }
<p style="color:#887833">This sample text font color is #887833.</p>
Die Farbe dieses Textes ist #887833.
.myBgColor { background-color: #887833; }
<div style="background-color:#887833">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #887833.
.myBorderColor { border: 1px solid #887833; }
<div style="border:3px solid #887833">Div</div>
Die Grenzen von diesem div sind in Farbe #887833.
.myOpacity80 { color: #887833; opacity: 0.8; }
<p style="color:#887833;opacity:0.8;">80%</p>
Text in Farbe #887833 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887833;}
<p style="text-shadow: 3px 3px 1px #887833">Text here.</p>
Dieser Text hat den Schatten in Farbe #887833.
.textShadow {text-shadow: 3px 3px 1px #887833, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887833, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #887833 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887833, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887833, Direction=45, Strength=4)">Text</p>
This text has shadow with #887833 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887833; -webkit-box-shadow: 1px 1px 3px 2px #887833; box-shadow: 1px 1px 3px 2px #887833; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887833; -webkit-box-shadow: 1px 1px 3px 2px #887833; box-shadow:1px 1px 3px 2px #887833;">
Div content here</div>
Dieser Text ist in der Farbe #887833 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #887833 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #887833.
Dieser Text ist weiß auf dem Hintergrund in Farbe #887833.