HEX: #377713
RGB: (55,119,19)
#377713 enthält hauptsächlich grüne Farbe. Für #377713 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #377713 wird in RGB als (55,119,19) definiert.
RGB: (55,119,19) (22%,47%,7%)
R 55 von 255 = 22%
G 119 von 255 = 47%
B 19 von 255 = 7%
R + G + B ~ 25%. #377713 ziemlich dunkle Farbe.
R + G + B =
55 + 119 + 19 = 193 (100%)
R 55 von 193 ~ 28.5%
G 119 von 193 ~ 61.66%
B 19 von 193 ~ 9.84%
Die Farbe #377713 wird in CMYK als (54,0,84,53) definiert.
CMYK: (54,0,84,53) C54M0Y84K53 (54%,0%,84%,53%) (0.54/0.00/0.84/0.53)
37 | 77 | 13 | |
---|---|---|---|
RGB | 55 | 119 | 19 |
HSL | 98° | 72.46% | 27.06% |
HSB/HSV | 98° | 84.03% | 46.67% |
CMYK | 53.78% | 0.00% | 84.03% |
53.33% |
Hexadezimal | 37 | 77 | 13 |
Dezimal | 55 | 119 | 19 |
Binär | 110111 | 1110111 | 10011 |
Oktal | 67 | 167 | 23 |
Beispiele css- und html für Elemente in der Farbe #377713. Bitte benutzen Sie auch rgb(55,119,19) statt hex-Code.
.myTextColor { color: #377713; }
<p style="color:#377713">This sample text font color is #377713.</p>
Die Farbe dieses Textes ist #377713.
.myBgColor { background-color: #377713; }
<div style="background-color:#377713">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #377713.
.myBorderColor { border: 1px solid #377713; }
<div style="border:3px solid #377713">Div</div>
Die Grenzen von diesem div sind in Farbe #377713.
.myOpacity80 { color: #377713; opacity: 0.8; }
<p style="color:#377713;opacity:0.8;">80%</p>
Text in Farbe #377713 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #377713;}
<p style="text-shadow: 3px 3px 1px #377713">Text here.</p>
Dieser Text hat den Schatten in Farbe #377713.
.textShadow {text-shadow: 3px 3px 1px #377713, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #377713, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #377713 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#377713, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#377713, Direction=45, Strength=4)">Text</p>
This text has shadow with #377713 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #377713; -webkit-box-shadow: 1px 1px 3px 2px #377713; box-shadow: 1px 1px 3px 2px #377713; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #377713; -webkit-box-shadow: 1px 1px 3px 2px #377713; box-shadow:1px 1px 3px 2px #377713;">
Div content here</div>
Dieser Text ist in der Farbe #377713 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #377713 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #377713.
Dieser Text ist weiß auf dem Hintergrund in Farbe #377713.