HEX: #09040E
RGB: (9,4,14)
#09040E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #09040E ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #09040E wird in RGB als (9,4,14) definiert.
RGB: (9,4,14) (4%,2%,5%)
R 9 von 255 = 4%
G 4 von 255 = 2%
B 14 von 255 = 5%
R + G + B ~ 4%. #09040E dunkle Farbe.
R + G + B =
9 + 4 + 14 = 27 (100%)
R 9 von 27 ~ 33.33%
G 4 von 27 ~ 14.81%
B 14 von 27 ~ 51.85%
Die Farbe #09040E wird in CMYK als (36,71,0,95) definiert.
CMYK: (36,71,0,95) C36M71Y0K95 (36%,71%,0%,95%) (0.36/0.71/0.00/0.95)
09 | 04 | 0E | |
---|---|---|---|
RGB | 9 | 4 | 14 |
HSL | 270° | 55.56% | 3.53% |
HSB/HSV | 270° | 71.43% | 5.49% |
CMYK | 35.71% | 71.43% | 0.00% |
94.51% |
Hexadezimal | 09 | 04 | 0E |
Dezimal | 9 | 4 | 14 |
Binär | 1001 | 100 | 1110 |
Oktal | 11 | 4 | 16 |
Beispiele css- und html für Elemente in der Farbe #09040E. Bitte benutzen Sie auch rgb(9,4,14) statt hex-Code.
.myTextColor { color: #09040E; }
<p style="color:#09040E">This sample text font color is #09040E.</p>
Die Farbe dieses Textes ist #09040E.
.myBgColor { background-color: #09040E; }
<div style="background-color:#09040E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #09040E.
.myBorderColor { border: 1px solid #09040E; }
<div style="border:3px solid #09040E">Div</div>
Die Grenzen von diesem div sind in Farbe #09040E.
.myOpacity80 { color: #09040E; opacity: 0.8; }
<p style="color:#09040E;opacity:0.8;">80%</p>
Text in Farbe #09040E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09040E;}
<p style="text-shadow: 3px 3px 1px #09040E">Text here.</p>
Dieser Text hat den Schatten in Farbe #09040E.
.textShadow {text-shadow: 3px 3px 1px #09040E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09040E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #09040E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09040E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09040E, Direction=45, Strength=4)">Text</p>
This text has shadow with #09040E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09040E; -webkit-box-shadow: 1px 1px 3px 2px #09040E; box-shadow: 1px 1px 3px 2px #09040E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #09040E; -webkit-box-shadow: 1px 1px 3px 2px #09040E; box-shadow:1px 1px 3px 2px #09040E;">
Div content here</div>
Dieser Text ist in der Farbe #09040E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #09040E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #09040E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #09040E.