HEX: #15271B
RGB: (21,39,27)
#15271B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15271B ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #15271B wird in RGB als (21,39,27) definiert.
RGB: (21,39,27)
(8%, 15%, 11%)
R 21 von 255 = 8%
G 39 von 255 = 15%
B 27 von 255 = 11%
R + G + B ~ 11%. #15271B dunkle Farbe.
R + G + B = 21 + 39 + 27 = 87 (100%)
R 21 von 87 ~ 24.14%
G 39 von 87 ~ 44.83%
B 27 von 87 ~ 31.03'%
Die Farbe #15271B wird in CMYK als (46,0,31,85) definiert.
CMYK: (46,0,31,85) C46M0Y31K85 (46%,0%,31%,85%) (0.46/0.00/0.31/0.85)
Farbe #15271B in den populären Farbmodellen.
15 | 27 | 1B | |
---|---|---|---|
RGB | 21 | 39 | 27 |
HSL | 140° | 30.00% | 11.76% |
HSB/HSV | 140° | 46.15% | 15.29% |
CMYK | 46.15% | 0.00% | 30.77% |
84.71% |
Die Farbe #15271B in den populären Zahlensystemen.
Hexadezimal | 15 | 27 | 1B |
Dezimal | 21 | 39 | 27 |
Binär | 10101 | 100111 | 11011 |
Oktal | 25 | 47 | 33 |
Dunkle Töne der Farbe #15271B
Helle Töne der Farbe #15271B
Beispiele css- und html für Elemente in der Farbe #15271B. Bitte benutzen Sie auch rgb(21,39,27) statt hex-Code.
.myTextColor { color: #15271B; }
<p style="color:#15271B">This sample text font color is #15271B.</p>
Die Farbe dieses Textes ist #15271B.
.myBgColor { background-color: #15271B; }
<div style="background-color:#15271B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15271B.
.myBorderColor { border: 1px solid #15271B; }
<div style="border:3px solid #15271B">Div</div>
Die Grenzen von diesem div sind in Farbe #15271B.
.myOpacity80 { color: #15271B; opacity: 0.8; }
<p style="color:#15271B;opacity:0.8;">80%</p>
Text in Farbe #15271B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15271B;}
<p style="text-shadow: 3px 3px 1px #15271B">Text here.</p>
Dieser Text hat den Schatten in Farbe #15271B.
.textShadow {text-shadow: 3px 3px 1px #15271B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15271B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15271B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15271B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15271B, Direction=45, Strength=4)">Text</p>
This text has shadow with #15271B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15271B;
-webkit-box-shadow: 1px 1px 3px 2px #15271B;
box-shadow: 1px 1px 3px 2px #15271B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15271B; -webkit-box-shadow: 1px 1px 3px 2px #15271B; box-shadow:1px 1px 3px 2px #15271B;">
Div content here
</div>
Dieser Text ist in der Farbe #15271B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15271B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15271B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15271B.
Kontrastfarbe für #hex ist #EAD8E4.