HEX: #090906
RGB: (9,9,6)
#090906 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #090906 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #090906 wird in RGB als (9,9,6) definiert.
RGB: (9,9,6)
(4%, 4%, 2%)
R 9 von 255 = 4%
G 9 von 255 = 4%
B 6 von 255 = 2%
R + G + B ~ 3%. #090906 dunkle Farbe.
R + G + B = 9 + 9 + 6 = 24 (100%)
R 9 von 24 ~ 37.5%
G 9 von 24 ~ 37.5%
B 6 von 24 ~ 25'%
Die Farbe #090906 wird in CMYK als (0,0,33,96) definiert.
CMYK: (0,0,33,96)
C0M0Y33K96 (0%, 0%, 33%, 96%)
(0.00 / 0.00 / 0.33 / 0.96)
Farbe #090906 in den populären Farbmodellen.
09 | 09 | 06 | |
---|---|---|---|
RGB | 9 | 9 | 6 |
HSL | 60° | 20.00% | 2.94% |
HSB/HSV | 60° | 33.33% | 3.53% |
CMYK | 0.00% | 0.00% | 33.33% |
96.47% |
Die Farbe #090906 in den populären Zahlensystemen.
Hexadezimal | 09 | 09 | 06 |
Dezimal | 9 | 9 | 6 |
Binär | 1001 | 1001 | 110 |
Oktal | 11 | 11 | 6 |
Helle Töne der Farbe #090906
Beispiele css- und html für Elemente in der Farbe #090906. Bitte benutzen Sie auch rgb(9,9,6) statt hex-Code.
.myTextColor { color: #090906; }
<p style="color:#090906">This sample text font color is #090906.</p>
Die Farbe dieses Textes ist #090906.
.myBgColor { background-color: #090906; }
<div style="background-color:#090906">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #090906.
.myBorderColor { border: 1px solid #090906; }
<div style="border:3px solid #090906">Div</div>
Die Grenzen von diesem div sind in Farbe #090906.
.myOpacity80 { color: #090906; opacity: 0.8; }
<p style="color:#090906;opacity:0.8;">80%</p>
Text in Farbe #090906 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #090906;}
<p style="text-shadow: 3px 3px 1px #090906">Text here.</p>
Dieser Text hat den Schatten in Farbe #090906.
.textShadow {text-shadow: 3px 3px 1px #090906', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #090906, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #090906 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#090906, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#090906, Direction=45, Strength=4)">Text</p>
This text has shadow with #090906 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #090906;
-webkit-box-shadow: 1px 1px 3px 2px #090906;
box-shadow: 1px 1px 3px 2px #090906;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #090906; -webkit-box-shadow: 1px 1px 3px 2px #090906; box-shadow:1px 1px 3px 2px #090906;">
Div content here
</div>
Dieser Text ist in der Farbe #090906 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #090906 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #090906.
Dieser Text ist weiß auf dem Hintergrund in Farbe #090906.