HEX: #15323D
RGB: (21,50,61)
#15323D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15323D ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #15323D wird in RGB als (21,50,61) definiert.
RGB: (21,50,61) (8%,20%,24%)
R 21 von 255 = 8%
G 50 von 255 = 20%
B 61 von 255 = 24%
R + G + B ~ 17%. #15323D dunkle Farbe.
R + G + B =
21 + 50 + 61 = 132 (100%)
R 21 von 132 ~ 15.91%
G 50 von 132 ~ 37.88%
B 61 von 132 ~ 46.21%
Die Farbe #15323D wird in CMYK als (66,18,0,76) definiert.
CMYK: (66,18,0,76) C66M18Y0K76 (66%,18%,0%,76%) (0.66/0.18/0.00/0.76)
15 | 32 | 3D | |
---|---|---|---|
RGB | 21 | 50 | 61 |
HSL | 197° | 48.78% | 16.08% |
HSB/HSV | 197° | 65.57% | 23.92% |
CMYK | 65.57% | 18.03% | 0.00% |
76.08% |
Hexadezimal | 15 | 32 | 3D |
Dezimal | 21 | 50 | 61 |
Binär | 10101 | 110010 | 111101 |
Oktal | 25 | 62 | 75 |
Beispiele css- und html für Elemente in der Farbe #15323D. Bitte benutzen Sie auch rgb(21,50,61) statt hex-Code.
.myTextColor { color: #15323D; }
<p style="color:#15323D">This sample text font color is #15323D.</p>
Die Farbe dieses Textes ist #15323D.
.myBgColor { background-color: #15323D; }
<div style="background-color:#15323D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15323D.
.myBorderColor { border: 1px solid #15323D; }
<div style="border:3px solid #15323D">Div</div>
Die Grenzen von diesem div sind in Farbe #15323D.
.myOpacity80 { color: #15323D; opacity: 0.8; }
<p style="color:#15323D;opacity:0.8;">80%</p>
Text in Farbe #15323D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15323D;}
<p style="text-shadow: 3px 3px 1px #15323D">Text here.</p>
Dieser Text hat den Schatten in Farbe #15323D.
.textShadow {text-shadow: 3px 3px 1px #15323D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15323D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15323D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15323D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15323D, Direction=45, Strength=4)">Text</p>
This text has shadow with #15323D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15323D; -webkit-box-shadow: 1px 1px 3px 2px #15323D; box-shadow: 1px 1px 3px 2px #15323D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15323D; -webkit-box-shadow: 1px 1px 3px 2px #15323D; box-shadow:1px 1px 3px 2px #15323D;">
Div content here</div>
Dieser Text ist in der Farbe #15323D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15323D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15323D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15323D.