HEX: #475766
RGB: (71,87,102)
#475766 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #475766 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #475766 wird in RGB als (71,87,102) definiert.
RGB: (71,87,102) (28%,34%,40%)
R 71 von 255 = 28%
G 87 von 255 = 34%
B 102 von 255 = 40%
R + G + B ~ 34%. #475766 ziemlich dunkle Farbe.
R + G + B =
71 + 87 + 102 = 260 (100%)
R 71 von 260 ~ 27.31%
G 87 von 260 ~ 33.46%
B 102 von 260 ~ 39.23%
Die Farbe #475766 wird in CMYK als (30,15,0,60) definiert.
CMYK: (30,15,0,60) C30M15Y0K60 (30%,15%,0%,60%) (0.30/0.15/0.00/0.60)
47 | 57 | 66 | |
---|---|---|---|
RGB | 71 | 87 | 102 |
HSL | 209° | 17.92% | 33.92% |
HSB/HSV | 209° | 30.39% | 40.00% |
CMYK | 30.39% | 14.71% | 0.00% |
60.00% |
Hexadezimal | 47 | 57 | 66 |
Dezimal | 71 | 87 | 102 |
Binär | 1000111 | 1010111 | 1100110 |
Oktal | 107 | 127 | 146 |
Beispiele css- und html für Elemente in der Farbe #475766. Bitte benutzen Sie auch rgb(71,87,102) statt hex-Code.
.myTextColor { color: #475766; }
<p style="color:#475766">This sample text font color is #475766.</p>
Die Farbe dieses Textes ist #475766.
.myBgColor { background-color: #475766; }
<div style="background-color:#475766">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475766.
.myBorderColor { border: 1px solid #475766; }
<div style="border:3px solid #475766">Div</div>
Die Grenzen von diesem div sind in Farbe #475766.
.myOpacity80 { color: #475766; opacity: 0.8; }
<p style="color:#475766;opacity:0.8;">80%</p>
Text in Farbe #475766 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475766;}
<p style="text-shadow: 3px 3px 1px #475766">Text here.</p>
Dieser Text hat den Schatten in Farbe #475766.
.textShadow {text-shadow: 3px 3px 1px #475766, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475766, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475766 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475766, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475766, Direction=45, Strength=4)">Text</p>
This text has shadow with #475766 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475766; -webkit-box-shadow: 1px 1px 3px 2px #475766; box-shadow: 1px 1px 3px 2px #475766; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475766; -webkit-box-shadow: 1px 1px 3px 2px #475766; box-shadow:1px 1px 3px 2px #475766;">
Div content here</div>
Dieser Text ist in der Farbe #475766 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475766 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475766.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475766.