COLOR #50515C

HEX: #50515C
RGB: (80,81,92)

Color info

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

RGB color model

#50515C color RGB value is (80,81,92).

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

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 92 of 255 = 36%

80
81
92

R + G + B ~ 33%. #50515C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 92 = 253 (100%)
R 80 of 253 ~ 31.62%
G 81 of 253 ~ 32.02%
B 92 of 253 ~ 36.36%

%31.62
%32.02
%36.36

CMYK color model

#50515C color CMYK value is (13,12,0,64).

  • cyan value is 13.04%
  • magenta value is 11.96%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(13,12,0,64)
C13M12Y0K64 
(13%,12%,0%,64%)
(0.13/0.12/0.00/0.64)	

CMYK percentages

%13.04
%11.96
%0
%63.92

Codes

Color #50515C in popluar color models

50515C
RGB808192
HSL235°6.98%33.73%
HSB/HSV235°13.04%36.08%
CMYK13.04%11.96%0.00%
63.92%

Color #50515C in popluar number systems.

HEX50515C
Decimal808192
Binary101000010100011011100
Octal120121134

Shades and tints

Shades of #50515C

#50515C
(80,81,92)
#494A54
(73,74,84)
#42434C
(66,67,76)
#3B3C44
(59,60,68)
#34353C
(52,53,60)
#2D2E34
(45,46,52)
#26272C
(38,39,44)
#1F2024
(31,32,36)
#18191C
(24,25,28)
#111214
(17,18,20)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #50515C

#50515C
(80,81,92)
#5F606A
(95,96,106)
#6E6F78
(110,111,120)
#7D7E86
(125,126,134)
#8C8D94
(140,141,148)
#9B9CA2
(155,156,162)
#AAABB0
(170,171,176)
#B9BABE
(185,186,190)
#C8C9CC
(200,201,204)
#D7D8DA
(215,216,218)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50515C color. Also use rgb(80,81,92) instead hex code.

Text Font Color

.myTextColor { color: #50515C; }

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

This text font color is #50515C.


Background Color

.myBgColor { background-color: #50515C; }

<div style="background-color:#50515C">Inner text</div>

This div background color is #50515C.


Border color

.myBorderColor { border: 1px solid #50515C; }

<div style="border:3px solid #50515C">Div</div>

This div border color is #50515C.


Opacity

.myOpacity80 { color: #50515C; opacity: 0.8; }

<p style="color:#50515C;opacity:0.8;">80%</p>

Text with #50515C 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 #50515C;}

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

This text has shadow with #50515C color.

.textShadow {text-shadow: 3px 3px 1px #50515C, 3px 3px 1px red;}

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

This text has shadow with #50515C primary color and red secondary color.


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

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

This text has shadow with #50515C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50515C on black background.


Color preview on white background

This text has color #50515C on white background.



Black color preview on #50515C background

This text has black color on #50515C background.


White color preview on #50515C background

This text has white color on #50515C background.