HEX: #4C811C
RGB: (76,129,28)
#4C811C enthält hauptsächlich rote und grüne Farbe. Für #4C811C ist eine «websichere» Webfarbe #339933 (oder kurz #393).
Die Farbe #4C811C wird in RGB als (76,129,28) definiert.
RGB: (76,129,28) (30%,51%,11%)
R 76 von 255 = 30%
G 129 von 255 = 51%
B 28 von 255 = 11%
R + G + B ~ 31%. #4C811C ziemlich dunkle Farbe.
R + G + B =
76 + 129 + 28 = 233 (100%)
R 76 von 233 ~ 32.62%
G 129 von 233 ~ 55.36%
B 28 von 233 ~ 12.02%
Die Farbe #4C811C wird in CMYK als (41,0,78,49) definiert.
CMYK: (41,0,78,49) C41M0Y78K49 (41%,0%,78%,49%) (0.41/0.00/0.78/0.49)
4C | 81 | 1C | |
---|---|---|---|
RGB | 76 | 129 | 28 |
HSL | 91° | 64.33% | 30.78% |
HSB/HSV | 91° | 78.29% | 50.59% |
CMYK | 41.09% | 0.00% | 78.29% |
49.41% |
Hexadezimal | 4C | 81 | 1C |
Dezimal | 76 | 129 | 28 |
Binär | 1001100 | 10000001 | 11100 |
Oktal | 114 | 201 | 34 |
Beispiele css- und html für Elemente in der Farbe #4C811C. Bitte benutzen Sie auch rgb(76,129,28) statt hex-Code.
.myTextColor { color: #4C811C; }
<p style="color:#4C811C">This sample text font color is #4C811C.</p>
Die Farbe dieses Textes ist #4C811C.
.myBgColor { background-color: #4C811C; }
<div style="background-color:#4C811C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C811C.
.myBorderColor { border: 1px solid #4C811C; }
<div style="border:3px solid #4C811C">Div</div>
Die Grenzen von diesem div sind in Farbe #4C811C.
.myOpacity80 { color: #4C811C; opacity: 0.8; }
<p style="color:#4C811C;opacity:0.8;">80%</p>
Text in Farbe #4C811C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C811C;}
<p style="text-shadow: 3px 3px 1px #4C811C">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C811C.
.textShadow {text-shadow: 3px 3px 1px #4C811C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C811C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C811C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C811C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C811C, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C811C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C811C; -webkit-box-shadow: 1px 1px 3px 2px #4C811C; box-shadow: 1px 1px 3px 2px #4C811C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C811C; -webkit-box-shadow: 1px 1px 3px 2px #4C811C; box-shadow:1px 1px 3px 2px #4C811C;">
Div content here</div>
Dieser Text ist in der Farbe #4C811C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C811C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C811C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C811C.