HEX: #50377D
RGB: (80,55,125)
#50377D enthält hauptsächlich rote und blaue Farbe. Für #50377D ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #50377D wird in RGB als (80,55,125) definiert.
RGB: (80,55,125)
(31%, 22%, 49%)
R 80 von 255 = 31%
G 55 von 255 = 22%
B 125 von 255 = 49%
R + G + B ~ 34%. #50377D ziemlich dunkle Farbe.
R + G + B = 80 + 55 + 125 = 260 (100%)
R 80 von 260 ~ 30.77%
G 55 von 260 ~ 21.15%
B 125 von 260 ~ 48.08'%
Die Farbe #50377D wird in CMYK als (36,56,0,51) definiert.
CMYK: (36,56,0,51)
C36M56Y0K51 (36%, 56%, 0%, 51%)
(0.36 / 0.56 / 0.00 / 0.51)
Farbe #50377D in den populären Farbmodellen.
50 | 37 | 7D | |
---|---|---|---|
RGB | 80 | 55 | 125 |
HSL | 261° | 38.89% | 35.29% |
HSB/HSV | 261° | 56.00% | 49.02% |
CMYK | 36.00% | 56.00% | 0.00% |
50.98% |
Die Farbe #50377D in den populären Zahlensystemen.
Hexadezimal | 50 | 37 | 7D |
Dezimal | 80 | 55 | 125 |
Binär | 1010000 | 110111 | 1111101 |
Oktal | 120 | 67 | 175 |
Dunkle Töne der Farbe #50377D
Helle Töne der Farbe #50377D
Beispiele css- und html für Elemente in der Farbe #50377D. Bitte benutzen Sie auch rgb(80,55,125) statt hex-Code.
.myTextColor { color: #50377D; }
<p style="color:#50377D">This sample text font color is #50377D.</p>
Die Farbe dieses Textes ist #50377D.
.myBgColor { background-color: #50377D; }
<div style="background-color:#50377D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50377D.
.myBorderColor { border: 1px solid #50377D; }
<div style="border:3px solid #50377D">Div</div>
Die Grenzen von diesem div sind in Farbe #50377D.
.myOpacity80 { color: #50377D; opacity: 0.8; }
<p style="color:#50377D;opacity:0.8;">80%</p>
Text in Farbe #50377D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50377D;}
<p style="text-shadow: 3px 3px 1px #50377D">Text here.</p>
Dieser Text hat den Schatten in Farbe #50377D.
.textShadow {text-shadow: 3px 3px 1px #50377D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50377D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50377D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50377D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50377D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50377D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50377D;
-webkit-box-shadow: 1px 1px 3px 2px #50377D;
box-shadow: 1px 1px 3px 2px #50377D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50377D; -webkit-box-shadow: 1px 1px 3px 2px #50377D; box-shadow:1px 1px 3px 2px #50377D;">
Div content here
</div>
Dieser Text ist in der Farbe #50377D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50377D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50377D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50377D.
Kontrastfarbe für #hex ist #AFC882.