HEX: #06420B
RGB: (6,66,11)
#06420B enthält hauptsächlich grüne und blaue Farbe. Für #06420B ist eine «websichere» Webfarbe #003300 (oder kurz #030).
Die Farbe #06420B wird in RGB als (6,66,11) definiert.
RGB: (6,66,11) (2%,26%,4%)
R 6 von 255 = 2%
G 66 von 255 = 26%
B 11 von 255 = 4%
R + G + B ~ 11%. #06420B dunkle Farbe.
R + G + B =
6 + 66 + 11 = 83 (100%)
R 6 von 83 ~ 7.23%
G 66 von 83 ~ 79.52%
B 11 von 83 ~ 13.25%
Die Farbe #06420B wird in CMYK als (91,0,83,74) definiert.
CMYK: (91,0,83,74) C91M0Y83K74 (91%,0%,83%,74%) (0.91/0.00/0.83/0.74)
06 | 42 | 0B | |
---|---|---|---|
RGB | 6 | 66 | 11 |
HSL | 125° | 83.33% | 14.12% |
HSB/HSV | 125° | 90.91% | 25.88% |
CMYK | 90.91% | 0.00% | 83.33% |
74.12% |
Hexadezimal | 06 | 42 | 0B |
Dezimal | 6 | 66 | 11 |
Binär | 110 | 1000010 | 1011 |
Oktal | 6 | 102 | 13 |
Beispiele css- und html für Elemente in der Farbe #06420B. Bitte benutzen Sie auch rgb(6,66,11) statt hex-Code.
.myTextColor { color: #06420B; }
<p style="color:#06420B">This sample text font color is #06420B.</p>
Die Farbe dieses Textes ist #06420B.
.myBgColor { background-color: #06420B; }
<div style="background-color:#06420B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #06420B.
.myBorderColor { border: 1px solid #06420B; }
<div style="border:3px solid #06420B">Div</div>
Die Grenzen von diesem div sind in Farbe #06420B.
.myOpacity80 { color: #06420B; opacity: 0.8; }
<p style="color:#06420B;opacity:0.8;">80%</p>
Text in Farbe #06420B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06420B;}
<p style="text-shadow: 3px 3px 1px #06420B">Text here.</p>
Dieser Text hat den Schatten in Farbe #06420B.
.textShadow {text-shadow: 3px 3px 1px #06420B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06420B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #06420B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06420B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06420B, Direction=45, Strength=4)">Text</p>
This text has shadow with #06420B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06420B; -webkit-box-shadow: 1px 1px 3px 2px #06420B; box-shadow: 1px 1px 3px 2px #06420B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #06420B; -webkit-box-shadow: 1px 1px 3px 2px #06420B; box-shadow:1px 1px 3px 2px #06420B;">
Div content here</div>
Dieser Text ist in der Farbe #06420B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #06420B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #06420B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #06420B.