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