HEX: #50316C
RGB: (80,49,108)
#50316C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50316C ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #50316C wird in RGB als (80,49,108) definiert.
RGB: (80,49,108) (31%,19%,42%)
R 80 von 255 = 31%
G 49 von 255 = 19%
B 108 von 255 = 42%
R + G + B ~ 31%. #50316C ziemlich dunkle Farbe.
R + G + B =
80 + 49 + 108 = 237 (100%)
R 80 von 237 ~ 33.76%
G 49 von 237 ~ 20.68%
B 108 von 237 ~ 45.57%
Die Farbe #50316C wird in CMYK als (26,55,0,58) definiert.
CMYK: (26,55,0,58) C26M55Y0K58 (26%,55%,0%,58%) (0.26/0.55/0.00/0.58)
50 | 31 | 6C | |
---|---|---|---|
RGB | 80 | 49 | 108 |
HSL | 272° | 37.58% | 30.78% |
HSB/HSV | 272° | 54.63% | 42.35% |
CMYK | 25.93% | 54.63% | 0.00% |
57.65% |
Hexadezimal | 50 | 31 | 6C |
Dezimal | 80 | 49 | 108 |
Binär | 1010000 | 110001 | 1101100 |
Oktal | 120 | 61 | 154 |
Beispiele css- und html für Elemente in der Farbe #50316C. Bitte benutzen Sie auch rgb(80,49,108) statt hex-Code.
.myTextColor { color: #50316C; }
<p style="color:#50316C">This sample text font color is #50316C.</p>
Die Farbe dieses Textes ist #50316C.
.myBgColor { background-color: #50316C; }
<div style="background-color:#50316C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50316C.
.myBorderColor { border: 1px solid #50316C; }
<div style="border:3px solid #50316C">Div</div>
Die Grenzen von diesem div sind in Farbe #50316C.
.myOpacity80 { color: #50316C; opacity: 0.8; }
<p style="color:#50316C;opacity:0.8;">80%</p>
Text in Farbe #50316C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50316C;}
<p style="text-shadow: 3px 3px 1px #50316C">Text here.</p>
Dieser Text hat den Schatten in Farbe #50316C.
.textShadow {text-shadow: 3px 3px 1px #50316C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50316C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50316C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50316C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50316C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50316C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50316C; -webkit-box-shadow: 1px 1px 3px 2px #50316C; box-shadow: 1px 1px 3px 2px #50316C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50316C; -webkit-box-shadow: 1px 1px 3px 2px #50316C; box-shadow:1px 1px 3px 2px #50316C;">
Div content here</div>
Dieser Text ist in der Farbe #50316C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50316C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50316C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50316C.