HEX: #497730
RGB: (73,119,48)
#497730 enthält hauptsächlich rote und grüne Farbe. Für #497730 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #497730 wird in RGB als (73,119,48) definiert.
RGB: (73,119,48)
(29%, 47%, 19%)
R 73 von 255 = 29%
G 119 von 255 = 47%
B 48 von 255 = 19%
R + G + B ~ 32%. #497730 ziemlich dunkle Farbe.
R + G + B = 73 + 119 + 48 = 240 (100%)
R 73 von 240 ~ 30.42%
G 119 von 240 ~ 49.58%
B 48 von 240 ~ 20'%
Die Farbe #497730 wird in CMYK als (39,0,60,53) definiert.
CMYK: (39,0,60,53)
C39M0Y60K53 (39%, 0%, 60%, 53%)
(0.39 / 0.00 / 0.60 / 0.53)
Farbe #497730 in den populären Farbmodellen.
49 | 77 | 30 | |
---|---|---|---|
RGB | 73 | 119 | 48 |
HSL | 99° | 42.51% | 32.75% |
HSB/HSV | 99° | 59.66% | 46.67% |
CMYK | 38.66% | 0.00% | 59.66% |
53.33% |
Die Farbe #497730 in den populären Zahlensystemen.
Hexadezimal | 49 | 77 | 30 |
Dezimal | 73 | 119 | 48 |
Binär | 1001001 | 1110111 | 110000 |
Oktal | 111 | 167 | 60 |
Dunkle Töne der Farbe #497730
Helle Töne der Farbe #497730
Beispiele css- und html für Elemente in der Farbe #497730. Bitte benutzen Sie auch rgb(73,119,48) statt hex-Code.
.myTextColor { color: #497730; }
<p style="color:#497730">This sample text font color is #497730.</p>
Die Farbe dieses Textes ist #497730.
.myBgColor { background-color: #497730; }
<div style="background-color:#497730">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #497730.
.myBorderColor { border: 1px solid #497730; }
<div style="border:3px solid #497730">Div</div>
Die Grenzen von diesem div sind in Farbe #497730.
.myOpacity80 { color: #497730; opacity: 0.8; }
<p style="color:#497730;opacity:0.8;">80%</p>
Text in Farbe #497730 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497730;}
<p style="text-shadow: 3px 3px 1px #497730">Text here.</p>
Dieser Text hat den Schatten in Farbe #497730.
.textShadow {text-shadow: 3px 3px 1px #497730', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497730, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #497730 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497730, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497730, Direction=45, Strength=4)">Text</p>
This text has shadow with #497730 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #497730;
-webkit-box-shadow: 1px 1px 3px 2px #497730;
box-shadow: 1px 1px 3px 2px #497730;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497730; -webkit-box-shadow: 1px 1px 3px 2px #497730; box-shadow:1px 1px 3px 2px #497730;">
Div content here
</div>
Dieser Text ist in der Farbe #497730 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #497730 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #497730.
Dieser Text ist weiß auf dem Hintergrund in Farbe #497730.
Kontrastfarbe für #hex ist #B688CF.