HEX: #15472B
RGB: (21,71,43)
#15472B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15472B ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #15472B wird in RGB als (21,71,43) definiert.
RGB: (21,71,43)
(8%, 28%, 17%)
R 21 von 255 = 8%
G 71 von 255 = 28%
B 43 von 255 = 17%
R + G + B ~ 18%. #15472B dunkle Farbe.
R + G + B = 21 + 71 + 43 = 135 (100%)
R 21 von 135 ~ 15.56%
G 71 von 135 ~ 52.59%
B 43 von 135 ~ 31.85'%
Die Farbe #15472B wird in CMYK als (70,0,39,72) definiert.
CMYK: (70,0,39,72)
C70M0Y39K72 (70%, 0%, 39%, 72%)
(0.70 / 0.00 / 0.39 / 0.72)
Farbe #15472B in den populären Farbmodellen.
15 | 47 | 2B | |
---|---|---|---|
RGB | 21 | 71 | 43 |
HSL | 146° | 54.35% | 18.04% |
HSB/HSV | 146° | 70.42% | 27.84% |
CMYK | 70.42% | 0.00% | 39.44% |
72.16% |
Die Farbe #15472B in den populären Zahlensystemen.
Hexadezimal | 15 | 47 | 2B |
Dezimal | 21 | 71 | 43 |
Binär | 10101 | 1000111 | 101011 |
Oktal | 25 | 107 | 53 |
Dunkle Töne der Farbe #15472B
Helle Töne der Farbe #15472B
Beispiele css- und html für Elemente in der Farbe #15472B. Bitte benutzen Sie auch rgb(21,71,43) statt hex-Code.
.myTextColor { color: #15472B; }
<p style="color:#15472B">This sample text font color is #15472B.</p>
Die Farbe dieses Textes ist #15472B.
.myBgColor { background-color: #15472B; }
<div style="background-color:#15472B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15472B.
.myBorderColor { border: 1px solid #15472B; }
<div style="border:3px solid #15472B">Div</div>
Die Grenzen von diesem div sind in Farbe #15472B.
.myOpacity80 { color: #15472B; opacity: 0.8; }
<p style="color:#15472B;opacity:0.8;">80%</p>
Text in Farbe #15472B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15472B;}
<p style="text-shadow: 3px 3px 1px #15472B">Text here.</p>
Dieser Text hat den Schatten in Farbe #15472B.
.textShadow {text-shadow: 3px 3px 1px #15472B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15472B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15472B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15472B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15472B, Direction=45, Strength=4)">Text</p>
This text has shadow with #15472B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15472B;
-webkit-box-shadow: 1px 1px 3px 2px #15472B;
box-shadow: 1px 1px 3px 2px #15472B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15472B; -webkit-box-shadow: 1px 1px 3px 2px #15472B; box-shadow:1px 1px 3px 2px #15472B;">
Div content here
</div>
Dieser Text ist in der Farbe #15472B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15472B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15472B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15472B.
Kontrastfarbe für #hex ist #EAB8D4.