HEX: #120E0D
RGB: (18,14,13)
#120E0D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #120E0D ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #120E0D wird in RGB als (18,14,13) definiert.
RGB: (18,14,13) (7%,5%,5%)
R 18 von 255 = 7%
G 14 von 255 = 5%
B 13 von 255 = 5%
R + G + B ~ 6%. #120E0D dunkle Farbe.
R + G + B =
18 + 14 + 13 = 45 (100%)
R 18 von 45 ~ 40%
G 14 von 45 ~ 31.11%
B 13 von 45 ~ 28.89%
Die Farbe #120E0D wird in CMYK als (0,22,28,93) definiert.
CMYK: (0,22,28,93) C0M22Y28K93 (0%,22%,28%,93%) (0.00/0.22/0.28/0.93)
12 | 0E | 0D | |
---|---|---|---|
RGB | 18 | 14 | 13 |
HSL | 12° | 16.13% | 6.08% |
HSB/HSV | 12° | 27.78% | 7.06% |
CMYK | 0.00% | 22.22% | 27.78% |
92.94% |
Hexadezimal | 12 | 0E | 0D |
Dezimal | 18 | 14 | 13 |
Binär | 10010 | 1110 | 1101 |
Oktal | 22 | 16 | 15 |
Beispiele css- und html für Elemente in der Farbe #120E0D. Bitte benutzen Sie auch rgb(18,14,13) statt hex-Code.
.myTextColor { color: #120E0D; }
<p style="color:#120E0D">This sample text font color is #120E0D.</p>
Die Farbe dieses Textes ist #120E0D.
.myBgColor { background-color: #120E0D; }
<div style="background-color:#120E0D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #120E0D.
.myBorderColor { border: 1px solid #120E0D; }
<div style="border:3px solid #120E0D">Div</div>
Die Grenzen von diesem div sind in Farbe #120E0D.
.myOpacity80 { color: #120E0D; opacity: 0.8; }
<p style="color:#120E0D;opacity:0.8;">80%</p>
Text in Farbe #120E0D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #120E0D;}
<p style="text-shadow: 3px 3px 1px #120E0D">Text here.</p>
Dieser Text hat den Schatten in Farbe #120E0D.
.textShadow {text-shadow: 3px 3px 1px #120E0D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #120E0D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #120E0D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#120E0D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#120E0D, Direction=45, Strength=4)">Text</p>
This text has shadow with #120E0D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #120E0D; -webkit-box-shadow: 1px 1px 3px 2px #120E0D; box-shadow: 1px 1px 3px 2px #120E0D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #120E0D; -webkit-box-shadow: 1px 1px 3px 2px #120E0D; box-shadow:1px 1px 3px 2px #120E0D;">
Div content here</div>
Dieser Text ist in der Farbe #120E0D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #120E0D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #120E0D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #120E0D.