HEX: #337B13
RGB: (51,123,19)
#337B13 enthält hauptsächlich grüne Farbe. Für #337B13 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #337B13 wird in RGB als (51,123,19) definiert.
RGB: (51,123,19) (20%,48%,7%)
R 51 von 255 = 20%
G 123 von 255 = 48%
B 19 von 255 = 7%
R + G + B ~ 25%. #337B13 ziemlich dunkle Farbe.
R + G + B =
51 + 123 + 19 = 193 (100%)
R 51 von 193 ~ 26.42%
G 123 von 193 ~ 63.73%
B 19 von 193 ~ 9.84%
Die Farbe #337B13 wird in CMYK als (59,0,85,52) definiert.
CMYK: (59,0,85,52) C59M0Y85K52 (59%,0%,85%,52%) (0.59/0.00/0.85/0.52)
33 | 7B | 13 | |
---|---|---|---|
RGB | 51 | 123 | 19 |
HSL | 102° | 73.24% | 27.84% |
HSB/HSV | 102° | 84.55% | 48.24% |
CMYK | 58.54% | 0.00% | 84.55% |
51.76% |
Hexadezimal | 33 | 7B | 13 |
Dezimal | 51 | 123 | 19 |
Binär | 110011 | 1111011 | 10011 |
Oktal | 63 | 173 | 23 |
Beispiele css- und html für Elemente in der Farbe #337B13. Bitte benutzen Sie auch rgb(51,123,19) statt hex-Code.
.myTextColor { color: #337B13; }
<p style="color:#337B13">This sample text font color is #337B13.</p>
Die Farbe dieses Textes ist #337B13.
.myBgColor { background-color: #337B13; }
<div style="background-color:#337B13">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #337B13.
.myBorderColor { border: 1px solid #337B13; }
<div style="border:3px solid #337B13">Div</div>
Die Grenzen von diesem div sind in Farbe #337B13.
.myOpacity80 { color: #337B13; opacity: 0.8; }
<p style="color:#337B13;opacity:0.8;">80%</p>
Text in Farbe #337B13 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #337B13;}
<p style="text-shadow: 3px 3px 1px #337B13">Text here.</p>
Dieser Text hat den Schatten in Farbe #337B13.
.textShadow {text-shadow: 3px 3px 1px #337B13, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #337B13, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #337B13 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#337B13, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#337B13, Direction=45, Strength=4)">Text</p>
This text has shadow with #337B13 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #337B13; -webkit-box-shadow: 1px 1px 3px 2px #337B13; box-shadow: 1px 1px 3px 2px #337B13; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #337B13; -webkit-box-shadow: 1px 1px 3px 2px #337B13; box-shadow:1px 1px 3px 2px #337B13;">
Div content here</div>
Dieser Text ist in der Farbe #337B13 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #337B13 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #337B13.
Dieser Text ist weiß auf dem Hintergrund in Farbe #337B13.