HEX: #15280E
RGB: (21,40,14)
#15280E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15280E ist eine «websichere» Webfarbe #003300 (oder kurz #030).
Die Farbe #15280E wird in RGB als (21,40,14) definiert.
RGB: (21,40,14) (8%,16%,5%)
R 21 von 255 = 8%
G 40 von 255 = 16%
B 14 von 255 = 5%
R + G + B ~ 10%. #15280E dunkle Farbe.
R + G + B =
21 + 40 + 14 = 75 (100%)
R 21 von 75 ~ 28%
G 40 von 75 ~ 53.33%
B 14 von 75 ~ 18.67%
Die Farbe #15280E wird in CMYK als (48,0,65,84) definiert.
CMYK: (48,0,65,84) C48M0Y65K84 (48%,0%,65%,84%) (0.48/0.00/0.65/0.84)
15 | 28 | 0E | |
---|---|---|---|
RGB | 21 | 40 | 14 |
HSL | 104° | 48.15% | 10.59% |
HSB/HSV | 104° | 65.00% | 15.69% |
CMYK | 47.50% | 0.00% | 65.00% |
84.31% |
Hexadezimal | 15 | 28 | 0E |
Dezimal | 21 | 40 | 14 |
Binär | 10101 | 101000 | 1110 |
Oktal | 25 | 50 | 16 |
Beispiele css- und html für Elemente in der Farbe #15280E. Bitte benutzen Sie auch rgb(21,40,14) statt hex-Code.
.myTextColor { color: #15280E; }
<p style="color:#15280E">This sample text font color is #15280E.</p>
Die Farbe dieses Textes ist #15280E.
.myBgColor { background-color: #15280E; }
<div style="background-color:#15280E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15280E.
.myBorderColor { border: 1px solid #15280E; }
<div style="border:3px solid #15280E">Div</div>
Die Grenzen von diesem div sind in Farbe #15280E.
.myOpacity80 { color: #15280E; opacity: 0.8; }
<p style="color:#15280E;opacity:0.8;">80%</p>
Text in Farbe #15280E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15280E;}
<p style="text-shadow: 3px 3px 1px #15280E">Text here.</p>
Dieser Text hat den Schatten in Farbe #15280E.
.textShadow {text-shadow: 3px 3px 1px #15280E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15280E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15280E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15280E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15280E, Direction=45, Strength=4)">Text</p>
This text has shadow with #15280E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15280E; -webkit-box-shadow: 1px 1px 3px 2px #15280E; box-shadow: 1px 1px 3px 2px #15280E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15280E; -webkit-box-shadow: 1px 1px 3px 2px #15280E; box-shadow:1px 1px 3px 2px #15280E;">
Div content here</div>
Dieser Text ist in der Farbe #15280E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15280E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15280E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15280E.