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