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