HEX: #8E774F
RGB: (142,119,79)
#8E774F enthält hauptsächlich rote und grüne Farbe. Für #8E774F ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #8E774F wird in RGB als (142,119,79) definiert.
RGB: (142,119,79)
(56%, 47%, 31%)
R 142 von 255 = 56%
G 119 von 255 = 47%
B 79 von 255 = 31%
R + G + B ~ 45%. #8E774F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 142 + 119 + 79 = 340 (100%)
R 142 von 340 ~ 41.76%
G 119 von 340 ~ 35%
B 79 von 340 ~ 23.24'%
Die Farbe #8E774F wird in CMYK als (0,16,44,44) definiert.
CMYK: (0,16,44,44)
C0M16Y44K44 (0%, 16%, 44%, 44%)
(0.00 / 0.16 / 0.44 / 0.44)
Farbe #8E774F in den populären Farbmodellen.
8E | 77 | 4F | |
---|---|---|---|
RGB | 142 | 119 | 79 |
HSL | 38° | 28.51% | 43.33% |
HSB/HSV | 38° | 44.37% | 55.69% |
CMYK | 0.00% | 16.20% | 44.37% |
44.31% |
Die Farbe #8E774F in den populären Zahlensystemen.
Hexadezimal | 8E | 77 | 4F |
Dezimal | 142 | 119 | 79 |
Binär | 10001110 | 1110111 | 1001111 |
Oktal | 216 | 167 | 117 |
Dunkle Töne der Farbe #8E774F
Helle Töne der Farbe #8E774F
Beispiele css- und html für Elemente in der Farbe #8E774F. Bitte benutzen Sie auch rgb(142,119,79) statt hex-Code.
.myTextColor { color: #8E774F; }
<p style="color:#8E774F">This sample text font color is #8E774F.</p>
Die Farbe dieses Textes ist #8E774F.
.myBgColor { background-color: #8E774F; }
<div style="background-color:#8E774F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8E774F.
.myBorderColor { border: 1px solid #8E774F; }
<div style="border:3px solid #8E774F">Div</div>
Die Grenzen von diesem div sind in Farbe #8E774F.
.myOpacity80 { color: #8E774F; opacity: 0.8; }
<p style="color:#8E774F;opacity:0.8;">80%</p>
Text in Farbe #8E774F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E774F;}
<p style="text-shadow: 3px 3px 1px #8E774F">Text here.</p>
Dieser Text hat den Schatten in Farbe #8E774F.
.textShadow {text-shadow: 3px 3px 1px #8E774F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E774F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8E774F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E774F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E774F, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E774F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8E774F;
-webkit-box-shadow: 1px 1px 3px 2px #8E774F;
box-shadow: 1px 1px 3px 2px #8E774F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E774F; -webkit-box-shadow: 1px 1px 3px 2px #8E774F; box-shadow:1px 1px 3px 2px #8E774F;">
Div content here
</div>
Dieser Text ist in der Farbe #8E774F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8E774F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8E774F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8E774F.
Kontrastfarbe für #hex ist #7188B0.