HEX: #496E71
RGB: (73,110,113)
#496E71 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #496E71 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #496E71 wird in RGB als (73,110,113) definiert.
RGB: (73,110,113)
(29%, 43%, 44%)
R 73 von 255 = 29%
G 110 von 255 = 43%
B 113 von 255 = 44%
R + G + B ~ 39%. #496E71 ziemlich dunkle Farbe.
R + G + B = 73 + 110 + 113 = 296 (100%)
R 73 von 296 ~ 24.66%
G 110 von 296 ~ 37.16%
B 113 von 296 ~ 38.18'%
Die Farbe #496E71 wird in CMYK als (35,3,0,56) definiert.
CMYK: (35,3,0,56)
C35M3Y0K56 (35%, 3%, 0%, 56%)
(0.35 / 0.03 / 0.00 / 0.56)
Farbe #496E71 in den populären Farbmodellen.
49 | 6E | 71 | |
---|---|---|---|
RGB | 73 | 110 | 113 |
HSL | 185° | 21.51% | 36.47% |
HSB/HSV | 185° | 35.40% | 44.31% |
CMYK | 35.40% | 2.65% | 0.00% |
55.69% |
Die Farbe #496E71 in den populären Zahlensystemen.
Hexadezimal | 49 | 6E | 71 |
Dezimal | 73 | 110 | 113 |
Binär | 1001001 | 1101110 | 1110001 |
Oktal | 111 | 156 | 161 |
Dunkle Töne der Farbe #496E71
Helle Töne der Farbe #496E71
Beispiele css- und html für Elemente in der Farbe #496E71. Bitte benutzen Sie auch rgb(73,110,113) statt hex-Code.
.myTextColor { color: #496E71; }
<p style="color:#496E71">This sample text font color is #496E71.</p>
Die Farbe dieses Textes ist #496E71.
.myBgColor { background-color: #496E71; }
<div style="background-color:#496E71">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #496E71.
.myBorderColor { border: 1px solid #496E71; }
<div style="border:3px solid #496E71">Div</div>
Die Grenzen von diesem div sind in Farbe #496E71.
.myOpacity80 { color: #496E71; opacity: 0.8; }
<p style="color:#496E71;opacity:0.8;">80%</p>
Text in Farbe #496E71 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496E71;}
<p style="text-shadow: 3px 3px 1px #496E71">Text here.</p>
Dieser Text hat den Schatten in Farbe #496E71.
.textShadow {text-shadow: 3px 3px 1px #496E71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496E71, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #496E71 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496E71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496E71, Direction=45, Strength=4)">Text</p>
This text has shadow with #496E71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496E71;
-webkit-box-shadow: 1px 1px 3px 2px #496E71;
box-shadow: 1px 1px 3px 2px #496E71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496E71; -webkit-box-shadow: 1px 1px 3px 2px #496E71; box-shadow:1px 1px 3px 2px #496E71;">
Div content here
</div>
Dieser Text ist in der Farbe #496E71 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #496E71 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #496E71.
Dieser Text ist weiß auf dem Hintergrund in Farbe #496E71.
Kontrastfarbe für #hex ist #B6918E.