HEX: #376E5F
RGB: (55,110,95)
#376E5F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #376E5F ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #376E5F wird in RGB als (55,110,95) definiert.
RGB: (55,110,95) (22%,43%,37%)
R 55 von 255 = 22%
G 110 von 255 = 43%
B 95 von 255 = 37%
R + G + B ~ 34%. #376E5F ziemlich dunkle Farbe.
R + G + B =
55 + 110 + 95 = 260 (100%)
R 55 von 260 ~ 21.15%
G 110 von 260 ~ 42.31%
B 95 von 260 ~ 36.54%
Die Farbe #376E5F wird in CMYK als (50,0,14,57) definiert.
CMYK: (50,0,14,57) C50M0Y14K57 (50%,0%,14%,57%) (0.50/0.00/0.14/0.57)
37 | 6E | 5F | |
---|---|---|---|
RGB | 55 | 110 | 95 |
HSL | 164° | 33.33% | 32.35% |
HSB/HSV | 164° | 50.00% | 43.14% |
CMYK | 50.00% | 0.00% | 13.64% |
56.86% |
Hexadezimal | 37 | 6E | 5F |
Dezimal | 55 | 110 | 95 |
Binär | 110111 | 1101110 | 1011111 |
Oktal | 67 | 156 | 137 |
Beispiele css- und html für Elemente in der Farbe #376E5F. Bitte benutzen Sie auch rgb(55,110,95) statt hex-Code.
.myTextColor { color: #376E5F; }
<p style="color:#376E5F">This sample text font color is #376E5F.</p>
Die Farbe dieses Textes ist #376E5F.
.myBgColor { background-color: #376E5F; }
<div style="background-color:#376E5F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #376E5F.
.myBorderColor { border: 1px solid #376E5F; }
<div style="border:3px solid #376E5F">Div</div>
Die Grenzen von diesem div sind in Farbe #376E5F.
.myOpacity80 { color: #376E5F; opacity: 0.8; }
<p style="color:#376E5F;opacity:0.8;">80%</p>
Text in Farbe #376E5F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376E5F;}
<p style="text-shadow: 3px 3px 1px #376E5F">Text here.</p>
Dieser Text hat den Schatten in Farbe #376E5F.
.textShadow {text-shadow: 3px 3px 1px #376E5F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376E5F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #376E5F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376E5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376E5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #376E5F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #376E5F; -webkit-box-shadow: 1px 1px 3px 2px #376E5F; box-shadow: 1px 1px 3px 2px #376E5F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #376E5F; -webkit-box-shadow: 1px 1px 3px 2px #376E5F; box-shadow:1px 1px 3px 2px #376E5F;">
Div content here</div>
Dieser Text ist in der Farbe #376E5F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #376E5F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #376E5F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #376E5F.