HEX: #396C06
RGB: (57,108,6)
#396C06 enthält hauptsächlich rote und grüne Farbe. Für #396C06 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #396C06 wird in RGB als (57,108,6) definiert.
RGB: (57,108,6)
(22%, 42%, 2%)
R 57 von 255 = 22%
G 108 von 255 = 42%
B 6 von 255 = 2%
R + G + B ~ 22%. #396C06 dunkle Farbe.
R + G + B = 57 + 108 + 6 = 171 (100%)
R 57 von 171 ~ 33.33%
G 108 von 171 ~ 63.16%
B 6 von 171 ~ 3.51'%
Die Farbe #396C06 wird in CMYK als (47,0,94,58) definiert.
CMYK: (47,0,94,58)
C47M0Y94K58 (47%, 0%, 94%, 58%)
(0.47 / 0.00 / 0.94 / 0.58)
Farbe #396C06 in den populären Farbmodellen.
39 | 6C | 06 | |
---|---|---|---|
RGB | 57 | 108 | 6 |
HSL | 90° | 89.47% | 22.35% |
HSB/HSV | 90° | 94.44% | 42.35% |
CMYK | 47.22% | 0.00% | 94.44% |
57.65% |
Die Farbe #396C06 in den populären Zahlensystemen.
Hexadezimal | 39 | 6C | 06 |
Dezimal | 57 | 108 | 6 |
Binär | 111001 | 1101100 | 110 |
Oktal | 71 | 154 | 6 |
Dunkle Töne der Farbe #396C06
Helle Töne der Farbe #396C06
Beispiele css- und html für Elemente in der Farbe #396C06. Bitte benutzen Sie auch rgb(57,108,6) statt hex-Code.
.myTextColor { color: #396C06; }
<p style="color:#396C06">This sample text font color is #396C06.</p>
Die Farbe dieses Textes ist #396C06.
.myBgColor { background-color: #396C06; }
<div style="background-color:#396C06">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #396C06.
.myBorderColor { border: 1px solid #396C06; }
<div style="border:3px solid #396C06">Div</div>
Die Grenzen von diesem div sind in Farbe #396C06.
.myOpacity80 { color: #396C06; opacity: 0.8; }
<p style="color:#396C06;opacity:0.8;">80%</p>
Text in Farbe #396C06 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #396C06;}
<p style="text-shadow: 3px 3px 1px #396C06">Text here.</p>
Dieser Text hat den Schatten in Farbe #396C06.
.textShadow {text-shadow: 3px 3px 1px #396C06', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #396C06, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #396C06 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#396C06, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#396C06, Direction=45, Strength=4)">Text</p>
This text has shadow with #396C06 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #396C06;
-webkit-box-shadow: 1px 1px 3px 2px #396C06;
box-shadow: 1px 1px 3px 2px #396C06;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #396C06; -webkit-box-shadow: 1px 1px 3px 2px #396C06; box-shadow:1px 1px 3px 2px #396C06;">
Div content here
</div>
Dieser Text ist in der Farbe #396C06 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #396C06 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #396C06.
Dieser Text ist weiß auf dem Hintergrund in Farbe #396C06.
Kontrastfarbe für #hex ist #C693F9.