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