HEX: #4C7321
RGB: (76,115,33)
#4C7321 enthält hauptsächlich rote und grüne Farbe. Für #4C7321 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #4C7321 wird in RGB als (76,115,33) definiert.
RGB: (76,115,33)
(30%, 45%, 13%)
R 76 von 255 = 30%
G 115 von 255 = 45%
B 33 von 255 = 13%
R + G + B ~ 29%. #4C7321 ziemlich dunkle Farbe.
R + G + B = 76 + 115 + 33 = 224 (100%)
R 76 von 224 ~ 33.93%
G 115 von 224 ~ 51.34%
B 33 von 224 ~ 14.73'%
Die Farbe #4C7321 wird in CMYK als (34,0,71,55) definiert.
CMYK: (34,0,71,55)
C34M0Y71K55 (34%, 0%, 71%, 55%)
(0.34 / 0.00 / 0.71 / 0.55)
Farbe #4C7321 in den populären Farbmodellen.
4C | 73 | 21 | |
---|---|---|---|
RGB | 76 | 115 | 33 |
HSL | 89° | 55.41% | 29.02% |
HSB/HSV | 89° | 71.30% | 45.10% |
CMYK | 33.91% | 0.00% | 71.30% |
54.90% |
Die Farbe #4C7321 in den populären Zahlensystemen.
Hexadezimal | 4C | 73 | 21 |
Dezimal | 76 | 115 | 33 |
Binär | 1001100 | 1110011 | 100001 |
Oktal | 114 | 163 | 41 |
Dunkle Töne der Farbe #4C7321
Helle Töne der Farbe #4C7321
Beispiele css- und html für Elemente in der Farbe #4C7321. Bitte benutzen Sie auch rgb(76,115,33) statt hex-Code.
.myTextColor { color: #4C7321; }
<p style="color:#4C7321">This sample text font color is #4C7321.</p>
Die Farbe dieses Textes ist #4C7321.
.myBgColor { background-color: #4C7321; }
<div style="background-color:#4C7321">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C7321.
.myBorderColor { border: 1px solid #4C7321; }
<div style="border:3px solid #4C7321">Div</div>
Die Grenzen von diesem div sind in Farbe #4C7321.
.myOpacity80 { color: #4C7321; opacity: 0.8; }
<p style="color:#4C7321;opacity:0.8;">80%</p>
Text in Farbe #4C7321 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C7321;}
<p style="text-shadow: 3px 3px 1px #4C7321">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C7321.
.textShadow {text-shadow: 3px 3px 1px #4C7321', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C7321, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C7321 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C7321, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C7321, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C7321 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C7321;
-webkit-box-shadow: 1px 1px 3px 2px #4C7321;
box-shadow: 1px 1px 3px 2px #4C7321;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C7321; -webkit-box-shadow: 1px 1px 3px 2px #4C7321; box-shadow:1px 1px 3px 2px #4C7321;">
Div content here
</div>
Dieser Text ist in der Farbe #4C7321 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C7321 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C7321.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C7321.
Kontrastfarbe für #hex ist #B38CDE.