HEX: #475733
RGB: (71,87,51)
#475733 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #475733 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #475733 wird in RGB als (71,87,51) definiert.
RGB: (71,87,51)
(28%, 34%, 20%)
R 71 von 255 = 28%
G 87 von 255 = 34%
B 51 von 255 = 20%
R + G + B ~ 27%. #475733 ziemlich dunkle Farbe.
R + G + B = 71 + 87 + 51 = 209 (100%)
R 71 von 209 ~ 33.97%
G 87 von 209 ~ 41.63%
B 51 von 209 ~ 24.4'%
Die Farbe #475733 wird in CMYK als (18,0,41,66) definiert.
CMYK: (18,0,41,66)
C18M0Y41K66 (18%, 0%, 41%, 66%)
(0.18 / 0.00 / 0.41 / 0.66)
Farbe #475733 in den populären Farbmodellen.
47 | 57 | 33 | |
---|---|---|---|
RGB | 71 | 87 | 51 |
HSL | 87° | 26.09% | 27.06% |
HSB/HSV | 87° | 41.38% | 34.12% |
CMYK | 18.39% | 0.00% | 41.38% |
65.88% |
Die Farbe #475733 in den populären Zahlensystemen.
Hexadezimal | 47 | 57 | 33 |
Dezimal | 71 | 87 | 51 |
Binär | 1000111 | 1010111 | 110011 |
Oktal | 107 | 127 | 63 |
Dunkle Töne der Farbe #475733
Helle Töne der Farbe #475733
Beispiele css- und html für Elemente in der Farbe #475733. Bitte benutzen Sie auch rgb(71,87,51) statt hex-Code.
.myTextColor { color: #475733; }
<p style="color:#475733">This sample text font color is #475733.</p>
Die Farbe dieses Textes ist #475733.
.myBgColor { background-color: #475733; }
<div style="background-color:#475733">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475733.
.myBorderColor { border: 1px solid #475733; }
<div style="border:3px solid #475733">Div</div>
Die Grenzen von diesem div sind in Farbe #475733.
.myOpacity80 { color: #475733; opacity: 0.8; }
<p style="color:#475733;opacity:0.8;">80%</p>
Text in Farbe #475733 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475733;}
<p style="text-shadow: 3px 3px 1px #475733">Text here.</p>
Dieser Text hat den Schatten in Farbe #475733.
.textShadow {text-shadow: 3px 3px 1px #475733', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475733, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475733 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475733, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475733, Direction=45, Strength=4)">Text</p>
This text has shadow with #475733 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #475733;
-webkit-box-shadow: 1px 1px 3px 2px #475733;
box-shadow: 1px 1px 3px 2px #475733;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #475733; -webkit-box-shadow: 1px 1px 3px 2px #475733; box-shadow:1px 1px 3px 2px #475733;">
Div content here
</div>
Dieser Text ist in der Farbe #475733 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475733 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475733.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475733.
Kontrastfarbe für #hex ist #B8A8CC.