HEX: #15061C
RGB: (21,6,28)
#15061C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15061C ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #15061C wird in RGB als (21,6,28) definiert.
RGB: (21,6,28)
(8%, 2%, 11%)
R 21 von 255 = 8%
G 6 von 255 = 2%
B 28 von 255 = 11%
R + G + B ~ 7%. #15061C dunkle Farbe.
R + G + B = 21 + 6 + 28 = 55 (100%)
R 21 von 55 ~ 38.18%
G 6 von 55 ~ 10.91%
B 28 von 55 ~ 50.91'%
Die Farbe #15061C wird in CMYK als (25,79,0,89) definiert.
CMYK: (25,79,0,89) C25M79Y0K89 (25%,79%,0%,89%) (0.25/0.79/0.00/0.89)
Farbe #15061C in den populären Farbmodellen.
15 | 06 | 1C | |
---|---|---|---|
RGB | 21 | 6 | 28 |
HSL | 281° | 64.71% | 6.67% |
HSB/HSV | 281° | 78.57% | 10.98% |
CMYK | 25.00% | 78.57% | 0.00% |
89.02% |
Die Farbe #15061C in den populären Zahlensystemen.
Hexadezimal | 15 | 06 | 1C |
Dezimal | 21 | 6 | 28 |
Binär | 10101 | 110 | 11100 |
Oktal | 25 | 6 | 34 |
Dunkle Töne der Farbe #15061C
Helle Töne der Farbe #15061C
Beispiele css- und html für Elemente in der Farbe #15061C. Bitte benutzen Sie auch rgb(21,6,28) statt hex-Code.
.myTextColor { color: #15061C; }
<p style="color:#15061C">This sample text font color is #15061C.</p>
Die Farbe dieses Textes ist #15061C.
.myBgColor { background-color: #15061C; }
<div style="background-color:#15061C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15061C.
.myBorderColor { border: 1px solid #15061C; }
<div style="border:3px solid #15061C">Div</div>
Die Grenzen von diesem div sind in Farbe #15061C.
.myOpacity80 { color: #15061C; opacity: 0.8; }
<p style="color:#15061C;opacity:0.8;">80%</p>
Text in Farbe #15061C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15061C;}
<p style="text-shadow: 3px 3px 1px #15061C">Text here.</p>
Dieser Text hat den Schatten in Farbe #15061C.
.textShadow {text-shadow: 3px 3px 1px #15061C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15061C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15061C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15061C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15061C, Direction=45, Strength=4)">Text</p>
This text has shadow with #15061C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15061C;
-webkit-box-shadow: 1px 1px 3px 2px #15061C;
box-shadow: 1px 1px 3px 2px #15061C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15061C; -webkit-box-shadow: 1px 1px 3px 2px #15061C; box-shadow:1px 1px 3px 2px #15061C;">
Div content here
</div>
Dieser Text ist in der Farbe #15061C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15061C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15061C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15061C.
Kontrastfarbe für #hex ist #EAF9E3.