HEX: #475C28
RGB: (71,92,40)
#475C28 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #475C28 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #475C28 wird in RGB als (71,92,40) definiert.
RGB: (71,92,40) (28%,36%,16%)
R 71 von 255 = 28%
G 92 von 255 = 36%
B 40 von 255 = 16%
R + G + B ~ 27%. #475C28 ziemlich dunkle Farbe.
R + G + B =
71 + 92 + 40 = 203 (100%)
R 71 von 203 ~ 34.98%
G 92 von 203 ~ 45.32%
B 40 von 203 ~ 19.7%
Die Farbe #475C28 wird in CMYK als (23,0,57,64) definiert.
CMYK: (23,0,57,64) C23M0Y57K64 (23%,0%,57%,64%) (0.23/0.00/0.57/0.64)
47 | 5C | 28 | |
---|---|---|---|
RGB | 71 | 92 | 40 |
HSL | 84° | 39.39% | 25.88% |
HSB/HSV | 84° | 56.52% | 36.08% |
CMYK | 22.83% | 0.00% | 56.52% |
63.92% |
Hexadezimal | 47 | 5C | 28 |
Dezimal | 71 | 92 | 40 |
Binär | 1000111 | 1011100 | 101000 |
Oktal | 107 | 134 | 50 |
Beispiele css- und html für Elemente in der Farbe #475C28. Bitte benutzen Sie auch rgb(71,92,40) statt hex-Code.
.myTextColor { color: #475C28; }
<p style="color:#475C28">This sample text font color is #475C28.</p>
Die Farbe dieses Textes ist #475C28.
.myBgColor { background-color: #475C28; }
<div style="background-color:#475C28">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475C28.
.myBorderColor { border: 1px solid #475C28; }
<div style="border:3px solid #475C28">Div</div>
Die Grenzen von diesem div sind in Farbe #475C28.
.myOpacity80 { color: #475C28; opacity: 0.8; }
<p style="color:#475C28;opacity:0.8;">80%</p>
Text in Farbe #475C28 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475C28;}
<p style="text-shadow: 3px 3px 1px #475C28">Text here.</p>
Dieser Text hat den Schatten in Farbe #475C28.
.textShadow {text-shadow: 3px 3px 1px #475C28, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475C28, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475C28 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475C28, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475C28, Direction=45, Strength=4)">Text</p>
This text has shadow with #475C28 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475C28; -webkit-box-shadow: 1px 1px 3px 2px #475C28; box-shadow: 1px 1px 3px 2px #475C28; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475C28; -webkit-box-shadow: 1px 1px 3px 2px #475C28; box-shadow:1px 1px 3px 2px #475C28;">
Div content here</div>
Dieser Text ist in der Farbe #475C28 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475C28 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475C28.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475C28.