HEX: #477021
RGB: (71,112,33)
#477021 enthält hauptsächlich rote und grüne Farbe. Für #477021 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #477021 wird in RGB als (71,112,33) definiert.
RGB: (71,112,33)
(28%, 44%, 13%)
R 71 von 255 = 28%
G 112 von 255 = 44%
B 33 von 255 = 13%
R + G + B ~ 28%. #477021 ziemlich dunkle Farbe.
R + G + B = 71 + 112 + 33 = 216 (100%)
R 71 von 216 ~ 32.87%
G 112 von 216 ~ 51.85%
B 33 von 216 ~ 15.28'%
Die Farbe #477021 wird in CMYK als (37,0,71,56) definiert.
CMYK: (37,0,71,56)
C37M0Y71K56 (37%, 0%, 71%, 56%)
(0.37 / 0.00 / 0.71 / 0.56)
Farbe #477021 in den populären Farbmodellen.
47 | 70 | 21 | |
---|---|---|---|
RGB | 71 | 112 | 33 |
HSL | 91° | 54.48% | 28.43% |
HSB/HSV | 91° | 70.54% | 43.92% |
CMYK | 36.61% | 0.00% | 70.54% |
56.08% |
Die Farbe #477021 in den populären Zahlensystemen.
Hexadezimal | 47 | 70 | 21 |
Dezimal | 71 | 112 | 33 |
Binär | 1000111 | 1110000 | 100001 |
Oktal | 107 | 160 | 41 |
Dunkle Töne der Farbe #477021
Helle Töne der Farbe #477021
Beispiele css- und html für Elemente in der Farbe #477021. Bitte benutzen Sie auch rgb(71,112,33) statt hex-Code.
.myTextColor { color: #477021; }
<p style="color:#477021">This sample text font color is #477021.</p>
Die Farbe dieses Textes ist #477021.
.myBgColor { background-color: #477021; }
<div style="background-color:#477021">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477021.
.myBorderColor { border: 1px solid #477021; }
<div style="border:3px solid #477021">Div</div>
Die Grenzen von diesem div sind in Farbe #477021.
.myOpacity80 { color: #477021; opacity: 0.8; }
<p style="color:#477021;opacity:0.8;">80%</p>
Text in Farbe #477021 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477021;}
<p style="text-shadow: 3px 3px 1px #477021">Text here.</p>
Dieser Text hat den Schatten in Farbe #477021.
.textShadow {text-shadow: 3px 3px 1px #477021', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477021, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477021 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477021, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477021, Direction=45, Strength=4)">Text</p>
This text has shadow with #477021 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477021;
-webkit-box-shadow: 1px 1px 3px 2px #477021;
box-shadow: 1px 1px 3px 2px #477021;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477021; -webkit-box-shadow: 1px 1px 3px 2px #477021; box-shadow:1px 1px 3px 2px #477021;">
Div content here
</div>
Dieser Text ist in der Farbe #477021 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477021 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477021.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477021.
Kontrastfarbe für #hex ist #B88FDE.