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