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