HEX: #887C5F
RGB: (136,124,95)
#887C5F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #887C5F ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #887C5F wird in RGB als (136,124,95) definiert.
RGB: (136,124,95)
(53%, 49%, 37%)
R 136 von 255 = 53%
G 124 von 255 = 49%
B 95 von 255 = 37%
R + G + B ~ 46%. #887C5F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 124 + 95 = 355 (100%)
R 136 von 355 ~ 38.31%
G 124 von 355 ~ 34.93%
B 95 von 355 ~ 26.76'%
Die Farbe #887C5F wird in CMYK als (0,9,30,47) definiert.
CMYK: (0,9,30,47)
C0M9Y30K47 (0%, 9%, 30%, 47%)
(0.00 / 0.09 / 0.30 / 0.47)
Farbe #887C5F in den populären Farbmodellen.
88 | 7C | 5F | |
---|---|---|---|
RGB | 136 | 124 | 95 |
HSL | 42° | 17.75% | 45.29% |
HSB/HSV | 42° | 30.15% | 53.33% |
CMYK | 0.00% | 8.82% | 30.15% |
46.67% |
Die Farbe #887C5F in den populären Zahlensystemen.
Hexadezimal | 88 | 7C | 5F |
Dezimal | 136 | 124 | 95 |
Binär | 10001000 | 1111100 | 1011111 |
Oktal | 210 | 174 | 137 |
Dunkle Töne der Farbe #887C5F
Helle Töne der Farbe #887C5F
Beispiele css- und html für Elemente in der Farbe #887C5F. Bitte benutzen Sie auch rgb(136,124,95) statt hex-Code.
.myTextColor { color: #887C5F; }
<p style="color:#887C5F">This sample text font color is #887C5F.</p>
Die Farbe dieses Textes ist #887C5F.
.myBgColor { background-color: #887C5F; }
<div style="background-color:#887C5F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #887C5F.
.myBorderColor { border: 1px solid #887C5F; }
<div style="border:3px solid #887C5F">Div</div>
Die Grenzen von diesem div sind in Farbe #887C5F.
.myOpacity80 { color: #887C5F; opacity: 0.8; }
<p style="color:#887C5F;opacity:0.8;">80%</p>
Text in Farbe #887C5F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887C5F;}
<p style="text-shadow: 3px 3px 1px #887C5F">Text here.</p>
Dieser Text hat den Schatten in Farbe #887C5F.
.textShadow {text-shadow: 3px 3px 1px #887C5F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887C5F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #887C5F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887C5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887C5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #887C5F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #887C5F;
-webkit-box-shadow: 1px 1px 3px 2px #887C5F;
box-shadow: 1px 1px 3px 2px #887C5F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #887C5F; -webkit-box-shadow: 1px 1px 3px 2px #887C5F; box-shadow:1px 1px 3px 2px #887C5F;">
Div content here
</div>
Dieser Text ist in der Farbe #887C5F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #887C5F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #887C5F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #887C5F.
Kontrastfarbe für #hex ist #7783A0.