HEX: #476439
RGB: (71,100,57)
#476439 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #476439 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #476439 wird in RGB als (71,100,57) definiert.
RGB: (71,100,57)
(28%, 39%, 22%)
R 71 von 255 = 28%
G 100 von 255 = 39%
B 57 von 255 = 22%
R + G + B ~ 30%. #476439 ziemlich dunkle Farbe.
R + G + B = 71 + 100 + 57 = 228 (100%)
R 71 von 228 ~ 31.14%
G 100 von 228 ~ 43.86%
B 57 von 228 ~ 25'%
Die Farbe #476439 wird in CMYK als (29,0,43,61) definiert.
CMYK: (29,0,43,61)
C29M0Y43K61 (29%, 0%, 43%, 61%)
(0.29 / 0.00 / 0.43 / 0.61)
Farbe #476439 in den populären Farbmodellen.
47 | 64 | 39 | |
---|---|---|---|
RGB | 71 | 100 | 57 |
HSL | 100° | 27.39% | 30.78% |
HSB/HSV | 100° | 43.00% | 39.22% |
CMYK | 29.00% | 0.00% | 43.00% |
60.78% |
Die Farbe #476439 in den populären Zahlensystemen.
Hexadezimal | 47 | 64 | 39 |
Dezimal | 71 | 100 | 57 |
Binär | 1000111 | 1100100 | 111001 |
Oktal | 107 | 144 | 71 |
Dunkle Töne der Farbe #476439
Helle Töne der Farbe #476439
Beispiele css- und html für Elemente in der Farbe #476439. Bitte benutzen Sie auch rgb(71,100,57) statt hex-Code.
.myTextColor { color: #476439; }
<p style="color:#476439">This sample text font color is #476439.</p>
Die Farbe dieses Textes ist #476439.
.myBgColor { background-color: #476439; }
<div style="background-color:#476439">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476439.
.myBorderColor { border: 1px solid #476439; }
<div style="border:3px solid #476439">Div</div>
Die Grenzen von diesem div sind in Farbe #476439.
.myOpacity80 { color: #476439; opacity: 0.8; }
<p style="color:#476439;opacity:0.8;">80%</p>
Text in Farbe #476439 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476439;}
<p style="text-shadow: 3px 3px 1px #476439">Text here.</p>
Dieser Text hat den Schatten in Farbe #476439.
.textShadow {text-shadow: 3px 3px 1px #476439', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476439, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476439 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476439, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476439, Direction=45, Strength=4)">Text</p>
This text has shadow with #476439 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476439;
-webkit-box-shadow: 1px 1px 3px 2px #476439;
box-shadow: 1px 1px 3px 2px #476439;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476439; -webkit-box-shadow: 1px 1px 3px 2px #476439; box-shadow:1px 1px 3px 2px #476439;">
Div content here
</div>
Dieser Text ist in der Farbe #476439 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476439 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476439.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476439.
Kontrastfarbe für #hex ist #B89BC6.