HEX: #474C38
RGB: (71,76,56)
#474C38 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #474C38 ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #474C38 wird in RGB als (71,76,56) definiert.
RGB: (71,76,56)
(28%, 30%, 22%)
R 71 von 255 = 28%
G 76 von 255 = 30%
B 56 von 255 = 22%
R + G + B ~ 27%. #474C38 ziemlich dunkle Farbe.
R + G + B = 71 + 76 + 56 = 203 (100%)
R 71 von 203 ~ 34.98%
G 76 von 203 ~ 37.44%
B 56 von 203 ~ 27.59'%
Die Farbe #474C38 wird in CMYK als (7,0,26,70) definiert.
CMYK: (7,0,26,70) C7M0Y26K70 (7%,0%,26%,70%) (0.07/0.00/0.26/0.70)
Farbe #474C38 in den populären Farbmodellen.
47 | 4C | 38 | |
---|---|---|---|
RGB | 71 | 76 | 56 |
HSL | 75° | 15.15% | 25.88% |
HSB/HSV | 75° | 26.32% | 29.80% |
CMYK | 6.58% | 0.00% | 26.32% |
70.20% |
Die Farbe #474C38 in den populären Zahlensystemen.
Hexadezimal | 47 | 4C | 38 |
Dezimal | 71 | 76 | 56 |
Binär | 1000111 | 1001100 | 111000 |
Oktal | 107 | 114 | 70 |
Dunkle Töne der Farbe #474C38
Helle Töne der Farbe #474C38
Beispiele css- und html für Elemente in der Farbe #474C38. Bitte benutzen Sie auch rgb(71,76,56) statt hex-Code.
.myTextColor { color: #474C38; }
<p style="color:#474C38">This sample text font color is #474C38.</p>
Die Farbe dieses Textes ist #474C38.
.myBgColor { background-color: #474C38; }
<div style="background-color:#474C38">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474C38.
.myBorderColor { border: 1px solid #474C38; }
<div style="border:3px solid #474C38">Div</div>
Die Grenzen von diesem div sind in Farbe #474C38.
.myOpacity80 { color: #474C38; opacity: 0.8; }
<p style="color:#474C38;opacity:0.8;">80%</p>
Text in Farbe #474C38 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474C38;}
<p style="text-shadow: 3px 3px 1px #474C38">Text here.</p>
Dieser Text hat den Schatten in Farbe #474C38.
.textShadow {text-shadow: 3px 3px 1px #474C38', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474C38, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474C38 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474C38, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474C38, Direction=45, Strength=4)">Text</p>
This text has shadow with #474C38 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474C38;
-webkit-box-shadow: 1px 1px 3px 2px #474C38;
box-shadow: 1px 1px 3px 2px #474C38;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474C38; -webkit-box-shadow: 1px 1px 3px 2px #474C38; box-shadow:1px 1px 3px 2px #474C38;">
Div content here
</div>
Dieser Text ist in der Farbe #474C38 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474C38 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474C38.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474C38.
Kontrastfarbe für #hex ist #B8B3C7.