HEX: #4C8307
RGB: (76,131,7)
#4C8307 enthält hauptsächlich rote und grüne Farbe. Für #4C8307 ist eine «websichere» Webfarbe #339900 (oder kurz #390).
Die Farbe #4C8307 wird in RGB als (76,131,7) definiert.
RGB: (76,131,7)
(30%, 51%, 3%)
R 76 von 255 = 30%
G 131 von 255 = 51%
B 7 von 255 = 3%
R + G + B ~ 28%. #4C8307 ziemlich dunkle Farbe.
R + G + B = 76 + 131 + 7 = 214 (100%)
R 76 von 214 ~ 35.51%
G 131 von 214 ~ 61.21%
B 7 von 214 ~ 3.27'%
Die Farbe #4C8307 wird in CMYK als (42,0,95,49) definiert.
CMYK: (42,0,95,49)
C42M0Y95K49 (42%, 0%, 95%, 49%)
(0.42 / 0.00 / 0.95 / 0.49)
Farbe #4C8307 in den populären Farbmodellen.
4C | 83 | 07 | |
---|---|---|---|
RGB | 76 | 131 | 7 |
HSL | 87° | 89.86% | 27.06% |
HSB/HSV | 87° | 94.66% | 51.37% |
CMYK | 41.98% | 0.00% | 94.66% |
48.63% |
Die Farbe #4C8307 in den populären Zahlensystemen.
Hexadezimal | 4C | 83 | 07 |
Dezimal | 76 | 131 | 7 |
Binär | 1001100 | 10000011 | 111 |
Oktal | 114 | 203 | 7 |
Dunkle Töne der Farbe #4C8307
Helle Töne der Farbe #4C8307
Beispiele css- und html für Elemente in der Farbe #4C8307. Bitte benutzen Sie auch rgb(76,131,7) statt hex-Code.
.myTextColor { color: #4C8307; }
<p style="color:#4C8307">This sample text font color is #4C8307.</p>
Die Farbe dieses Textes ist #4C8307.
.myBgColor { background-color: #4C8307; }
<div style="background-color:#4C8307">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C8307.
.myBorderColor { border: 1px solid #4C8307; }
<div style="border:3px solid #4C8307">Div</div>
Die Grenzen von diesem div sind in Farbe #4C8307.
.myOpacity80 { color: #4C8307; opacity: 0.8; }
<p style="color:#4C8307;opacity:0.8;">80%</p>
Text in Farbe #4C8307 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C8307;}
<p style="text-shadow: 3px 3px 1px #4C8307">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C8307.
.textShadow {text-shadow: 3px 3px 1px #4C8307', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C8307, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C8307 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C8307, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C8307, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C8307 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C8307;
-webkit-box-shadow: 1px 1px 3px 2px #4C8307;
box-shadow: 1px 1px 3px 2px #4C8307;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C8307; -webkit-box-shadow: 1px 1px 3px 2px #4C8307; box-shadow:1px 1px 3px 2px #4C8307;">
Div content here
</div>
Dieser Text ist in der Farbe #4C8307 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C8307 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C8307.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C8307.
Kontrastfarbe für #hex ist #B37CF8.