HEX: #476520
RGB: (71,101,32)
#476520 enthält hauptsächlich rote und grüne Farbe. Für #476520 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #476520 wird in RGB als (71,101,32) definiert.
RGB: (71,101,32)
(28%, 40%, 13%)
R 71 von 255 = 28%
G 101 von 255 = 40%
B 32 von 255 = 13%
R + G + B ~ 27%. #476520 ziemlich dunkle Farbe.
R + G + B = 71 + 101 + 32 = 204 (100%)
R 71 von 204 ~ 34.8%
G 101 von 204 ~ 49.51%
B 32 von 204 ~ 15.69'%
Die Farbe #476520 wird in CMYK als (30,0,68,60) definiert.
CMYK: (30,0,68,60)
C30M0Y68K60 (30%, 0%, 68%, 60%)
(0.30 / 0.00 / 0.68 / 0.60)
Farbe #476520 in den populären Farbmodellen.
47 | 65 | 20 | |
---|---|---|---|
RGB | 71 | 101 | 32 |
HSL | 86° | 51.88% | 26.08% |
HSB/HSV | 86° | 68.32% | 39.61% |
CMYK | 29.70% | 0.00% | 68.32% |
60.39% |
Die Farbe #476520 in den populären Zahlensystemen.
Hexadezimal | 47 | 65 | 20 |
Dezimal | 71 | 101 | 32 |
Binär | 1000111 | 1100101 | 100000 |
Oktal | 107 | 145 | 40 |
Dunkle Töne der Farbe #476520
Helle Töne der Farbe #476520
Beispiele css- und html für Elemente in der Farbe #476520. Bitte benutzen Sie auch rgb(71,101,32) statt hex-Code.
.myTextColor { color: #476520; }
<p style="color:#476520">This sample text font color is #476520.</p>
Die Farbe dieses Textes ist #476520.
.myBgColor { background-color: #476520; }
<div style="background-color:#476520">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476520.
.myBorderColor { border: 1px solid #476520; }
<div style="border:3px solid #476520">Div</div>
Die Grenzen von diesem div sind in Farbe #476520.
.myOpacity80 { color: #476520; opacity: 0.8; }
<p style="color:#476520;opacity:0.8;">80%</p>
Text in Farbe #476520 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476520;}
<p style="text-shadow: 3px 3px 1px #476520">Text here.</p>
Dieser Text hat den Schatten in Farbe #476520.
.textShadow {text-shadow: 3px 3px 1px #476520', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476520, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476520 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476520, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476520, Direction=45, Strength=4)">Text</p>
This text has shadow with #476520 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476520;
-webkit-box-shadow: 1px 1px 3px 2px #476520;
box-shadow: 1px 1px 3px 2px #476520;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476520; -webkit-box-shadow: 1px 1px 3px 2px #476520; box-shadow:1px 1px 3px 2px #476520;">
Div content here
</div>
Dieser Text ist in der Farbe #476520 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476520 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476520.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476520.
Kontrastfarbe für #hex ist #B89ADF.