HEX: #006849
RGB: (0,104,73)
#006849 enthält nur grüne und blaue Farbe. Für #006849 ist eine «websichere» Webfarbe #006633 (oder kurz #063).
Die Farbe #006849 wird in RGB als (0,104,73) definiert.
RGB: (0,104,73)
(0%, 41%, 29%)
R 0 von 255 = 0%
G 104 von 255 = 41%
B 73 von 255 = 29%
R + G + B ~ 23%. #006849 dunkle Farbe.
R + G + B = 0 + 104 + 73 = 177 (100%)
R 0 von 177 ~ 0%
G 104 von 177 ~ 58.76%
B 73 von 177 ~ 41.24'%
Die Farbe #006849 wird in CMYK als (100,0,30,59) definiert.
CMYK: (100,0,30,59)
C100M0Y30K59 (100%, 0%, 30%, 59%)
(1.00 / 0.00 / 0.30 / 0.59)
Farbe #006849 in den populären Farbmodellen.
00 | 68 | 49 | |
---|---|---|---|
RGB | 0 | 104 | 73 |
HSL | 162° | 100.00% | 20.39% |
HSB/HSV | 162° | 100.00% | 40.78% |
CMYK | 100.00% | 0.00% | 29.81% |
59.22% |
Die Farbe #006849 in den populären Zahlensystemen.
Hexadezimal | 00 | 68 | 49 |
Dezimal | 0 | 104 | 73 |
Binär | 0 | 1101000 | 1001001 |
Oktal | 0 | 150 | 111 |
Dunkle Töne der Farbe #006849
Helle Töne der Farbe #006849
Beispiele css- und html für Elemente in der Farbe #006849. Bitte benutzen Sie auch rgb(0,104,73) statt hex-Code.
.myTextColor { color: #006849; }
<p style="color:#006849">This sample text font color is #006849.</p>
Die Farbe dieses Textes ist #006849.
.myBgColor { background-color: #006849; }
<div style="background-color:#006849">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #006849.
.myBorderColor { border: 1px solid #006849; }
<div style="border:3px solid #006849">Div</div>
Die Grenzen von diesem div sind in Farbe #006849.
.myOpacity80 { color: #006849; opacity: 0.8; }
<p style="color:#006849;opacity:0.8;">80%</p>
Text in Farbe #006849 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #006849;}
<p style="text-shadow: 3px 3px 1px #006849">Text here.</p>
Dieser Text hat den Schatten in Farbe #006849.
.textShadow {text-shadow: 3px 3px 1px #006849', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #006849, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #006849 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#006849, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#006849, Direction=45, Strength=4)">Text</p>
This text has shadow with #006849 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #006849;
-webkit-box-shadow: 1px 1px 3px 2px #006849;
box-shadow: 1px 1px 3px 2px #006849;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #006849; -webkit-box-shadow: 1px 1px 3px 2px #006849; box-shadow:1px 1px 3px 2px #006849;">
Div content here
</div>
Dieser Text ist in der Farbe #006849 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #006849 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #006849.
Dieser Text ist weiß auf dem Hintergrund in Farbe #006849.
Kontrastfarbe für #hex ist #FF97B6.