HEX: #120C09
RGB: (18,12,9)
#120C09 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #120C09 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #120C09 wird in RGB als (18,12,9) definiert.
RGB: (18,12,9) (7%,5%,4%)
R 18 von 255 = 7%
G 12 von 255 = 5%
B 9 von 255 = 4%
R + G + B ~ 5%. #120C09 dunkle Farbe.
R + G + B =
18 + 12 + 9 = 39 (100%)
R 18 von 39 ~ 46.15%
G 12 von 39 ~ 30.77%
B 9 von 39 ~ 23.08%
Die Farbe #120C09 wird in CMYK als (0,33,50,93) definiert.
CMYK: (0,33,50,93) C0M33Y50K93 (0%,33%,50%,93%) (0.00/0.33/0.50/0.93)
12 | 0C | 09 | |
---|---|---|---|
RGB | 18 | 12 | 9 |
HSL | 20° | 33.33% | 5.29% |
HSB/HSV | 20° | 50.00% | 7.06% |
CMYK | 0.00% | 33.33% | 50.00% |
92.94% |
Hexadezimal | 12 | 0C | 09 |
Dezimal | 18 | 12 | 9 |
Binär | 10010 | 1100 | 1001 |
Oktal | 22 | 14 | 11 |
Beispiele css- und html für Elemente in der Farbe #120C09. Bitte benutzen Sie auch rgb(18,12,9) statt hex-Code.
.myTextColor { color: #120C09; }
<p style="color:#120C09">This sample text font color is #120C09.</p>
Die Farbe dieses Textes ist #120C09.
.myBgColor { background-color: #120C09; }
<div style="background-color:#120C09">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #120C09.
.myBorderColor { border: 1px solid #120C09; }
<div style="border:3px solid #120C09">Div</div>
Die Grenzen von diesem div sind in Farbe #120C09.
.myOpacity80 { color: #120C09; opacity: 0.8; }
<p style="color:#120C09;opacity:0.8;">80%</p>
Text in Farbe #120C09 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #120C09;}
<p style="text-shadow: 3px 3px 1px #120C09">Text here.</p>
Dieser Text hat den Schatten in Farbe #120C09.
.textShadow {text-shadow: 3px 3px 1px #120C09, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #120C09, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #120C09 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#120C09, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#120C09, Direction=45, Strength=4)">Text</p>
This text has shadow with #120C09 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #120C09; -webkit-box-shadow: 1px 1px 3px 2px #120C09; box-shadow: 1px 1px 3px 2px #120C09; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #120C09; -webkit-box-shadow: 1px 1px 3px 2px #120C09; box-shadow:1px 1px 3px 2px #120C09;">
Div content here</div>
Dieser Text ist in der Farbe #120C09 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #120C09 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #120C09.
Dieser Text ist weiß auf dem Hintergrund in Farbe #120C09.