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