HEX: #497D47
RGB: (73,125,71)
#497D47 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #497D47 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #497D47 wird in RGB als (73,125,71) definiert.
RGB: (73,125,71)
(29%, 49%, 28%)
R 73 von 255 = 29%
G 125 von 255 = 49%
B 71 von 255 = 28%
R + G + B ~ 35%. #497D47 ziemlich dunkle Farbe.
R + G + B = 73 + 125 + 71 = 269 (100%)
R 73 von 269 ~ 27.14%
G 125 von 269 ~ 46.47%
B 71 von 269 ~ 26.39'%
Die Farbe #497D47 wird in CMYK als (42,0,43,51) definiert.
CMYK: (42,0,43,51)
C42M0Y43K51 (42%, 0%, 43%, 51%)
(0.42 / 0.00 / 0.43 / 0.51)
Farbe #497D47 in den populären Farbmodellen.
49 | 7D | 47 | |
---|---|---|---|
RGB | 73 | 125 | 71 |
HSL | 118° | 27.55% | 38.43% |
HSB/HSV | 118° | 43.20% | 49.02% |
CMYK | 41.60% | 0.00% | 43.20% |
50.98% |
Die Farbe #497D47 in den populären Zahlensystemen.
Hexadezimal | 49 | 7D | 47 |
Dezimal | 73 | 125 | 71 |
Binär | 1001001 | 1111101 | 1000111 |
Oktal | 111 | 175 | 107 |
Dunkle Töne der Farbe #497D47
Helle Töne der Farbe #497D47
Beispiele css- und html für Elemente in der Farbe #497D47. Bitte benutzen Sie auch rgb(73,125,71) statt hex-Code.
.myTextColor { color: #497D47; }
<p style="color:#497D47">This sample text font color is #497D47.</p>
Die Farbe dieses Textes ist #497D47.
.myBgColor { background-color: #497D47; }
<div style="background-color:#497D47">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #497D47.
.myBorderColor { border: 1px solid #497D47; }
<div style="border:3px solid #497D47">Div</div>
Die Grenzen von diesem div sind in Farbe #497D47.
.myOpacity80 { color: #497D47; opacity: 0.8; }
<p style="color:#497D47;opacity:0.8;">80%</p>
Text in Farbe #497D47 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497D47;}
<p style="text-shadow: 3px 3px 1px #497D47">Text here.</p>
Dieser Text hat den Schatten in Farbe #497D47.
.textShadow {text-shadow: 3px 3px 1px #497D47', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497D47, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #497D47 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497D47, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497D47, Direction=45, Strength=4)">Text</p>
This text has shadow with #497D47 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #497D47;
-webkit-box-shadow: 1px 1px 3px 2px #497D47;
box-shadow: 1px 1px 3px 2px #497D47;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497D47; -webkit-box-shadow: 1px 1px 3px 2px #497D47; box-shadow:1px 1px 3px 2px #497D47;">
Div content here
</div>
Dieser Text ist in der Farbe #497D47 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #497D47 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #497D47.
Dieser Text ist weiß auf dem Hintergrund in Farbe #497D47.
Kontrastfarbe für #hex ist #B682B8.