HEX: #497072
RGB: (73,112,114)
#497072 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #497072 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #497072 wird in RGB als (73,112,114) definiert.
RGB: (73,112,114) (29%,44%,45%)
R 73 von 255 = 29%
G 112 von 255 = 44%
B 114 von 255 = 45%
R + G + B ~ 39%. #497072 ziemlich dunkle Farbe.
R + G + B =
73 + 112 + 114 = 299 (100%)
R 73 von 299 ~ 24.41%
G 112 von 299 ~ 37.46%
B 114 von 299 ~ 38.13%
Die Farbe #497072 wird in CMYK als (36,2,0,55) definiert.
CMYK: (36,2,0,55) C36M2Y0K55 (36%,2%,0%,55%) (0.36/0.02/0.00/0.55)
49 | 70 | 72 | |
---|---|---|---|
RGB | 73 | 112 | 114 |
HSL | 183° | 21.93% | 36.67% |
HSB/HSV | 183° | 35.96% | 44.71% |
CMYK | 35.96% | 1.75% | 0.00% |
55.29% |
Hexadezimal | 49 | 70 | 72 |
Dezimal | 73 | 112 | 114 |
Binär | 1001001 | 1110000 | 1110010 |
Oktal | 111 | 160 | 162 |
Beispiele css- und html für Elemente in der Farbe #497072. Bitte benutzen Sie auch rgb(73,112,114) statt hex-Code.
.myTextColor { color: #497072; }
<p style="color:#497072">This sample text font color is #497072.</p>
Die Farbe dieses Textes ist #497072.
.myBgColor { background-color: #497072; }
<div style="background-color:#497072">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #497072.
.myBorderColor { border: 1px solid #497072; }
<div style="border:3px solid #497072">Div</div>
Die Grenzen von diesem div sind in Farbe #497072.
.myOpacity80 { color: #497072; opacity: 0.8; }
<p style="color:#497072;opacity:0.8;">80%</p>
Text in Farbe #497072 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497072;}
<p style="text-shadow: 3px 3px 1px #497072">Text here.</p>
Dieser Text hat den Schatten in Farbe #497072.
.textShadow {text-shadow: 3px 3px 1px #497072, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497072, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #497072 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497072, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497072, Direction=45, Strength=4)">Text</p>
This text has shadow with #497072 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497072; -webkit-box-shadow: 1px 1px 3px 2px #497072; box-shadow: 1px 1px 3px 2px #497072; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497072; -webkit-box-shadow: 1px 1px 3px 2px #497072; box-shadow:1px 1px 3px 2px #497072;">
Div content here</div>
Dieser Text ist in der Farbe #497072 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #497072 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #497072.
Dieser Text ist weiß auf dem Hintergrund in Farbe #497072.