HEX: #475C74
RGB: (71,92,116)
#475C74 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #475C74 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #475C74 wird in RGB als (71,92,116) definiert.
RGB: (71,92,116)
(28%, 36%, 45%)
R 71 von 255 = 28%
G 92 von 255 = 36%
B 116 von 255 = 45%
R + G + B ~ 36%. #475C74 ziemlich dunkle Farbe.
R + G + B = 71 + 92 + 116 = 279 (100%)
R 71 von 279 ~ 25.45%
G 92 von 279 ~ 32.97%
B 116 von 279 ~ 41.58'%
Die Farbe #475C74 wird in CMYK als (39,21,0,55) definiert.
CMYK: (39,21,0,55)
C39M21Y0K55 (39%, 21%, 0%, 55%)
(0.39 / 0.21 / 0.00 / 0.55)
Farbe #475C74 in den populären Farbmodellen.
47 | 5C | 74 | |
---|---|---|---|
RGB | 71 | 92 | 116 |
HSL | 212° | 24.06% | 36.67% |
HSB/HSV | 212° | 38.79% | 45.49% |
CMYK | 38.79% | 20.69% | 0.00% |
54.51% |
Die Farbe #475C74 in den populären Zahlensystemen.
Hexadezimal | 47 | 5C | 74 |
Dezimal | 71 | 92 | 116 |
Binär | 1000111 | 1011100 | 1110100 |
Oktal | 107 | 134 | 164 |
Dunkle Töne der Farbe #475C74
Helle Töne der Farbe #475C74
Beispiele css- und html für Elemente in der Farbe #475C74. Bitte benutzen Sie auch rgb(71,92,116) statt hex-Code.
.myTextColor { color: #475C74; }
<p style="color:#475C74">This sample text font color is #475C74.</p>
Die Farbe dieses Textes ist #475C74.
.myBgColor { background-color: #475C74; }
<div style="background-color:#475C74">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475C74.
.myBorderColor { border: 1px solid #475C74; }
<div style="border:3px solid #475C74">Div</div>
Die Grenzen von diesem div sind in Farbe #475C74.
.myOpacity80 { color: #475C74; opacity: 0.8; }
<p style="color:#475C74;opacity:0.8;">80%</p>
Text in Farbe #475C74 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475C74;}
<p style="text-shadow: 3px 3px 1px #475C74">Text here.</p>
Dieser Text hat den Schatten in Farbe #475C74.
.textShadow {text-shadow: 3px 3px 1px #475C74', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475C74, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475C74 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475C74, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475C74, Direction=45, Strength=4)">Text</p>
This text has shadow with #475C74 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #475C74;
-webkit-box-shadow: 1px 1px 3px 2px #475C74;
box-shadow: 1px 1px 3px 2px #475C74;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #475C74; -webkit-box-shadow: 1px 1px 3px 2px #475C74; box-shadow:1px 1px 3px 2px #475C74;">
Div content here
</div>
Dieser Text ist in der Farbe #475C74 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475C74 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475C74.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475C74.
Kontrastfarbe für #hex ist #B8A38B.