HEX: #4C9A49
RGB: (76,154,73)
#4C9A49 enthält hauptsächlich grüne Farbe. Für #4C9A49 ist eine «websichere» Webfarbe #339933 (oder kurz #393).
Die Farbe #4C9A49 wird in RGB als (76,154,73) definiert.
RGB: (76,154,73)
(30%, 60%, 29%)
R 76 von 255 = 30%
G 154 von 255 = 60%
B 73 von 255 = 29%
R + G + B ~ 40%. #4C9A49 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 76 + 154 + 73 = 303 (100%)
R 76 von 303 ~ 25.08%
G 154 von 303 ~ 50.83%
B 73 von 303 ~ 24.09'%
Die Farbe #4C9A49 wird in CMYK als (51,0,53,40) definiert.
CMYK: (51,0,53,40)
C51M0Y53K40 (51%, 0%, 53%, 40%)
(0.51 / 0.00 / 0.53 / 0.40)
Farbe #4C9A49 in den populären Farbmodellen.
4C | 9A | 49 | |
---|---|---|---|
RGB | 76 | 154 | 73 |
HSL | 118° | 35.68% | 44.51% |
HSB/HSV | 118° | 52.60% | 60.39% |
CMYK | 50.65% | 0.00% | 52.60% |
39.61% |
Die Farbe #4C9A49 in den populären Zahlensystemen.
Hexadezimal | 4C | 9A | 49 |
Dezimal | 76 | 154 | 73 |
Binär | 1001100 | 10011010 | 1001001 |
Oktal | 114 | 232 | 111 |
Dunkle Töne der Farbe #4C9A49
Helle Töne der Farbe #4C9A49
Beispiele css- und html für Elemente in der Farbe #4C9A49. Bitte benutzen Sie auch rgb(76,154,73) statt hex-Code.
.myTextColor { color: #4C9A49; }
<p style="color:#4C9A49">This sample text font color is #4C9A49.</p>
Die Farbe dieses Textes ist #4C9A49.
.myBgColor { background-color: #4C9A49; }
<div style="background-color:#4C9A49">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C9A49.
.myBorderColor { border: 1px solid #4C9A49; }
<div style="border:3px solid #4C9A49">Div</div>
Die Grenzen von diesem div sind in Farbe #4C9A49.
.myOpacity80 { color: #4C9A49; opacity: 0.8; }
<p style="color:#4C9A49;opacity:0.8;">80%</p>
Text in Farbe #4C9A49 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C9A49;}
<p style="text-shadow: 3px 3px 1px #4C9A49">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C9A49.
.textShadow {text-shadow: 3px 3px 1px #4C9A49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C9A49, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C9A49 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C9A49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C9A49, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C9A49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C9A49;
-webkit-box-shadow: 1px 1px 3px 2px #4C9A49;
box-shadow: 1px 1px 3px 2px #4C9A49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C9A49; -webkit-box-shadow: 1px 1px 3px 2px #4C9A49; box-shadow:1px 1px 3px 2px #4C9A49;">
Div content here
</div>
Dieser Text ist in der Farbe #4C9A49 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C9A49 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C9A49.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C9A49.
Kontrastfarbe für #hex ist #B365B6.