HEX: #4C8A52
RGB: (76,138,82)
#4C8A52 enthält hauptsächlich grüne und blaue Farbe. Für #4C8A52 ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #4C8A52 wird in RGB als (76,138,82) definiert.
RGB: (76,138,82)
(30%, 54%, 32%)
R 76 von 255 = 30%
G 138 von 255 = 54%
B 82 von 255 = 32%
R + G + B ~ 39%. #4C8A52 ziemlich dunkle Farbe.
R + G + B = 76 + 138 + 82 = 296 (100%)
R 76 von 296 ~ 25.68%
G 138 von 296 ~ 46.62%
B 82 von 296 ~ 27.7'%
Die Farbe #4C8A52 wird in CMYK als (45,0,41,46) definiert.
CMYK: (45,0,41,46)
C45M0Y41K46 (45%, 0%, 41%, 46%)
(0.45 / 0.00 / 0.41 / 0.46)
Farbe #4C8A52 in den populären Farbmodellen.
4C | 8A | 52 | |
---|---|---|---|
RGB | 76 | 138 | 82 |
HSL | 126° | 28.97% | 41.96% |
HSB/HSV | 126° | 44.93% | 54.12% |
CMYK | 44.93% | 0.00% | 40.58% |
45.88% |
Die Farbe #4C8A52 in den populären Zahlensystemen.
Hexadezimal | 4C | 8A | 52 |
Dezimal | 76 | 138 | 82 |
Binär | 1001100 | 10001010 | 1010010 |
Oktal | 114 | 212 | 122 |
Dunkle Töne der Farbe #4C8A52
Helle Töne der Farbe #4C8A52
Beispiele css- und html für Elemente in der Farbe #4C8A52. Bitte benutzen Sie auch rgb(76,138,82) statt hex-Code.
.myTextColor { color: #4C8A52; }
<p style="color:#4C8A52">This sample text font color is #4C8A52.</p>
Die Farbe dieses Textes ist #4C8A52.
.myBgColor { background-color: #4C8A52; }
<div style="background-color:#4C8A52">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C8A52.
.myBorderColor { border: 1px solid #4C8A52; }
<div style="border:3px solid #4C8A52">Div</div>
Die Grenzen von diesem div sind in Farbe #4C8A52.
.myOpacity80 { color: #4C8A52; opacity: 0.8; }
<p style="color:#4C8A52;opacity:0.8;">80%</p>
Text in Farbe #4C8A52 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C8A52;}
<p style="text-shadow: 3px 3px 1px #4C8A52">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C8A52.
.textShadow {text-shadow: 3px 3px 1px #4C8A52', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C8A52, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C8A52 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C8A52, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C8A52, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C8A52 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C8A52;
-webkit-box-shadow: 1px 1px 3px 2px #4C8A52;
box-shadow: 1px 1px 3px 2px #4C8A52;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C8A52; -webkit-box-shadow: 1px 1px 3px 2px #4C8A52; box-shadow:1px 1px 3px 2px #4C8A52;">
Div content here
</div>
Dieser Text ist in der Farbe #4C8A52 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C8A52 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C8A52.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C8A52.
Kontrastfarbe für #hex ist #B375AD.