HEX: #4C5419
RGB: (76,84,25)
#4C5419 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C5419 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #4C5419 wird in RGB als (76,84,25) definiert.
RGB: (76,84,25) (30%,33%,10%)
R 76 von 255 = 30%
G 84 von 255 = 33%
B 25 von 255 = 10%
R + G + B ~ 24%. #4C5419 dunkle Farbe.
R + G + B =
76 + 84 + 25 = 185 (100%)
R 76 von 185 ~ 41.08%
G 84 von 185 ~ 45.41%
B 25 von 185 ~ 13.51%
Die Farbe #4C5419 wird in CMYK als (10,0,70,67) definiert.
CMYK: (10,0,70,67) C10M0Y70K67 (10%,0%,70%,67%) (0.10/0.00/0.70/0.67)
4C | 54 | 19 | |
---|---|---|---|
RGB | 76 | 84 | 25 |
HSL | 68° | 54.13% | 21.37% |
HSB/HSV | 68° | 70.24% | 32.94% |
CMYK | 9.52% | 0.00% | 70.24% |
67.06% |
Hexadezimal | 4C | 54 | 19 |
Dezimal | 76 | 84 | 25 |
Binär | 1001100 | 1010100 | 11001 |
Oktal | 114 | 124 | 31 |
Beispiele css- und html für Elemente in der Farbe #4C5419. Bitte benutzen Sie auch rgb(76,84,25) statt hex-Code.
.myTextColor { color: #4C5419; }
<p style="color:#4C5419">This sample text font color is #4C5419.</p>
Die Farbe dieses Textes ist #4C5419.
.myBgColor { background-color: #4C5419; }
<div style="background-color:#4C5419">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C5419.
.myBorderColor { border: 1px solid #4C5419; }
<div style="border:3px solid #4C5419">Div</div>
Die Grenzen von diesem div sind in Farbe #4C5419.
.myOpacity80 { color: #4C5419; opacity: 0.8; }
<p style="color:#4C5419;opacity:0.8;">80%</p>
Text in Farbe #4C5419 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C5419;}
<p style="text-shadow: 3px 3px 1px #4C5419">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C5419.
.textShadow {text-shadow: 3px 3px 1px #4C5419, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C5419, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C5419 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C5419, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C5419, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C5419 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C5419; -webkit-box-shadow: 1px 1px 3px 2px #4C5419; box-shadow: 1px 1px 3px 2px #4C5419; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C5419; -webkit-box-shadow: 1px 1px 3px 2px #4C5419; box-shadow:1px 1px 3px 2px #4C5419;">
Div content here</div>
Dieser Text ist in der Farbe #4C5419 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C5419 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C5419.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C5419.