HEX: #396A2E
RGB: (57,106,46)
#396A2E enthält hauptsächlich rote und grüne Farbe. Für #396A2E ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #396A2E wird in RGB als (57,106,46) definiert.
RGB: (57,106,46) (22%,42%,18%)
R 57 von 255 = 22%
G 106 von 255 = 42%
B 46 von 255 = 18%
R + G + B ~ 27%. #396A2E ziemlich dunkle Farbe.
R + G + B =
57 + 106 + 46 = 209 (100%)
R 57 von 209 ~ 27.27%
G 106 von 209 ~ 50.72%
B 46 von 209 ~ 22.01%
Die Farbe #396A2E wird in CMYK als (46,0,57,58) definiert.
CMYK: (46,0,57,58) C46M0Y57K58 (46%,0%,57%,58%) (0.46/0.00/0.57/0.58)
39 | 6A | 2E | |
---|---|---|---|
RGB | 57 | 106 | 46 |
HSL | 109° | 39.47% | 29.80% |
HSB/HSV | 109° | 56.60% | 41.57% |
CMYK | 46.23% | 0.00% | 56.60% |
58.43% |
Hexadezimal | 39 | 6A | 2E |
Dezimal | 57 | 106 | 46 |
Binär | 111001 | 1101010 | 101110 |
Oktal | 71 | 152 | 56 |
Beispiele css- und html für Elemente in der Farbe #396A2E. Bitte benutzen Sie auch rgb(57,106,46) statt hex-Code.
.myTextColor { color: #396A2E; }
<p style="color:#396A2E">This sample text font color is #396A2E.</p>
Die Farbe dieses Textes ist #396A2E.
.myBgColor { background-color: #396A2E; }
<div style="background-color:#396A2E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #396A2E.
.myBorderColor { border: 1px solid #396A2E; }
<div style="border:3px solid #396A2E">Div</div>
Die Grenzen von diesem div sind in Farbe #396A2E.
.myOpacity80 { color: #396A2E; opacity: 0.8; }
<p style="color:#396A2E;opacity:0.8;">80%</p>
Text in Farbe #396A2E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #396A2E;}
<p style="text-shadow: 3px 3px 1px #396A2E">Text here.</p>
Dieser Text hat den Schatten in Farbe #396A2E.
.textShadow {text-shadow: 3px 3px 1px #396A2E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #396A2E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #396A2E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#396A2E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#396A2E, Direction=45, Strength=4)">Text</p>
This text has shadow with #396A2E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #396A2E; -webkit-box-shadow: 1px 1px 3px 2px #396A2E; box-shadow: 1px 1px 3px 2px #396A2E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #396A2E; -webkit-box-shadow: 1px 1px 3px 2px #396A2E; box-shadow:1px 1px 3px 2px #396A2E;">
Div content here</div>
Dieser Text ist in der Farbe #396A2E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #396A2E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #396A2E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #396A2E.