HEX: #475173
RGB: (71,81,115)
#475173 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #475173 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #475173 wird in RGB als (71,81,115) definiert.
RGB: (71,81,115) (28%,32%,45%)
R 71 von 255 = 28%
G 81 von 255 = 32%
B 115 von 255 = 45%
R + G + B ~ 35%. #475173 ziemlich dunkle Farbe.
R + G + B =
71 + 81 + 115 = 267 (100%)
R 71 von 267 ~ 26.59%
G 81 von 267 ~ 30.34%
B 115 von 267 ~ 43.07%
Die Farbe #475173 wird in CMYK als (38,30,0,55) definiert.
CMYK: (38,30,0,55) C38M30Y0K55 (38%,30%,0%,55%) (0.38/0.30/0.00/0.55)
47 | 51 | 73 | |
---|---|---|---|
RGB | 71 | 81 | 115 |
HSL | 226° | 23.66% | 36.47% |
HSB/HSV | 226° | 38.26% | 45.10% |
CMYK | 38.26% | 29.57% | 0.00% |
54.90% |
Hexadezimal | 47 | 51 | 73 |
Dezimal | 71 | 81 | 115 |
Binär | 1000111 | 1010001 | 1110011 |
Oktal | 107 | 121 | 163 |
Beispiele css- und html für Elemente in der Farbe #475173. Bitte benutzen Sie auch rgb(71,81,115) statt hex-Code.
.myTextColor { color: #475173; }
<p style="color:#475173">This sample text font color is #475173.</p>
Die Farbe dieses Textes ist #475173.
.myBgColor { background-color: #475173; }
<div style="background-color:#475173">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475173.
.myBorderColor { border: 1px solid #475173; }
<div style="border:3px solid #475173">Div</div>
Die Grenzen von diesem div sind in Farbe #475173.
.myOpacity80 { color: #475173; opacity: 0.8; }
<p style="color:#475173;opacity:0.8;">80%</p>
Text in Farbe #475173 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475173;}
<p style="text-shadow: 3px 3px 1px #475173">Text here.</p>
Dieser Text hat den Schatten in Farbe #475173.
.textShadow {text-shadow: 3px 3px 1px #475173, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475173, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475173 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475173, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475173, Direction=45, Strength=4)">Text</p>
This text has shadow with #475173 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475173; -webkit-box-shadow: 1px 1px 3px 2px #475173; box-shadow: 1px 1px 3px 2px #475173; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475173; -webkit-box-shadow: 1px 1px 3px 2px #475173; box-shadow:1px 1px 3px 2px #475173;">
Div content here</div>
Dieser Text ist in der Farbe #475173 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475173 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475173.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475173.