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