HEX: #499347
RGB: (73,147,71)
#499347 enthält hauptsächlich grüne Farbe. Für #499347 ist eine «websichere» Webfarbe #339933 (oder kurz #393).
Die Farbe #499347 wird in RGB als (73,147,71) definiert.
RGB: (73,147,71) (29%,58%,28%)
R 73 von 255 = 29%
G 147 von 255 = 58%
B 71 von 255 = 28%
R + G + B ~ 38%. #499347 ziemlich dunkle Farbe.
R + G + B =
73 + 147 + 71 = 291 (100%)
R 73 von 291 ~ 25.09%
G 147 von 291 ~ 50.52%
B 71 von 291 ~ 24.4%
Die Farbe #499347 wird in CMYK als (50,0,52,42) definiert.
CMYK: (50,0,52,42) C50M0Y52K42 (50%,0%,52%,42%) (0.50/0.00/0.52/0.42)
49 | 93 | 47 | |
---|---|---|---|
RGB | 73 | 147 | 71 |
HSL | 118° | 34.86% | 42.75% |
HSB/HSV | 118° | 51.70% | 57.65% |
CMYK | 50.34% | 0.00% | 51.70% |
42.35% |
Hexadezimal | 49 | 93 | 47 |
Dezimal | 73 | 147 | 71 |
Binär | 1001001 | 10010011 | 1000111 |
Oktal | 111 | 223 | 107 |
Beispiele css- und html für Elemente in der Farbe #499347. Bitte benutzen Sie auch rgb(73,147,71) statt hex-Code.
.myTextColor { color: #499347; }
<p style="color:#499347">This sample text font color is #499347.</p>
Die Farbe dieses Textes ist #499347.
.myBgColor { background-color: #499347; }
<div style="background-color:#499347">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #499347.
.myBorderColor { border: 1px solid #499347; }
<div style="border:3px solid #499347">Div</div>
Die Grenzen von diesem div sind in Farbe #499347.
.myOpacity80 { color: #499347; opacity: 0.8; }
<p style="color:#499347;opacity:0.8;">80%</p>
Text in Farbe #499347 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499347;}
<p style="text-shadow: 3px 3px 1px #499347">Text here.</p>
Dieser Text hat den Schatten in Farbe #499347.
.textShadow {text-shadow: 3px 3px 1px #499347, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499347, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #499347 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499347, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499347, Direction=45, Strength=4)">Text</p>
This text has shadow with #499347 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #499347; -webkit-box-shadow: 1px 1px 3px 2px #499347; box-shadow: 1px 1px 3px 2px #499347; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #499347; -webkit-box-shadow: 1px 1px 3px 2px #499347; box-shadow:1px 1px 3px 2px #499347;">
Div content here</div>
Dieser Text ist in der Farbe #499347 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #499347 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #499347.
Dieser Text ist weiß auf dem Hintergrund in Farbe #499347.