HEX: #0C5014
RGB: (12,80,20)
#0C5014 enthält hauptsächlich grüne Farbe. Für #0C5014 ist eine «websichere» Webfarbe #006600 (oder kurz #060).
Die Farbe #0C5014 wird in RGB als (12,80,20) definiert.
RGB: (12,80,20)
(5%, 31%, 8%)
R 12 von 255 = 5%
G 80 von 255 = 31%
B 20 von 255 = 8%
R + G + B ~ 15%. #0C5014 dunkle Farbe.
R + G + B = 12 + 80 + 20 = 112 (100%)
R 12 von 112 ~ 10.71%
G 80 von 112 ~ 71.43%
B 20 von 112 ~ 17.86'%
Die Farbe #0C5014 wird in CMYK als (85,0,75,69) definiert.
CMYK: (85,0,75,69)
C85M0Y75K69 (85%, 0%, 75%, 69%)
(0.85 / 0.00 / 0.75 / 0.69)
Farbe #0C5014 in den populären Farbmodellen.
0C | 50 | 14 | |
---|---|---|---|
RGB | 12 | 80 | 20 |
HSL | 127° | 73.91% | 18.04% |
HSB/HSV | 127° | 85.00% | 31.37% |
CMYK | 85.00% | 0.00% | 75.00% |
68.63% |
Die Farbe #0C5014 in den populären Zahlensystemen.
Hexadezimal | 0C | 50 | 14 |
Dezimal | 12 | 80 | 20 |
Binär | 1100 | 1010000 | 10100 |
Oktal | 14 | 120 | 24 |
Dunkle Töne der Farbe #0C5014
Helle Töne der Farbe #0C5014
Beispiele css- und html für Elemente in der Farbe #0C5014. Bitte benutzen Sie auch rgb(12,80,20) statt hex-Code.
.myTextColor { color: #0C5014; }
<p style="color:#0C5014">This sample text font color is #0C5014.</p>
Die Farbe dieses Textes ist #0C5014.
.myBgColor { background-color: #0C5014; }
<div style="background-color:#0C5014">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0C5014.
.myBorderColor { border: 1px solid #0C5014; }
<div style="border:3px solid #0C5014">Div</div>
Die Grenzen von diesem div sind in Farbe #0C5014.
.myOpacity80 { color: #0C5014; opacity: 0.8; }
<p style="color:#0C5014;opacity:0.8;">80%</p>
Text in Farbe #0C5014 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0C5014;}
<p style="text-shadow: 3px 3px 1px #0C5014">Text here.</p>
Dieser Text hat den Schatten in Farbe #0C5014.
.textShadow {text-shadow: 3px 3px 1px #0C5014', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0C5014, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0C5014 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0C5014, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0C5014, Direction=45, Strength=4)">Text</p>
This text has shadow with #0C5014 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0C5014;
-webkit-box-shadow: 1px 1px 3px 2px #0C5014;
box-shadow: 1px 1px 3px 2px #0C5014;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0C5014; -webkit-box-shadow: 1px 1px 3px 2px #0C5014; box-shadow:1px 1px 3px 2px #0C5014;">
Div content here
</div>
Dieser Text ist in der Farbe #0C5014 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0C5014 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0C5014.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0C5014.
Kontrastfarbe für #hex ist #F3AFEB.