HEX: #06463D
RGB: (6,70,61)
#06463D enthält hauptsächlich grüne und blaue Farbe. Für #06463D ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #06463D wird in RGB als (6,70,61) definiert.
RGB: (6,70,61)
(2%, 27%, 24%)
R 6 von 255 = 2%
G 70 von 255 = 27%
B 61 von 255 = 24%
R + G + B ~ 18%. #06463D dunkle Farbe.
R + G + B = 6 + 70 + 61 = 137 (100%)
R 6 von 137 ~ 4.38%
G 70 von 137 ~ 51.09%
B 61 von 137 ~ 44.53'%
Die Farbe #06463D wird in CMYK als (91,0,13,73) definiert.
CMYK: (91,0,13,73)
C91M0Y13K73 (91%, 0%, 13%, 73%)
(0.91 / 0.00 / 0.13 / 0.73)
Farbe #06463D in den populären Farbmodellen.
06 | 46 | 3D | |
---|---|---|---|
RGB | 6 | 70 | 61 |
HSL | 172° | 84.21% | 14.90% |
HSB/HSV | 172° | 91.43% | 27.45% |
CMYK | 91.43% | 0.00% | 12.86% |
72.55% |
Die Farbe #06463D in den populären Zahlensystemen.
Hexadezimal | 06 | 46 | 3D |
Dezimal | 6 | 70 | 61 |
Binär | 110 | 1000110 | 111101 |
Oktal | 6 | 106 | 75 |
Dunkle Töne der Farbe #06463D
Helle Töne der Farbe #06463D
Beispiele css- und html für Elemente in der Farbe #06463D. Bitte benutzen Sie auch rgb(6,70,61) statt hex-Code.
.myTextColor { color: #06463D; }
<p style="color:#06463D">This sample text font color is #06463D.</p>
Die Farbe dieses Textes ist #06463D.
.myBgColor { background-color: #06463D; }
<div style="background-color:#06463D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #06463D.
.myBorderColor { border: 1px solid #06463D; }
<div style="border:3px solid #06463D">Div</div>
Die Grenzen von diesem div sind in Farbe #06463D.
.myOpacity80 { color: #06463D; opacity: 0.8; }
<p style="color:#06463D;opacity:0.8;">80%</p>
Text in Farbe #06463D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06463D;}
<p style="text-shadow: 3px 3px 1px #06463D">Text here.</p>
Dieser Text hat den Schatten in Farbe #06463D.
.textShadow {text-shadow: 3px 3px 1px #06463D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06463D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #06463D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06463D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06463D, Direction=45, Strength=4)">Text</p>
This text has shadow with #06463D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06463D;
-webkit-box-shadow: 1px 1px 3px 2px #06463D;
box-shadow: 1px 1px 3px 2px #06463D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06463D; -webkit-box-shadow: 1px 1px 3px 2px #06463D; box-shadow:1px 1px 3px 2px #06463D;">
Div content here
</div>
Dieser Text ist in der Farbe #06463D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #06463D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #06463D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #06463D.
Kontrastfarbe für #hex ist #F9B9C2.