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