HEX: #376D56
RGB: (55,109,86)
#376D56 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #376D56 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #376D56 wird in RGB als (55,109,86) definiert.
RGB: (55,109,86)
(22%, 43%, 34%)
R 55 von 255 = 22%
G 109 von 255 = 43%
B 86 von 255 = 34%
R + G + B ~ 33%. #376D56 ziemlich dunkle Farbe.
R + G + B = 55 + 109 + 86 = 250 (100%)
R 55 von 250 ~ 22%
G 109 von 250 ~ 43.6%
B 86 von 250 ~ 34.4'%
Die Farbe #376D56 wird in CMYK als (50,0,21,57) definiert.
CMYK: (50,0,21,57)
C50M0Y21K57 (50%, 0%, 21%, 57%)
(0.50 / 0.00 / 0.21 / 0.57)
Farbe #376D56 in den populären Farbmodellen.
37 | 6D | 56 | |
---|---|---|---|
RGB | 55 | 109 | 86 |
HSL | 154° | 32.93% | 32.16% |
HSB/HSV | 154° | 49.54% | 42.75% |
CMYK | 49.54% | 0.00% | 21.10% |
57.25% |
Die Farbe #376D56 in den populären Zahlensystemen.
Hexadezimal | 37 | 6D | 56 |
Dezimal | 55 | 109 | 86 |
Binär | 110111 | 1101101 | 1010110 |
Oktal | 67 | 155 | 126 |
Dunkle Töne der Farbe #376D56
Helle Töne der Farbe #376D56
Beispiele css- und html für Elemente in der Farbe #376D56. Bitte benutzen Sie auch rgb(55,109,86) statt hex-Code.
.myTextColor { color: #376D56; }
<p style="color:#376D56">This sample text font color is #376D56.</p>
Die Farbe dieses Textes ist #376D56.
.myBgColor { background-color: #376D56; }
<div style="background-color:#376D56">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #376D56.
.myBorderColor { border: 1px solid #376D56; }
<div style="border:3px solid #376D56">Div</div>
Die Grenzen von diesem div sind in Farbe #376D56.
.myOpacity80 { color: #376D56; opacity: 0.8; }
<p style="color:#376D56;opacity:0.8;">80%</p>
Text in Farbe #376D56 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376D56;}
<p style="text-shadow: 3px 3px 1px #376D56">Text here.</p>
Dieser Text hat den Schatten in Farbe #376D56.
.textShadow {text-shadow: 3px 3px 1px #376D56', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376D56, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #376D56 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376D56, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376D56, Direction=45, Strength=4)">Text</p>
This text has shadow with #376D56 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #376D56;
-webkit-box-shadow: 1px 1px 3px 2px #376D56;
box-shadow: 1px 1px 3px 2px #376D56;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #376D56; -webkit-box-shadow: 1px 1px 3px 2px #376D56; box-shadow:1px 1px 3px 2px #376D56;">
Div content here
</div>
Dieser Text ist in der Farbe #376D56 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #376D56 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #376D56.
Dieser Text ist weiß auf dem Hintergrund in Farbe #376D56.
Kontrastfarbe für #hex ist #C892A9.