HEX: #00120E
RGB: (0,18,14)
#00120E enthält nur grüne und blaue Farbe. Für #00120E ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #00120E wird in RGB als (0,18,14) definiert.
RGB: (0,18,14) (0%,7%,5%)
R 0 von 255 = 0%
G 18 von 255 = 7%
B 14 von 255 = 5%
R + G + B ~ 4%. #00120E dunkle Farbe.
R + G + B =
0 + 18 + 14 = 32 (100%)
R 0 von 32 ~ 0%
G 18 von 32 ~ 56.25%
B 14 von 32 ~ 43.75%
Die Farbe #00120E wird in CMYK als (100,0,22,93) definiert.
CMYK: (100,0,22,93) C100M0Y22K93 (100%,0%,22%,93%) (1.00/0.00/0.22/0.93)
00 | 12 | 0E | |
---|---|---|---|
RGB | 0 | 18 | 14 |
HSL | 167° | 100.00% | 3.53% |
HSB/HSV | 167° | 100.00% | 7.06% |
CMYK | 100.00% | 0.00% | 22.22% |
92.94% |
Hexadezimal | 00 | 12 | 0E |
Dezimal | 0 | 18 | 14 |
Binär | 0 | 10010 | 1110 |
Oktal | 0 | 22 | 16 |
Beispiele css- und html für Elemente in der Farbe #00120E. Bitte benutzen Sie auch rgb(0,18,14) statt hex-Code.
.myTextColor { color: #00120E; }
<p style="color:#00120E">This sample text font color is #00120E.</p>
Die Farbe dieses Textes ist #00120E.
.myBgColor { background-color: #00120E; }
<div style="background-color:#00120E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00120E.
.myBorderColor { border: 1px solid #00120E; }
<div style="border:3px solid #00120E">Div</div>
Die Grenzen von diesem div sind in Farbe #00120E.
.myOpacity80 { color: #00120E; opacity: 0.8; }
<p style="color:#00120E;opacity:0.8;">80%</p>
Text in Farbe #00120E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00120E;}
<p style="text-shadow: 3px 3px 1px #00120E">Text here.</p>
Dieser Text hat den Schatten in Farbe #00120E.
.textShadow {text-shadow: 3px 3px 1px #00120E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00120E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00120E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00120E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00120E, Direction=45, Strength=4)">Text</p>
This text has shadow with #00120E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00120E; -webkit-box-shadow: 1px 1px 3px 2px #00120E; box-shadow: 1px 1px 3px 2px #00120E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #00120E; -webkit-box-shadow: 1px 1px 3px 2px #00120E; box-shadow:1px 1px 3px 2px #00120E;">
Div content here</div>
Dieser Text ist in der Farbe #00120E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00120E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00120E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00120E.