HEX: #15511B
RGB: (21,81,27)
#15511B enthält hauptsächlich grüne und blaue Farbe. Für #15511B ist eine «websichere» Webfarbe #006633 (oder kurz #063).
Die Farbe #15511B wird in RGB als (21,81,27) definiert.
RGB: (21,81,27) (8%,32%,11%)
R 21 von 255 = 8%
G 81 von 255 = 32%
B 27 von 255 = 11%
R + G + B ~ 17%. #15511B dunkle Farbe.
R + G + B =
21 + 81 + 27 = 129 (100%)
R 21 von 129 ~ 16.28%
G 81 von 129 ~ 62.79%
B 27 von 129 ~ 20.93%
Die Farbe #15511B wird in CMYK als (74,0,67,68) definiert.
CMYK: (74,0,67,68) C74M0Y67K68 (74%,0%,67%,68%) (0.74/0.00/0.67/0.68)
15 | 51 | 1B | |
---|---|---|---|
RGB | 21 | 81 | 27 |
HSL | 126° | 58.82% | 20.00% |
HSB/HSV | 126° | 74.07% | 31.76% |
CMYK | 74.07% | 0.00% | 66.67% |
68.24% |
Hexadezimal | 15 | 51 | 1B |
Dezimal | 21 | 81 | 27 |
Binär | 10101 | 1010001 | 11011 |
Oktal | 25 | 121 | 33 |
Beispiele css- und html für Elemente in der Farbe #15511B. Bitte benutzen Sie auch rgb(21,81,27) statt hex-Code.
.myTextColor { color: #15511B; }
<p style="color:#15511B">This sample text font color is #15511B.</p>
Die Farbe dieses Textes ist #15511B.
.myBgColor { background-color: #15511B; }
<div style="background-color:#15511B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15511B.
.myBorderColor { border: 1px solid #15511B; }
<div style="border:3px solid #15511B">Div</div>
Die Grenzen von diesem div sind in Farbe #15511B.
.myOpacity80 { color: #15511B; opacity: 0.8; }
<p style="color:#15511B;opacity:0.8;">80%</p>
Text in Farbe #15511B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15511B;}
<p style="text-shadow: 3px 3px 1px #15511B">Text here.</p>
Dieser Text hat den Schatten in Farbe #15511B.
.textShadow {text-shadow: 3px 3px 1px #15511B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15511B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15511B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15511B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15511B, Direction=45, Strength=4)">Text</p>
This text has shadow with #15511B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15511B; -webkit-box-shadow: 1px 1px 3px 2px #15511B; box-shadow: 1px 1px 3px 2px #15511B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15511B; -webkit-box-shadow: 1px 1px 3px 2px #15511B; box-shadow:1px 1px 3px 2px #15511B;">
Div content here</div>
Dieser Text ist in der Farbe #15511B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15511B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15511B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15511B.