HEX: #477513
RGB: (71,117,19)
#477513 enthält hauptsächlich rote und grüne Farbe. Für #477513 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #477513 wird in RGB als (71,117,19) definiert.
RGB: (71,117,19)
(28%, 46%, 7%)
R 71 von 255 = 28%
G 117 von 255 = 46%
B 19 von 255 = 7%
R + G + B ~ 27%. #477513 ziemlich dunkle Farbe.
R + G + B = 71 + 117 + 19 = 207 (100%)
R 71 von 207 ~ 34.3%
G 117 von 207 ~ 56.52%
B 19 von 207 ~ 9.18'%
Die Farbe #477513 wird in CMYK als (39,0,84,54) definiert.
CMYK: (39,0,84,54)
C39M0Y84K54 (39%, 0%, 84%, 54%)
(0.39 / 0.00 / 0.84 / 0.54)
Farbe #477513 in den populären Farbmodellen.
47 | 75 | 13 | |
---|---|---|---|
RGB | 71 | 117 | 19 |
HSL | 88° | 72.06% | 26.67% |
HSB/HSV | 88° | 83.76% | 45.88% |
CMYK | 39.32% | 0.00% | 83.76% |
54.12% |
Die Farbe #477513 in den populären Zahlensystemen.
Hexadezimal | 47 | 75 | 13 |
Dezimal | 71 | 117 | 19 |
Binär | 1000111 | 1110101 | 10011 |
Oktal | 107 | 165 | 23 |
Dunkle Töne der Farbe #477513
Helle Töne der Farbe #477513
Beispiele css- und html für Elemente in der Farbe #477513. Bitte benutzen Sie auch rgb(71,117,19) statt hex-Code.
.myTextColor { color: #477513; }
<p style="color:#477513">This sample text font color is #477513.</p>
Die Farbe dieses Textes ist #477513.
.myBgColor { background-color: #477513; }
<div style="background-color:#477513">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477513.
.myBorderColor { border: 1px solid #477513; }
<div style="border:3px solid #477513">Div</div>
Die Grenzen von diesem div sind in Farbe #477513.
.myOpacity80 { color: #477513; opacity: 0.8; }
<p style="color:#477513;opacity:0.8;">80%</p>
Text in Farbe #477513 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477513;}
<p style="text-shadow: 3px 3px 1px #477513">Text here.</p>
Dieser Text hat den Schatten in Farbe #477513.
.textShadow {text-shadow: 3px 3px 1px #477513', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477513, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477513 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477513, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477513, Direction=45, Strength=4)">Text</p>
This text has shadow with #477513 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477513;
-webkit-box-shadow: 1px 1px 3px 2px #477513;
box-shadow: 1px 1px 3px 2px #477513;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477513; -webkit-box-shadow: 1px 1px 3px 2px #477513; box-shadow:1px 1px 3px 2px #477513;">
Div content here
</div>
Dieser Text ist in der Farbe #477513 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477513 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477513.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477513.
Kontrastfarbe für #hex ist #B88AEC.