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