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