HEX: #474E14
RGB: (71,78,20)
#474E14 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #474E14 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #474E14 wird in RGB als (71,78,20) definiert.
RGB: (71,78,20)
(28%, 31%, 8%)
R 71 von 255 = 28%
G 78 von 255 = 31%
B 20 von 255 = 8%
R + G + B ~ 22%. #474E14 dunkle Farbe.
R + G + B = 71 + 78 + 20 = 169 (100%)
R 71 von 169 ~ 42.01%
G 78 von 169 ~ 46.15%
B 20 von 169 ~ 11.83'%
Die Farbe #474E14 wird in CMYK als (9,0,74,69) definiert.
CMYK: (9,0,74,69)
C9M0Y74K69 (9%, 0%, 74%, 69%)
(0.09 / 0.00 / 0.74 / 0.69)
Farbe #474E14 in den populären Farbmodellen.
47 | 4E | 14 | |
---|---|---|---|
RGB | 71 | 78 | 20 |
HSL | 67° | 59.18% | 19.22% |
HSB/HSV | 67° | 74.36% | 30.59% |
CMYK | 8.97% | 0.00% | 74.36% |
69.41% |
Die Farbe #474E14 in den populären Zahlensystemen.
Hexadezimal | 47 | 4E | 14 |
Dezimal | 71 | 78 | 20 |
Binär | 1000111 | 1001110 | 10100 |
Oktal | 107 | 116 | 24 |
Dunkle Töne der Farbe #474E14
Helle Töne der Farbe #474E14
Beispiele css- und html für Elemente in der Farbe #474E14. Bitte benutzen Sie auch rgb(71,78,20) statt hex-Code.
.myTextColor { color: #474E14; }
<p style="color:#474E14">This sample text font color is #474E14.</p>
Die Farbe dieses Textes ist #474E14.
.myBgColor { background-color: #474E14; }
<div style="background-color:#474E14">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474E14.
.myBorderColor { border: 1px solid #474E14; }
<div style="border:3px solid #474E14">Div</div>
Die Grenzen von diesem div sind in Farbe #474E14.
.myOpacity80 { color: #474E14; opacity: 0.8; }
<p style="color:#474E14;opacity:0.8;">80%</p>
Text in Farbe #474E14 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474E14;}
<p style="text-shadow: 3px 3px 1px #474E14">Text here.</p>
Dieser Text hat den Schatten in Farbe #474E14.
.textShadow {text-shadow: 3px 3px 1px #474E14', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474E14, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474E14 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474E14, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474E14, Direction=45, Strength=4)">Text</p>
This text has shadow with #474E14 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474E14;
-webkit-box-shadow: 1px 1px 3px 2px #474E14;
box-shadow: 1px 1px 3px 2px #474E14;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474E14; -webkit-box-shadow: 1px 1px 3px 2px #474E14; box-shadow:1px 1px 3px 2px #474E14;">
Div content here
</div>
Dieser Text ist in der Farbe #474E14 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474E14 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474E14.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474E14.
Kontrastfarbe für #hex ist #B8B1EB.