HEX: #50867D
RGB: (80,134,125)
#50867D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50867D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #50867D wird in RGB als (80,134,125) definiert.
RGB: (80,134,125) (31%,53%,49%)
R 80 von 255 = 31%
G 134 von 255 = 53%
B 125 von 255 = 49%
R + G + B ~ 44%. #50867D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 134 + 125 = 339 (100%)
R 80 von 339 ~ 23.6%
G 134 von 339 ~ 39.53%
B 125 von 339 ~ 36.87%
Die Farbe #50867D wird in CMYK als (40,0,7,47) definiert.
CMYK: (40,0,7,47) C40M0Y7K47 (40%,0%,7%,47%) (0.40/0.00/0.07/0.47)
50 | 86 | 7D | |
---|---|---|---|
RGB | 80 | 134 | 125 |
HSL | 170° | 25.23% | 41.96% |
HSB/HSV | 170° | 40.30% | 52.55% |
CMYK | 40.30% | 0.00% | 6.72% |
47.45% |
Hexadezimal | 50 | 86 | 7D |
Dezimal | 80 | 134 | 125 |
Binär | 1010000 | 10000110 | 1111101 |
Oktal | 120 | 206 | 175 |
Beispiele css- und html für Elemente in der Farbe #50867D. Bitte benutzen Sie auch rgb(80,134,125) statt hex-Code.
.myTextColor { color: #50867D; }
<p style="color:#50867D">This sample text font color is #50867D.</p>
Die Farbe dieses Textes ist #50867D.
.myBgColor { background-color: #50867D; }
<div style="background-color:#50867D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50867D.
.myBorderColor { border: 1px solid #50867D; }
<div style="border:3px solid #50867D">Div</div>
Die Grenzen von diesem div sind in Farbe #50867D.
.myOpacity80 { color: #50867D; opacity: 0.8; }
<p style="color:#50867D;opacity:0.8;">80%</p>
Text in Farbe #50867D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50867D;}
<p style="text-shadow: 3px 3px 1px #50867D">Text here.</p>
Dieser Text hat den Schatten in Farbe #50867D.
.textShadow {text-shadow: 3px 3px 1px #50867D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50867D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50867D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50867D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50867D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50867D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50867D; -webkit-box-shadow: 1px 1px 3px 2px #50867D; box-shadow: 1px 1px 3px 2px #50867D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50867D; -webkit-box-shadow: 1px 1px 3px 2px #50867D; box-shadow:1px 1px 3px 2px #50867D;">
Div content here</div>
Dieser Text ist in der Farbe #50867D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50867D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50867D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50867D.