HEX: #496942
RGB: (73,105,66)
#496942 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #496942 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #496942 wird in RGB als (73,105,66) definiert.
RGB: (73,105,66)
(29%, 41%, 26%)
R 73 von 255 = 29%
G 105 von 255 = 41%
B 66 von 255 = 26%
R + G + B ~ 32%. #496942 ziemlich dunkle Farbe.
R + G + B = 73 + 105 + 66 = 244 (100%)
R 73 von 244 ~ 29.92%
G 105 von 244 ~ 43.03%
B 66 von 244 ~ 27.05'%
Die Farbe #496942 wird in CMYK als (30,0,37,59) definiert.
CMYK: (30,0,37,59)
C30M0Y37K59 (30%, 0%, 37%, 59%)
(0.30 / 0.00 / 0.37 / 0.59)
Farbe #496942 in den populären Farbmodellen.
49 | 69 | 42 | |
---|---|---|---|
RGB | 73 | 105 | 66 |
HSL | 109° | 22.81% | 33.53% |
HSB/HSV | 109° | 37.14% | 41.18% |
CMYK | 30.48% | 0.00% | 37.14% |
58.82% |
Die Farbe #496942 in den populären Zahlensystemen.
Hexadezimal | 49 | 69 | 42 |
Dezimal | 73 | 105 | 66 |
Binär | 1001001 | 1101001 | 1000010 |
Oktal | 111 | 151 | 102 |
Dunkle Töne der Farbe #496942
Helle Töne der Farbe #496942
Beispiele css- und html für Elemente in der Farbe #496942. Bitte benutzen Sie auch rgb(73,105,66) statt hex-Code.
.myTextColor { color: #496942; }
<p style="color:#496942">This sample text font color is #496942.</p>
Die Farbe dieses Textes ist #496942.
.myBgColor { background-color: #496942; }
<div style="background-color:#496942">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #496942.
.myBorderColor { border: 1px solid #496942; }
<div style="border:3px solid #496942">Div</div>
Die Grenzen von diesem div sind in Farbe #496942.
.myOpacity80 { color: #496942; opacity: 0.8; }
<p style="color:#496942;opacity:0.8;">80%</p>
Text in Farbe #496942 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496942;}
<p style="text-shadow: 3px 3px 1px #496942">Text here.</p>
Dieser Text hat den Schatten in Farbe #496942.
.textShadow {text-shadow: 3px 3px 1px #496942', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496942, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #496942 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496942, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496942, Direction=45, Strength=4)">Text</p>
This text has shadow with #496942 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496942;
-webkit-box-shadow: 1px 1px 3px 2px #496942;
box-shadow: 1px 1px 3px 2px #496942;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496942; -webkit-box-shadow: 1px 1px 3px 2px #496942; box-shadow:1px 1px 3px 2px #496942;">
Div content here
</div>
Dieser Text ist in der Farbe #496942 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #496942 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #496942.
Dieser Text ist weiß auf dem Hintergrund in Farbe #496942.
Kontrastfarbe für #hex ist #B696BD.