HEX: #496340
RGB: (73,99,64)
#496340 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #496340 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #496340 wird in RGB als (73,99,64) definiert.
RGB: (73,99,64) (29%,39%,25%)
R 73 von 255 = 29%
G 99 von 255 = 39%
B 64 von 255 = 25%
R + G + B ~ 31%. #496340 ziemlich dunkle Farbe.
R + G + B =
73 + 99 + 64 = 236 (100%)
R 73 von 236 ~ 30.93%
G 99 von 236 ~ 41.95%
B 64 von 236 ~ 27.12%
Die Farbe #496340 wird in CMYK als (26,0,35,61) definiert.
CMYK: (26,0,35,61) C26M0Y35K61 (26%,0%,35%,61%) (0.26/0.00/0.35/0.61)
49 | 63 | 40 | |
---|---|---|---|
RGB | 73 | 99 | 64 |
HSL | 105° | 21.47% | 31.96% |
HSB/HSV | 105° | 35.35% | 38.82% |
CMYK | 26.26% | 0.00% | 35.35% |
61.18% |
Hexadezimal | 49 | 63 | 40 |
Dezimal | 73 | 99 | 64 |
Binär | 1001001 | 1100011 | 1000000 |
Oktal | 111 | 143 | 100 |
Beispiele css- und html für Elemente in der Farbe #496340. Bitte benutzen Sie auch rgb(73,99,64) statt hex-Code.
.myTextColor { color: #496340; }
<p style="color:#496340">This sample text font color is #496340.</p>
Die Farbe dieses Textes ist #496340.
.myBgColor { background-color: #496340; }
<div style="background-color:#496340">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #496340.
.myBorderColor { border: 1px solid #496340; }
<div style="border:3px solid #496340">Div</div>
Die Grenzen von diesem div sind in Farbe #496340.
.myOpacity80 { color: #496340; opacity: 0.8; }
<p style="color:#496340;opacity:0.8;">80%</p>
Text in Farbe #496340 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496340;}
<p style="text-shadow: 3px 3px 1px #496340">Text here.</p>
Dieser Text hat den Schatten in Farbe #496340.
.textShadow {text-shadow: 3px 3px 1px #496340, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496340, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #496340 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496340, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496340, Direction=45, Strength=4)">Text</p>
This text has shadow with #496340 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496340; -webkit-box-shadow: 1px 1px 3px 2px #496340; box-shadow: 1px 1px 3px 2px #496340; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496340; -webkit-box-shadow: 1px 1px 3px 2px #496340; box-shadow:1px 1px 3px 2px #496340;">
Div content here</div>
Dieser Text ist in der Farbe #496340 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #496340 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #496340.
Dieser Text ist weiß auf dem Hintergrund in Farbe #496340.