HEX: #477240
RGB: (71,114,64)
#477240 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #477240 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #477240 wird in RGB als (71,114,64) definiert.
RGB: (71,114,64)
(28%, 45%, 25%)
R 71 von 255 = 28%
G 114 von 255 = 45%
B 64 von 255 = 25%
R + G + B ~ 33%. #477240 ziemlich dunkle Farbe.
R + G + B = 71 + 114 + 64 = 249 (100%)
R 71 von 249 ~ 28.51%
G 114 von 249 ~ 45.78%
B 64 von 249 ~ 25.7'%
Die Farbe #477240 wird in CMYK als (38,0,44,55) definiert.
CMYK: (38,0,44,55) C38M0Y44K55 (38%,0%,44%,55%) (0.38/0.00/0.44/0.55)
Farbe #477240 in den populären Farbmodellen.
47 | 72 | 40 | |
---|---|---|---|
RGB | 71 | 114 | 64 |
HSL | 112° | 28.09% | 34.90% |
HSB/HSV | 112° | 43.86% | 44.71% |
CMYK | 37.72% | 0.00% | 43.86% |
55.29% |
Die Farbe #477240 in den populären Zahlensystemen.
Hexadezimal | 47 | 72 | 40 |
Dezimal | 71 | 114 | 64 |
Binär | 1000111 | 1110010 | 1000000 |
Oktal | 107 | 162 | 100 |
Dunkle Töne der Farbe #477240
Helle Töne der Farbe #477240
Beispiele css- und html für Elemente in der Farbe #477240. Bitte benutzen Sie auch rgb(71,114,64) statt hex-Code.
.myTextColor { color: #477240; }
<p style="color:#477240">This sample text font color is #477240.</p>
Die Farbe dieses Textes ist #477240.
.myBgColor { background-color: #477240; }
<div style="background-color:#477240">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477240.
.myBorderColor { border: 1px solid #477240; }
<div style="border:3px solid #477240">Div</div>
Die Grenzen von diesem div sind in Farbe #477240.
.myOpacity80 { color: #477240; opacity: 0.8; }
<p style="color:#477240;opacity:0.8;">80%</p>
Text in Farbe #477240 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477240;}
<p style="text-shadow: 3px 3px 1px #477240">Text here.</p>
Dieser Text hat den Schatten in Farbe #477240.
.textShadow {text-shadow: 3px 3px 1px #477240', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477240, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477240 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477240, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477240, Direction=45, Strength=4)">Text</p>
This text has shadow with #477240 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477240;
-webkit-box-shadow: 1px 1px 3px 2px #477240;
box-shadow: 1px 1px 3px 2px #477240;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477240; -webkit-box-shadow: 1px 1px 3px 2px #477240; box-shadow:1px 1px 3px 2px #477240;">
Div content here
</div>
Dieser Text ist in der Farbe #477240 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477240 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477240.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477240.
Kontrastfarbe für #hex ist #B88DBF.