HEX: #0E150D
RGB: (14,21,13)
#0E150D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #0E150D ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #0E150D wird in RGB als (14,21,13) definiert.
RGB: (14,21,13) (5%,8%,5%)
R 14 von 255 = 5%
G 21 von 255 = 8%
B 13 von 255 = 5%
R + G + B ~ 6%. #0E150D dunkle Farbe.
R + G + B =
14 + 21 + 13 = 48 (100%)
R 14 von 48 ~ 29.17%
G 21 von 48 ~ 43.75%
B 13 von 48 ~ 27.08%
Die Farbe #0E150D wird in CMYK als (33,0,38,92) definiert.
CMYK: (33,0,38,92) C33M0Y38K92 (33%,0%,38%,92%) (0.33/0.00/0.38/0.92)
0E | 15 | 0D | |
---|---|---|---|
RGB | 14 | 21 | 13 |
HSL | 113° | 23.53% | 6.67% |
HSB/HSV | 113° | 38.10% | 8.24% |
CMYK | 33.33% | 0.00% | 38.10% |
91.76% |
Hexadezimal | 0E | 15 | 0D |
Dezimal | 14 | 21 | 13 |
Binär | 1110 | 10101 | 1101 |
Oktal | 16 | 25 | 15 |
Beispiele css- und html für Elemente in der Farbe #0E150D. Bitte benutzen Sie auch rgb(14,21,13) statt hex-Code.
.myTextColor { color: #0E150D; }
<p style="color:#0E150D">This sample text font color is #0E150D.</p>
Die Farbe dieses Textes ist #0E150D.
.myBgColor { background-color: #0E150D; }
<div style="background-color:#0E150D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0E150D.
.myBorderColor { border: 1px solid #0E150D; }
<div style="border:3px solid #0E150D">Div</div>
Die Grenzen von diesem div sind in Farbe #0E150D.
.myOpacity80 { color: #0E150D; opacity: 0.8; }
<p style="color:#0E150D;opacity:0.8;">80%</p>
Text in Farbe #0E150D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0E150D;}
<p style="text-shadow: 3px 3px 1px #0E150D">Text here.</p>
Dieser Text hat den Schatten in Farbe #0E150D.
.textShadow {text-shadow: 3px 3px 1px #0E150D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0E150D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0E150D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0E150D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0E150D, Direction=45, Strength=4)">Text</p>
This text has shadow with #0E150D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0E150D; -webkit-box-shadow: 1px 1px 3px 2px #0E150D; box-shadow: 1px 1px 3px 2px #0E150D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0E150D; -webkit-box-shadow: 1px 1px 3px 2px #0E150D; box-shadow:1px 1px 3px 2px #0E150D;">
Div content here</div>
Dieser Text ist in der Farbe #0E150D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0E150D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0E150D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0E150D.