COLOR #50517F

HEX: #50517F
RGB: (80,81,127)

Color info

#50517F contains red, green and blue colors in about the same proportion. Web safe color of #50517F is #666666 (or #666).

RGB color model

#50517F color RGB value is (80,81,127).

  • red value is 80;
  • green value is 81;
  • blue value is 127.
RGB:
(80,81,127)
(31%,32%,50%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 127 of 255 = 50%

80
81
127

R + G + B ~ 38%. #50517F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 127 = 288 (100%)
R 80 of 288 ~ 27.78%
G 81 of 288 ~ 28.13%
B 127 of 288 ~ 44.1%

%27.78
%28.13
%44.1

CMYK color model

#50517F color CMYK value is (37,36,0,50).

  • cyan value is 37.01%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(37,36,0,50)
C37M36Y0K50 
(37%,36%,0%,50%)
(0.37/0.36/0.00/0.50)	

CMYK percentages

%37.01
%36.22
%0
%50.2

Codes

Color #50517F in popluar color models

50517F
RGB8081127
HSL239°22.71%40.59%
HSB/HSV239°37.01%49.80%
CMYK37.01%36.22%0.00%
50.20%

Color #50517F in popluar number systems.

HEX50517F
Decimal8081127
Binary101000010100011111111
Octal120121177

Shades and tints

Shades of #50517F

#50517F
(80,81,127)
#494A74
(73,74,116)
#424369
(66,67,105)
#3B3C5E
(59,60,94)
#343553
(52,53,83)
#2D2E48
(45,46,72)
#26273D
(38,39,61)
#1F2032
(31,32,50)
#181927
(24,25,39)
#11121C
(17,18,28)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #50517F

#50517F
(80,81,127)
#5F608A
(95,96,138)
#6E6F95
(110,111,149)
#7D7EA0
(125,126,160)
#8C8DAB
(140,141,171)
#9B9CB6
(155,156,182)
#AAABC1
(170,171,193)
#B9BACC
(185,186,204)
#C8C9D7
(200,201,215)
#D7D8E2
(215,216,226)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50517F color. Also use rgb(80,81,127) instead hex code.

Text Font Color

.myTextColor { color: #50517F; }

<p style="color:#50517F">This sample text font color is #50517F.</p>

This text font color is #50517F.


Background Color

.myBgColor { background-color: #50517F; }

<div style="background-color:#50517F">Inner text</div>

This div background color is #50517F.


Border color

.myBorderColor { border: 1px solid #50517F; }

<div style="border:3px solid #50517F">Div</div>

This div border color is #50517F.


Opacity

.myOpacity80 { color: #50517F; opacity: 0.8; }

<p style="color:#50517F;opacity:0.8;">80%</p>

Text with #50517F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #50517F;}

<p style="text-shadow: 3px 3px 1px #50517F">Text here.</p>

This text has shadow with #50517F color.

.textShadow {text-shadow: 3px 3px 1px #50517F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #50517F, 5px 5px 20px red">Text here.</p>

This text has shadow with #50517F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50517F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#50517F, Direction=45, Strength=4)">Text</p>

This text has shadow with #50517F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #50517F;
  -webkit-box-shadow:	1px 1px 3px 2px #50517F;
  box-shadow:		1px 1px 3px 2px #50517F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50517F;
-webkit-box-shadow: 1px 1px 3px 2px #50517F;
box-shadow:1px 1px 3px 2px #50517F;">
Div content here</div>
This div box has shadow with color #50517F.

Preview

Color preview on black background

This text has color #50517F on black background.


Color preview on white background

This text has color #50517F on white background.



Black color preview on #50517F background

This text has black color on #50517F background.


White color preview on #50517F background

This text has white color on #50517F background.