HEX: #15182D
RGB: (21,24,45)
#15182D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15182D ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #15182D wird in RGB als (21,24,45) definiert.
RGB: (21,24,45) (8%,9%,18%)
R 21 von 255 = 8%
G 24 von 255 = 9%
B 45 von 255 = 18%
R + G + B ~ 12%. #15182D dunkle Farbe.
R + G + B =
21 + 24 + 45 = 90 (100%)
R 21 von 90 ~ 23.33%
G 24 von 90 ~ 26.67%
B 45 von 90 ~ 50%
Die Farbe #15182D wird in CMYK als (53,47,0,82) definiert.
CMYK: (53,47,0,82) C53M47Y0K82 (53%,47%,0%,82%) (0.53/0.47/0.00/0.82)
15 | 18 | 2D | |
---|---|---|---|
RGB | 21 | 24 | 45 |
HSL | 233° | 36.36% | 12.94% |
HSB/HSV | 233° | 53.33% | 17.65% |
CMYK | 53.33% | 46.67% | 0.00% |
82.35% |
Hexadezimal | 15 | 18 | 2D |
Dezimal | 21 | 24 | 45 |
Binär | 10101 | 11000 | 101101 |
Oktal | 25 | 30 | 55 |
Beispiele css- und html für Elemente in der Farbe #15182D. Bitte benutzen Sie auch rgb(21,24,45) statt hex-Code.
.myTextColor { color: #15182D; }
<p style="color:#15182D">This sample text font color is #15182D.</p>
Die Farbe dieses Textes ist #15182D.
.myBgColor { background-color: #15182D; }
<div style="background-color:#15182D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15182D.
.myBorderColor { border: 1px solid #15182D; }
<div style="border:3px solid #15182D">Div</div>
Die Grenzen von diesem div sind in Farbe #15182D.
.myOpacity80 { color: #15182D; opacity: 0.8; }
<p style="color:#15182D;opacity:0.8;">80%</p>
Text in Farbe #15182D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15182D;}
<p style="text-shadow: 3px 3px 1px #15182D">Text here.</p>
Dieser Text hat den Schatten in Farbe #15182D.
.textShadow {text-shadow: 3px 3px 1px #15182D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15182D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15182D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15182D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15182D, Direction=45, Strength=4)">Text</p>
This text has shadow with #15182D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15182D; -webkit-box-shadow: 1px 1px 3px 2px #15182D; box-shadow: 1px 1px 3px 2px #15182D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15182D; -webkit-box-shadow: 1px 1px 3px 2px #15182D; box-shadow:1px 1px 3px 2px #15182D;">
Div content here</div>
Dieser Text ist in der Farbe #15182D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15182D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15182D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15182D.