HEX: #337921
RGB: (51,121,33)
#337921 enthält hauptsächlich grüne Farbe. Für #337921 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #337921 wird in RGB als (51,121,33) definiert.
RGB: (51,121,33)
(20%, 47%, 13%)
R 51 von 255 = 20%
G 121 von 255 = 47%
B 33 von 255 = 13%
R + G + B ~ 27%. #337921 ziemlich dunkle Farbe.
R + G + B = 51 + 121 + 33 = 205 (100%)
R 51 von 205 ~ 24.88%
G 121 von 205 ~ 59.02%
B 33 von 205 ~ 16.1'%
Die Farbe #337921 wird in CMYK als (58,0,73,53) definiert.
CMYK: (58,0,73,53)
C58M0Y73K53 (58%, 0%, 73%, 53%)
(0.58 / 0.00 / 0.73 / 0.53)
Farbe #337921 in den populären Farbmodellen.
33 | 79 | 21 | |
---|---|---|---|
RGB | 51 | 121 | 33 |
HSL | 108° | 57.14% | 30.20% |
HSB/HSV | 108° | 72.73% | 47.45% |
CMYK | 57.85% | 0.00% | 72.73% |
52.55% |
Die Farbe #337921 in den populären Zahlensystemen.
Hexadezimal | 33 | 79 | 21 |
Dezimal | 51 | 121 | 33 |
Binär | 110011 | 1111001 | 100001 |
Oktal | 63 | 171 | 41 |
Dunkle Töne der Farbe #337921
Helle Töne der Farbe #337921
Beispiele css- und html für Elemente in der Farbe #337921. Bitte benutzen Sie auch rgb(51,121,33) statt hex-Code.
.myTextColor { color: #337921; }
<p style="color:#337921">This sample text font color is #337921.</p>
Die Farbe dieses Textes ist #337921.
.myBgColor { background-color: #337921; }
<div style="background-color:#337921">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #337921.
.myBorderColor { border: 1px solid #337921; }
<div style="border:3px solid #337921">Div</div>
Die Grenzen von diesem div sind in Farbe #337921.
.myOpacity80 { color: #337921; opacity: 0.8; }
<p style="color:#337921;opacity:0.8;">80%</p>
Text in Farbe #337921 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #337921;}
<p style="text-shadow: 3px 3px 1px #337921">Text here.</p>
Dieser Text hat den Schatten in Farbe #337921.
.textShadow {text-shadow: 3px 3px 1px #337921', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #337921, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #337921 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#337921, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#337921, Direction=45, Strength=4)">Text</p>
This text has shadow with #337921 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #337921;
-webkit-box-shadow: 1px 1px 3px 2px #337921;
box-shadow: 1px 1px 3px 2px #337921;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #337921; -webkit-box-shadow: 1px 1px 3px 2px #337921; box-shadow:1px 1px 3px 2px #337921;">
Div content here
</div>
Dieser Text ist in der Farbe #337921 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #337921 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #337921.
Dieser Text ist weiß auf dem Hintergrund in Farbe #337921.
Kontrastfarbe für #hex ist #CC86DE.