HEX: #15201E
RGB: (21,32,30)
#15201E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15201E ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #15201E wird in RGB als (21,32,30) definiert.
RGB: (21,32,30)
(8%, 13%, 12%)
R 21 von 255 = 8%
G 32 von 255 = 13%
B 30 von 255 = 12%
R + G + B ~ 11%. #15201E dunkle Farbe.
R + G + B = 21 + 32 + 30 = 83 (100%)
R 21 von 83 ~ 25.3%
G 32 von 83 ~ 38.55%
B 30 von 83 ~ 36.14'%
Die Farbe #15201E wird in CMYK als (34,0,6,87) definiert.
CMYK: (34,0,6,87)
C34M0Y6K87 (34%, 0%, 6%, 87%)
(0.34 / 0.00 / 0.06 / 0.87)
Farbe #15201E in den populären Farbmodellen.
15 | 20 | 1E | |
---|---|---|---|
RGB | 21 | 32 | 30 |
HSL | 169° | 20.75% | 10.39% |
HSB/HSV | 169° | 34.38% | 12.55% |
CMYK | 34.38% | 0.00% | 6.25% |
87.45% |
Die Farbe #15201E in den populären Zahlensystemen.
Hexadezimal | 15 | 20 | 1E |
Dezimal | 21 | 32 | 30 |
Binär | 10101 | 100000 | 11110 |
Oktal | 25 | 40 | 36 |
Dunkle Töne der Farbe #15201E
Helle Töne der Farbe #15201E
Beispiele css- und html für Elemente in der Farbe #15201E. Bitte benutzen Sie auch rgb(21,32,30) statt hex-Code.
.myTextColor { color: #15201E; }
<p style="color:#15201E">This sample text font color is #15201E.</p>
Die Farbe dieses Textes ist #15201E.
.myBgColor { background-color: #15201E; }
<div style="background-color:#15201E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15201E.
.myBorderColor { border: 1px solid #15201E; }
<div style="border:3px solid #15201E">Div</div>
Die Grenzen von diesem div sind in Farbe #15201E.
.myOpacity80 { color: #15201E; opacity: 0.8; }
<p style="color:#15201E;opacity:0.8;">80%</p>
Text in Farbe #15201E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15201E;}
<p style="text-shadow: 3px 3px 1px #15201E">Text here.</p>
Dieser Text hat den Schatten in Farbe #15201E.
.textShadow {text-shadow: 3px 3px 1px #15201E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15201E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15201E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15201E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15201E, Direction=45, Strength=4)">Text</p>
This text has shadow with #15201E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15201E;
-webkit-box-shadow: 1px 1px 3px 2px #15201E;
box-shadow: 1px 1px 3px 2px #15201E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15201E; -webkit-box-shadow: 1px 1px 3px 2px #15201E; box-shadow:1px 1px 3px 2px #15201E;">
Div content here
</div>
Dieser Text ist in der Farbe #15201E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15201E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15201E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15201E.
Kontrastfarbe für #hex ist #EADFE1.