HEX: #476713
RGB: (71,103,19)
#476713 enthält hauptsächlich rote und grüne Farbe. Für #476713 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #476713 wird in RGB als (71,103,19) definiert.
RGB: (71,103,19) (28%,40%,7%)
R 71 von 255 = 28%
G 103 von 255 = 40%
B 19 von 255 = 7%
R + G + B ~ 25%. #476713 ziemlich dunkle Farbe.
R + G + B =
71 + 103 + 19 = 193 (100%)
R 71 von 193 ~ 36.79%
G 103 von 193 ~ 53.37%
B 19 von 193 ~ 9.84%
Die Farbe #476713 wird in CMYK als (31,0,82,60) definiert.
CMYK: (31,0,82,60) C31M0Y82K60 (31%,0%,82%,60%) (0.31/0.00/0.82/0.60)
47 | 67 | 13 | |
---|---|---|---|
RGB | 71 | 103 | 19 |
HSL | 83° | 68.85% | 23.92% |
HSB/HSV | 83° | 81.55% | 40.39% |
CMYK | 31.07% | 0.00% | 81.55% |
59.61% |
Hexadezimal | 47 | 67 | 13 |
Dezimal | 71 | 103 | 19 |
Binär | 1000111 | 1100111 | 10011 |
Oktal | 107 | 147 | 23 |
Beispiele css- und html für Elemente in der Farbe #476713. Bitte benutzen Sie auch rgb(71,103,19) statt hex-Code.
.myTextColor { color: #476713; }
<p style="color:#476713">This sample text font color is #476713.</p>
Die Farbe dieses Textes ist #476713.
.myBgColor { background-color: #476713; }
<div style="background-color:#476713">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476713.
.myBorderColor { border: 1px solid #476713; }
<div style="border:3px solid #476713">Div</div>
Die Grenzen von diesem div sind in Farbe #476713.
.myOpacity80 { color: #476713; opacity: 0.8; }
<p style="color:#476713;opacity:0.8;">80%</p>
Text in Farbe #476713 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476713;}
<p style="text-shadow: 3px 3px 1px #476713">Text here.</p>
Dieser Text hat den Schatten in Farbe #476713.
.textShadow {text-shadow: 3px 3px 1px #476713, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476713, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476713 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476713, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476713, Direction=45, Strength=4)">Text</p>
This text has shadow with #476713 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476713; -webkit-box-shadow: 1px 1px 3px 2px #476713; box-shadow: 1px 1px 3px 2px #476713; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476713; -webkit-box-shadow: 1px 1px 3px 2px #476713; box-shadow:1px 1px 3px 2px #476713;">
Div content here</div>
Dieser Text ist in der Farbe #476713 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476713 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476713.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476713.