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