HEX: #475965
RGB: (71,89,101)
#475965 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #475965 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #475965 wird in RGB als (71,89,101) definiert.
RGB: (71,89,101) (28%,35%,40%)
R 71 von 255 = 28%
G 89 von 255 = 35%
B 101 von 255 = 40%
R + G + B ~ 34%. #475965 ziemlich dunkle Farbe.
R + G + B =
71 + 89 + 101 = 261 (100%)
R 71 von 261 ~ 27.2%
G 89 von 261 ~ 34.1%
B 101 von 261 ~ 38.7%
Die Farbe #475965 wird in CMYK als (30,12,0,60) definiert.
CMYK: (30,12,0,60) C30M12Y0K60 (30%,12%,0%,60%) (0.30/0.12/0.00/0.60)
47 | 59 | 65 | |
---|---|---|---|
RGB | 71 | 89 | 101 |
HSL | 204° | 17.44% | 33.73% |
HSB/HSV | 204° | 29.70% | 39.61% |
CMYK | 29.70% | 11.88% | 0.00% |
60.39% |
Hexadezimal | 47 | 59 | 65 |
Dezimal | 71 | 89 | 101 |
Binär | 1000111 | 1011001 | 1100101 |
Oktal | 107 | 131 | 145 |
Beispiele css- und html für Elemente in der Farbe #475965. Bitte benutzen Sie auch rgb(71,89,101) statt hex-Code.
.myTextColor { color: #475965; }
<p style="color:#475965">This sample text font color is #475965.</p>
Die Farbe dieses Textes ist #475965.
.myBgColor { background-color: #475965; }
<div style="background-color:#475965">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475965.
.myBorderColor { border: 1px solid #475965; }
<div style="border:3px solid #475965">Div</div>
Die Grenzen von diesem div sind in Farbe #475965.
.myOpacity80 { color: #475965; opacity: 0.8; }
<p style="color:#475965;opacity:0.8;">80%</p>
Text in Farbe #475965 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475965;}
<p style="text-shadow: 3px 3px 1px #475965">Text here.</p>
Dieser Text hat den Schatten in Farbe #475965.
.textShadow {text-shadow: 3px 3px 1px #475965, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475965, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475965 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475965, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475965, Direction=45, Strength=4)">Text</p>
This text has shadow with #475965 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475965; -webkit-box-shadow: 1px 1px 3px 2px #475965; box-shadow: 1px 1px 3px 2px #475965; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475965; -webkit-box-shadow: 1px 1px 3px 2px #475965; box-shadow:1px 1px 3px 2px #475965;">
Div content here</div>
Dieser Text ist in der Farbe #475965 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475965 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475965.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475965.