HEX: #376514
RGB: (55,101,20)
#376514 enthält hauptsächlich rote und grüne Farbe. Für #376514 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #376514 wird in RGB als (55,101,20) definiert.
RGB: (55,101,20) (22%,40%,8%)
R 55 von 255 = 22%
G 101 von 255 = 40%
B 20 von 255 = 8%
R + G + B ~ 23%. #376514 dunkle Farbe.
R + G + B =
55 + 101 + 20 = 176 (100%)
R 55 von 176 ~ 31.25%
G 101 von 176 ~ 57.39%
B 20 von 176 ~ 11.36%
Die Farbe #376514 wird in CMYK als (46,0,80,60) definiert.
CMYK: (46,0,80,60) C46M0Y80K60 (46%,0%,80%,60%) (0.46/0.00/0.80/0.60)
37 | 65 | 14 | |
---|---|---|---|
RGB | 55 | 101 | 20 |
HSL | 94° | 66.94% | 23.73% |
HSB/HSV | 94° | 80.20% | 39.61% |
CMYK | 45.54% | 0.00% | 80.20% |
60.39% |
Hexadezimal | 37 | 65 | 14 |
Dezimal | 55 | 101 | 20 |
Binär | 110111 | 1100101 | 10100 |
Oktal | 67 | 145 | 24 |
Beispiele css- und html für Elemente in der Farbe #376514. Bitte benutzen Sie auch rgb(55,101,20) statt hex-Code.
.myTextColor { color: #376514; }
<p style="color:#376514">This sample text font color is #376514.</p>
Die Farbe dieses Textes ist #376514.
.myBgColor { background-color: #376514; }
<div style="background-color:#376514">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #376514.
.myBorderColor { border: 1px solid #376514; }
<div style="border:3px solid #376514">Div</div>
Die Grenzen von diesem div sind in Farbe #376514.
.myOpacity80 { color: #376514; opacity: 0.8; }
<p style="color:#376514;opacity:0.8;">80%</p>
Text in Farbe #376514 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376514;}
<p style="text-shadow: 3px 3px 1px #376514">Text here.</p>
Dieser Text hat den Schatten in Farbe #376514.
.textShadow {text-shadow: 3px 3px 1px #376514, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376514, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #376514 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376514, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376514, Direction=45, Strength=4)">Text</p>
This text has shadow with #376514 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #376514; -webkit-box-shadow: 1px 1px 3px 2px #376514; box-shadow: 1px 1px 3px 2px #376514; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #376514; -webkit-box-shadow: 1px 1px 3px 2px #376514; box-shadow:1px 1px 3px 2px #376514;">
Div content here</div>
Dieser Text ist in der Farbe #376514 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #376514 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #376514.
Dieser Text ist weiß auf dem Hintergrund in Farbe #376514.