HEX: #4C790A
RGB: (76,121,10)
#4C790A enthält hauptsächlich rote und grüne Farbe. Für #4C790A ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #4C790A wird in RGB als (76,121,10) definiert.
RGB: (76,121,10)
(30%, 47%, 4%)
R 76 von 255 = 30%
G 121 von 255 = 47%
B 10 von 255 = 4%
R + G + B ~ 27%. #4C790A ziemlich dunkle Farbe.
R + G + B = 76 + 121 + 10 = 207 (100%)
R 76 von 207 ~ 36.71%
G 121 von 207 ~ 58.45%
B 10 von 207 ~ 4.83'%
Die Farbe #4C790A wird in CMYK als (37,0,92,53) definiert.
CMYK: (37,0,92,53)
C37M0Y92K53 (37%, 0%, 92%, 53%)
(0.37 / 0.00 / 0.92 / 0.53)
Farbe #4C790A in den populären Farbmodellen.
4C | 79 | 0A | |
---|---|---|---|
RGB | 76 | 121 | 10 |
HSL | 84° | 84.73% | 25.69% |
HSB/HSV | 84° | 91.74% | 47.45% |
CMYK | 37.19% | 0.00% | 91.74% |
52.55% |
Die Farbe #4C790A in den populären Zahlensystemen.
Hexadezimal | 4C | 79 | 0A |
Dezimal | 76 | 121 | 10 |
Binär | 1001100 | 1111001 | 1010 |
Oktal | 114 | 171 | 12 |
Dunkle Töne der Farbe #4C790A
Helle Töne der Farbe #4C790A
Beispiele css- und html für Elemente in der Farbe #4C790A. Bitte benutzen Sie auch rgb(76,121,10) statt hex-Code.
.myTextColor { color: #4C790A; }
<p style="color:#4C790A">This sample text font color is #4C790A.</p>
Die Farbe dieses Textes ist #4C790A.
.myBgColor { background-color: #4C790A; }
<div style="background-color:#4C790A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C790A.
.myBorderColor { border: 1px solid #4C790A; }
<div style="border:3px solid #4C790A">Div</div>
Die Grenzen von diesem div sind in Farbe #4C790A.
.myOpacity80 { color: #4C790A; opacity: 0.8; }
<p style="color:#4C790A;opacity:0.8;">80%</p>
Text in Farbe #4C790A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C790A;}
<p style="text-shadow: 3px 3px 1px #4C790A">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C790A.
.textShadow {text-shadow: 3px 3px 1px #4C790A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C790A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C790A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C790A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C790A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C790A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C790A;
-webkit-box-shadow: 1px 1px 3px 2px #4C790A;
box-shadow: 1px 1px 3px 2px #4C790A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C790A; -webkit-box-shadow: 1px 1px 3px 2px #4C790A; box-shadow:1px 1px 3px 2px #4C790A;">
Div content here
</div>
Dieser Text ist in der Farbe #4C790A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C790A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C790A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C790A.
Kontrastfarbe für #hex ist #B386F5.