HEX: #00200C
RGB: (0,32,12)
#00200C enthält nur grüne und blaue Farbe. Für #00200C ist eine «websichere» Webfarbe #003300 (oder kurz #030).
Die Farbe #00200C wird in RGB als (0,32,12) definiert.
RGB: (0,32,12)
(0%, 13%, 5%)
R 0 von 255 = 0%
G 32 von 255 = 13%
B 12 von 255 = 5%
R + G + B ~ 6%. #00200C dunkle Farbe.
R + G + B = 0 + 32 + 12 = 44 (100%)
R 0 von 44 ~ 0%
G 32 von 44 ~ 72.73%
B 12 von 44 ~ 27.27'%
Die Farbe #00200C wird in CMYK als (100,0,63,87) definiert.
CMYK: (100,0,63,87)
C100M0Y63K87 (100%, 0%, 63%, 87%)
(1.00 / 0.00 / 0.63 / 0.87)
Farbe #00200C in den populären Farbmodellen.
00 | 20 | 0C | |
---|---|---|---|
RGB | 0 | 32 | 12 |
HSL | 143° | 100.00% | 6.27% |
HSB/HSV | 143° | 100.00% | 12.55% |
CMYK | 100.00% | 0.00% | 62.50% |
87.45% |
Die Farbe #00200C in den populären Zahlensystemen.
Hexadezimal | 00 | 20 | 0C |
Dezimal | 0 | 32 | 12 |
Binär | 0 | 100000 | 1100 |
Oktal | 0 | 40 | 14 |
Dunkle Töne der Farbe #00200C
Helle Töne der Farbe #00200C
Beispiele css- und html für Elemente in der Farbe #00200C. Bitte benutzen Sie auch rgb(0,32,12) statt hex-Code.
.myTextColor { color: #00200C; }
<p style="color:#00200C">This sample text font color is #00200C.</p>
Die Farbe dieses Textes ist #00200C.
.myBgColor { background-color: #00200C; }
<div style="background-color:#00200C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00200C.
.myBorderColor { border: 1px solid #00200C; }
<div style="border:3px solid #00200C">Div</div>
Die Grenzen von diesem div sind in Farbe #00200C.
.myOpacity80 { color: #00200C; opacity: 0.8; }
<p style="color:#00200C;opacity:0.8;">80%</p>
Text in Farbe #00200C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00200C;}
<p style="text-shadow: 3px 3px 1px #00200C">Text here.</p>
Dieser Text hat den Schatten in Farbe #00200C.
.textShadow {text-shadow: 3px 3px 1px #00200C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00200C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00200C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00200C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00200C, Direction=45, Strength=4)">Text</p>
This text has shadow with #00200C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00200C;
-webkit-box-shadow: 1px 1px 3px 2px #00200C;
box-shadow: 1px 1px 3px 2px #00200C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00200C; -webkit-box-shadow: 1px 1px 3px 2px #00200C; box-shadow:1px 1px 3px 2px #00200C;">
Div content here
</div>
Dieser Text ist in der Farbe #00200C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00200C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00200C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00200C.
Kontrastfarbe für #hex ist #FFDFF3.