HEX: #387E81
RGB: (56,126,129)
#387E81 enthält hauptsächlich grüne und blaue Farbe. Für #387E81 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #387E81 wird in RGB als (56,126,129) definiert.
RGB: (56,126,129) (22%,49%,51%)
R 56 von 255 = 22%
G 126 von 255 = 49%
B 129 von 255 = 51%
R + G + B ~ 41%. #387E81 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
56 + 126 + 129 = 311 (100%)
R 56 von 311 ~ 18.01%
G 126 von 311 ~ 40.51%
B 129 von 311 ~ 41.48%
Die Farbe #387E81 wird in CMYK als (57,2,0,49) definiert.
CMYK: (57,2,0,49) C57M2Y0K49 (57%,2%,0%,49%) (0.57/0.02/0.00/0.49)
38 | 7E | 81 | |
---|---|---|---|
RGB | 56 | 126 | 129 |
HSL | 182° | 39.46% | 36.27% |
HSB/HSV | 182° | 56.59% | 50.59% |
CMYK | 56.59% | 2.33% | 0.00% |
49.41% |
Hexadezimal | 38 | 7E | 81 |
Dezimal | 56 | 126 | 129 |
Binär | 111000 | 1111110 | 10000001 |
Oktal | 70 | 176 | 201 |
Beispiele css- und html für Elemente in der Farbe #387E81. Bitte benutzen Sie auch rgb(56,126,129) statt hex-Code.
.myTextColor { color: #387E81; }
<p style="color:#387E81">This sample text font color is #387E81.</p>
Die Farbe dieses Textes ist #387E81.
.myBgColor { background-color: #387E81; }
<div style="background-color:#387E81">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #387E81.
.myBorderColor { border: 1px solid #387E81; }
<div style="border:3px solid #387E81">Div</div>
Die Grenzen von diesem div sind in Farbe #387E81.
.myOpacity80 { color: #387E81; opacity: 0.8; }
<p style="color:#387E81;opacity:0.8;">80%</p>
Text in Farbe #387E81 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387E81;}
<p style="text-shadow: 3px 3px 1px #387E81">Text here.</p>
Dieser Text hat den Schatten in Farbe #387E81.
.textShadow {text-shadow: 3px 3px 1px #387E81, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387E81, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #387E81 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387E81, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387E81, Direction=45, Strength=4)">Text</p>
This text has shadow with #387E81 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #387E81; -webkit-box-shadow: 1px 1px 3px 2px #387E81; box-shadow: 1px 1px 3px 2px #387E81; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #387E81; -webkit-box-shadow: 1px 1px 3px 2px #387E81; box-shadow:1px 1px 3px 2px #387E81;">
Div content here</div>
Dieser Text ist in der Farbe #387E81 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #387E81 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #387E81.
Dieser Text ist weiß auf dem Hintergrund in Farbe #387E81.