HEX: #06270D
RGB: (6,39,13)
#06270D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #06270D ist eine «websichere» Webfarbe #003300 (oder kurz #030).
Die Farbe #06270D wird in RGB als (6,39,13) definiert.
RGB: (6,39,13)
(2%, 15%, 5%)
R 6 von 255 = 2%
G 39 von 255 = 15%
B 13 von 255 = 5%
R + G + B ~ 7%. #06270D dunkle Farbe.
R + G + B = 6 + 39 + 13 = 58 (100%)
R 6 von 58 ~ 10.34%
G 39 von 58 ~ 67.24%
B 13 von 58 ~ 22.41'%
Die Farbe #06270D wird in CMYK als (85,0,67,85) definiert.
CMYK: (85,0,67,85)
C85M0Y67K85 (85%, 0%, 67%, 85%)
(0.85 / 0.00 / 0.67 / 0.85)
Farbe #06270D in den populären Farbmodellen.
06 | 27 | 0D | |
---|---|---|---|
RGB | 6 | 39 | 13 |
HSL | 133° | 73.33% | 8.82% |
HSB/HSV | 133° | 84.62% | 15.29% |
CMYK | 84.62% | 0.00% | 66.67% |
84.71% |
Die Farbe #06270D in den populären Zahlensystemen.
Hexadezimal | 06 | 27 | 0D |
Dezimal | 6 | 39 | 13 |
Binär | 110 | 100111 | 1101 |
Oktal | 6 | 47 | 15 |
Dunkle Töne der Farbe #06270D
Helle Töne der Farbe #06270D
Beispiele css- und html für Elemente in der Farbe #06270D. Bitte benutzen Sie auch rgb(6,39,13) statt hex-Code.
.myTextColor { color: #06270D; }
<p style="color:#06270D">This sample text font color is #06270D.</p>
Die Farbe dieses Textes ist #06270D.
.myBgColor { background-color: #06270D; }
<div style="background-color:#06270D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #06270D.
.myBorderColor { border: 1px solid #06270D; }
<div style="border:3px solid #06270D">Div</div>
Die Grenzen von diesem div sind in Farbe #06270D.
.myOpacity80 { color: #06270D; opacity: 0.8; }
<p style="color:#06270D;opacity:0.8;">80%</p>
Text in Farbe #06270D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06270D;}
<p style="text-shadow: 3px 3px 1px #06270D">Text here.</p>
Dieser Text hat den Schatten in Farbe #06270D.
.textShadow {text-shadow: 3px 3px 1px #06270D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06270D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #06270D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06270D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06270D, Direction=45, Strength=4)">Text</p>
This text has shadow with #06270D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06270D;
-webkit-box-shadow: 1px 1px 3px 2px #06270D;
box-shadow: 1px 1px 3px 2px #06270D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06270D; -webkit-box-shadow: 1px 1px 3px 2px #06270D; box-shadow:1px 1px 3px 2px #06270D;">
Div content here
</div>
Dieser Text ist in der Farbe #06270D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #06270D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #06270D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #06270D.
Kontrastfarbe für #hex ist #F9D8F2.