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