HEX: #476C1C
RGB: (71,108,28)
#476C1C enthält hauptsächlich rote und grüne Farbe. Für #476C1C ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #476C1C wird in RGB als (71,108,28) definiert.
RGB: (71,108,28) (28%,42%,11%)
R 71 von 255 = 28%
G 108 von 255 = 42%
B 28 von 255 = 11%
R + G + B ~ 27%. #476C1C ziemlich dunkle Farbe.
R + G + B =
71 + 108 + 28 = 207 (100%)
R 71 von 207 ~ 34.3%
G 108 von 207 ~ 52.17%
B 28 von 207 ~ 13.53%
Die Farbe #476C1C wird in CMYK als (34,0,74,58) definiert.
CMYK: (34,0,74,58) C34M0Y74K58 (34%,0%,74%,58%) (0.34/0.00/0.74/0.58)
47 | 6C | 1C | |
---|---|---|---|
RGB | 71 | 108 | 28 |
HSL | 88° | 58.82% | 26.67% |
HSB/HSV | 88° | 74.07% | 42.35% |
CMYK | 34.26% | 0.00% | 74.07% |
57.65% |
Hexadezimal | 47 | 6C | 1C |
Dezimal | 71 | 108 | 28 |
Binär | 1000111 | 1101100 | 11100 |
Oktal | 107 | 154 | 34 |
Beispiele css- und html für Elemente in der Farbe #476C1C. Bitte benutzen Sie auch rgb(71,108,28) statt hex-Code.
.myTextColor { color: #476C1C; }
<p style="color:#476C1C">This sample text font color is #476C1C.</p>
Die Farbe dieses Textes ist #476C1C.
.myBgColor { background-color: #476C1C; }
<div style="background-color:#476C1C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476C1C.
.myBorderColor { border: 1px solid #476C1C; }
<div style="border:3px solid #476C1C">Div</div>
Die Grenzen von diesem div sind in Farbe #476C1C.
.myOpacity80 { color: #476C1C; opacity: 0.8; }
<p style="color:#476C1C;opacity:0.8;">80%</p>
Text in Farbe #476C1C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476C1C;}
<p style="text-shadow: 3px 3px 1px #476C1C">Text here.</p>
Dieser Text hat den Schatten in Farbe #476C1C.
.textShadow {text-shadow: 3px 3px 1px #476C1C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476C1C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476C1C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476C1C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476C1C, Direction=45, Strength=4)">Text</p>
This text has shadow with #476C1C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476C1C; -webkit-box-shadow: 1px 1px 3px 2px #476C1C; box-shadow: 1px 1px 3px 2px #476C1C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476C1C; -webkit-box-shadow: 1px 1px 3px 2px #476C1C; box-shadow:1px 1px 3px 2px #476C1C;">
Div content here</div>
Dieser Text ist in der Farbe #476C1C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476C1C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476C1C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476C1C.