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