HEX: #000808
RGB: (0,8,8)
#000808 enthält nur grüne und blaue Farbe. Für #000808 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #000808 wird in RGB als (0,8,8) definiert.
RGB: (0,8,8) (0%,3%,3%)
R 0 von 255 = 0%
G 8 von 255 = 3%
B 8 von 255 = 3%
R + G + B ~ 2%. #000808 dunkle Farbe.
R + G + B =
0 + 8 + 8 = 16 (100%)
R 0 von 16 ~ 0%
G 8 von 16 ~ 50%
B 8 von 16 ~ 50%
Die Farbe #000808 wird in CMYK als (100,0,0,97) definiert.
CMYK: (100,0,0,97) C100M0Y0K97 (100%,0%,0%,97%) (1.00/0.00/0.00/0.97)
00 | 08 | 08 | |
---|---|---|---|
RGB | 0 | 8 | 8 |
HSL | 180° | 100.00% | 1.57% |
HSB/HSV | 180° | 100.00% | 3.14% |
CMYK | 100.00% | 0.00% | 0.00% |
96.86% |
Hexadezimal | 00 | 08 | 08 |
Dezimal | 0 | 8 | 8 |
Binär | 0 | 1000 | 1000 |
Oktal | 0 | 10 | 10 |
Beispiele css- und html für Elemente in der Farbe #000808. Bitte benutzen Sie auch rgb(0,8,8) statt hex-Code.
.myTextColor { color: #000808; }
<p style="color:#000808">This sample text font color is #000808.</p>
Die Farbe dieses Textes ist #000808.
.myBgColor { background-color: #000808; }
<div style="background-color:#000808">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #000808.
.myBorderColor { border: 1px solid #000808; }
<div style="border:3px solid #000808">Div</div>
Die Grenzen von diesem div sind in Farbe #000808.
.myOpacity80 { color: #000808; opacity: 0.8; }
<p style="color:#000808;opacity:0.8;">80%</p>
Text in Farbe #000808 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #000808;}
<p style="text-shadow: 3px 3px 1px #000808">Text here.</p>
Dieser Text hat den Schatten in Farbe #000808.
.textShadow {text-shadow: 3px 3px 1px #000808, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #000808, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #000808 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#000808, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#000808, Direction=45, Strength=4)">Text</p>
This text has shadow with #000808 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #000808; -webkit-box-shadow: 1px 1px 3px 2px #000808; box-shadow: 1px 1px 3px 2px #000808; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #000808; -webkit-box-shadow: 1px 1px 3px 2px #000808; box-shadow:1px 1px 3px 2px #000808;">
Div content here</div>
Dieser Text ist in der Farbe #000808 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #000808 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #000808.
Dieser Text ist weiß auf dem Hintergrund in Farbe #000808.