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