HEX: #15373C
RGB: (21,55,60)
#15373C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15373C ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #15373C wird in RGB als (21,55,60) definiert.
RGB: (21,55,60)
(8%, 22%, 24%)
R 21 von 255 = 8%
G 55 von 255 = 22%
B 60 von 255 = 24%
R + G + B ~ 18%. #15373C dunkle Farbe.
R + G + B = 21 + 55 + 60 = 136 (100%)
R 21 von 136 ~ 15.44%
G 55 von 136 ~ 40.44%
B 60 von 136 ~ 44.12'%
Die Farbe #15373C wird in CMYK als (65,8,0,76) definiert.
CMYK: (65,8,0,76)
C65M8Y0K76 (65%, 8%, 0%, 76%)
(0.65 / 0.08 / 0.00 / 0.76)
Farbe #15373C in den populären Farbmodellen.
15 | 37 | 3C | |
---|---|---|---|
RGB | 21 | 55 | 60 |
HSL | 188° | 48.15% | 15.88% |
HSB/HSV | 188° | 65.00% | 23.53% |
CMYK | 65.00% | 8.33% | 0.00% |
76.47% |
Die Farbe #15373C in den populären Zahlensystemen.
Hexadezimal | 15 | 37 | 3C |
Dezimal | 21 | 55 | 60 |
Binär | 10101 | 110111 | 111100 |
Oktal | 25 | 67 | 74 |
Dunkle Töne der Farbe #15373C
Helle Töne der Farbe #15373C
Beispiele css- und html für Elemente in der Farbe #15373C. Bitte benutzen Sie auch rgb(21,55,60) statt hex-Code.
.myTextColor { color: #15373C; }
<p style="color:#15373C">This sample text font color is #15373C.</p>
Die Farbe dieses Textes ist #15373C.
.myBgColor { background-color: #15373C; }
<div style="background-color:#15373C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15373C.
.myBorderColor { border: 1px solid #15373C; }
<div style="border:3px solid #15373C">Div</div>
Die Grenzen von diesem div sind in Farbe #15373C.
.myOpacity80 { color: #15373C; opacity: 0.8; }
<p style="color:#15373C;opacity:0.8;">80%</p>
Text in Farbe #15373C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15373C;}
<p style="text-shadow: 3px 3px 1px #15373C">Text here.</p>
Dieser Text hat den Schatten in Farbe #15373C.
.textShadow {text-shadow: 3px 3px 1px #15373C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15373C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15373C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15373C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15373C, Direction=45, Strength=4)">Text</p>
This text has shadow with #15373C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15373C;
-webkit-box-shadow: 1px 1px 3px 2px #15373C;
box-shadow: 1px 1px 3px 2px #15373C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15373C; -webkit-box-shadow: 1px 1px 3px 2px #15373C; box-shadow:1px 1px 3px 2px #15373C;">
Div content here
</div>
Dieser Text ist in der Farbe #15373C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15373C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15373C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15373C.
Kontrastfarbe für #hex ist #EAC8C3.