HEX: #474C0F
RGB: (71,76,15)
#474C0F enthält hauptsächlich rote und grüne Farbe. Für #474C0F ist eine «websichere» Webfarbe #333300 (oder kurz #330).
Die Farbe #474C0F wird in RGB als (71,76,15) definiert.
RGB: (71,76,15)
(28%, 30%, 6%)
R 71 von 255 = 28%
G 76 von 255 = 30%
B 15 von 255 = 6%
R + G + B ~ 21%. #474C0F dunkle Farbe.
R + G + B = 71 + 76 + 15 = 162 (100%)
R 71 von 162 ~ 43.83%
G 76 von 162 ~ 46.91%
B 15 von 162 ~ 9.26'%
Die Farbe #474C0F wird in CMYK als (7,0,80,70) definiert.
CMYK: (7,0,80,70)
C7M0Y80K70 (7%, 0%, 80%, 70%)
(0.07 / 0.00 / 0.80 / 0.70)
Farbe #474C0F in den populären Farbmodellen.
47 | 4C | 0F | |
---|---|---|---|
RGB | 71 | 76 | 15 |
HSL | 65° | 67.03% | 17.84% |
HSB/HSV | 65° | 80.26% | 29.80% |
CMYK | 6.58% | 0.00% | 80.26% |
70.20% |
Die Farbe #474C0F in den populären Zahlensystemen.
Hexadezimal | 47 | 4C | 0F |
Dezimal | 71 | 76 | 15 |
Binär | 1000111 | 1001100 | 1111 |
Oktal | 107 | 114 | 17 |
Dunkle Töne der Farbe #474C0F
Helle Töne der Farbe #474C0F
Beispiele css- und html für Elemente in der Farbe #474C0F. Bitte benutzen Sie auch rgb(71,76,15) statt hex-Code.
.myTextColor { color: #474C0F; }
<p style="color:#474C0F">This sample text font color is #474C0F.</p>
Die Farbe dieses Textes ist #474C0F.
.myBgColor { background-color: #474C0F; }
<div style="background-color:#474C0F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474C0F.
.myBorderColor { border: 1px solid #474C0F; }
<div style="border:3px solid #474C0F">Div</div>
Die Grenzen von diesem div sind in Farbe #474C0F.
.myOpacity80 { color: #474C0F; opacity: 0.8; }
<p style="color:#474C0F;opacity:0.8;">80%</p>
Text in Farbe #474C0F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474C0F;}
<p style="text-shadow: 3px 3px 1px #474C0F">Text here.</p>
Dieser Text hat den Schatten in Farbe #474C0F.
.textShadow {text-shadow: 3px 3px 1px #474C0F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474C0F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474C0F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474C0F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474C0F, Direction=45, Strength=4)">Text</p>
This text has shadow with #474C0F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474C0F;
-webkit-box-shadow: 1px 1px 3px 2px #474C0F;
box-shadow: 1px 1px 3px 2px #474C0F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474C0F; -webkit-box-shadow: 1px 1px 3px 2px #474C0F; box-shadow:1px 1px 3px 2px #474C0F;">
Div content here
</div>
Dieser Text ist in der Farbe #474C0F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474C0F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474C0F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474C0F.
Kontrastfarbe für #hex ist #B8B3F0.