HEX: #0D200D
RGB: (13,32,13)
#0D200D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #0D200D ist eine «websichere» Webfarbe #003300 (oder kurz #030).
Die Farbe #0D200D wird in RGB als (13,32,13) definiert.
RGB: (13,32,13) (5%,13%,5%)
R 13 von 255 = 5%
G 32 von 255 = 13%
B 13 von 255 = 5%
R + G + B ~ 8%. #0D200D dunkle Farbe.
R + G + B =
13 + 32 + 13 = 58 (100%)
R 13 von 58 ~ 22.41%
G 32 von 58 ~ 55.17%
B 13 von 58 ~ 22.41%
Die Farbe #0D200D wird in CMYK als (59,0,59,87) definiert.
CMYK: (59,0,59,87) C59M0Y59K87 (59%,0%,59%,87%) (0.59/0.00/0.59/0.87)
0D | 20 | 0D | |
---|---|---|---|
RGB | 13 | 32 | 13 |
HSL | 120° | 42.22% | 8.82% |
HSB/HSV | 120° | 59.38% | 12.55% |
CMYK | 59.38% | 0.00% | 59.38% |
87.45% |
Hexadezimal | 0D | 20 | 0D |
Dezimal | 13 | 32 | 13 |
Binär | 1101 | 100000 | 1101 |
Oktal | 15 | 40 | 15 |
Beispiele css- und html für Elemente in der Farbe #0D200D. Bitte benutzen Sie auch rgb(13,32,13) statt hex-Code.
.myTextColor { color: #0D200D; }
<p style="color:#0D200D">This sample text font color is #0D200D.</p>
Die Farbe dieses Textes ist #0D200D.
.myBgColor { background-color: #0D200D; }
<div style="background-color:#0D200D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0D200D.
.myBorderColor { border: 1px solid #0D200D; }
<div style="border:3px solid #0D200D">Div</div>
Die Grenzen von diesem div sind in Farbe #0D200D.
.myOpacity80 { color: #0D200D; opacity: 0.8; }
<p style="color:#0D200D;opacity:0.8;">80%</p>
Text in Farbe #0D200D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0D200D;}
<p style="text-shadow: 3px 3px 1px #0D200D">Text here.</p>
Dieser Text hat den Schatten in Farbe #0D200D.
.textShadow {text-shadow: 3px 3px 1px #0D200D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0D200D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0D200D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0D200D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0D200D, Direction=45, Strength=4)">Text</p>
This text has shadow with #0D200D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0D200D; -webkit-box-shadow: 1px 1px 3px 2px #0D200D; box-shadow: 1px 1px 3px 2px #0D200D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0D200D; -webkit-box-shadow: 1px 1px 3px 2px #0D200D; box-shadow:1px 1px 3px 2px #0D200D;">
Div content here</div>
Dieser Text ist in der Farbe #0D200D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0D200D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0D200D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0D200D.