HEX: #15331D
RGB: (21,51,29)
#15331D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15331D ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #15331D wird in RGB als (21,51,29) definiert.
RGB: (21,51,29) (8%,20%,11%)
R 21 von 255 = 8%
G 51 von 255 = 20%
B 29 von 255 = 11%
R + G + B ~ 13%. #15331D dunkle Farbe.
R + G + B =
21 + 51 + 29 = 101 (100%)
R 21 von 101 ~ 20.79%
G 51 von 101 ~ 50.5%
B 29 von 101 ~ 28.71%
Die Farbe #15331D wird in CMYK als (59,0,43,80) definiert.
CMYK: (59,0,43,80) C59M0Y43K80 (59%,0%,43%,80%) (0.59/0.00/0.43/0.80)
15 | 33 | 1D | |
---|---|---|---|
RGB | 21 | 51 | 29 |
HSL | 136° | 41.67% | 14.12% |
HSB/HSV | 136° | 58.82% | 20.00% |
CMYK | 58.82% | 0.00% | 43.14% |
80.00% |
Hexadezimal | 15 | 33 | 1D |
Dezimal | 21 | 51 | 29 |
Binär | 10101 | 110011 | 11101 |
Oktal | 25 | 63 | 35 |
Beispiele css- und html für Elemente in der Farbe #15331D. Bitte benutzen Sie auch rgb(21,51,29) statt hex-Code.
.myTextColor { color: #15331D; }
<p style="color:#15331D">This sample text font color is #15331D.</p>
Die Farbe dieses Textes ist #15331D.
.myBgColor { background-color: #15331D; }
<div style="background-color:#15331D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15331D.
.myBorderColor { border: 1px solid #15331D; }
<div style="border:3px solid #15331D">Div</div>
Die Grenzen von diesem div sind in Farbe #15331D.
.myOpacity80 { color: #15331D; opacity: 0.8; }
<p style="color:#15331D;opacity:0.8;">80%</p>
Text in Farbe #15331D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15331D;}
<p style="text-shadow: 3px 3px 1px #15331D">Text here.</p>
Dieser Text hat den Schatten in Farbe #15331D.
.textShadow {text-shadow: 3px 3px 1px #15331D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15331D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15331D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15331D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15331D, Direction=45, Strength=4)">Text</p>
This text has shadow with #15331D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15331D; -webkit-box-shadow: 1px 1px 3px 2px #15331D; box-shadow: 1px 1px 3px 2px #15331D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15331D; -webkit-box-shadow: 1px 1px 3px 2px #15331D; box-shadow:1px 1px 3px 2px #15331D;">
Div content here</div>
Dieser Text ist in der Farbe #15331D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15331D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15331D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15331D.