COLOR #50515D

HEX: #50515D
RGB: (80,81,93)

Color info

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

RGB color model

#50515D color RGB value is (80,81,93).

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

RGB channels and saturation

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

80
81
93

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

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 93 = 254 (100%)
R 80 of 254 ~ 31.5%
G 81 of 254 ~ 31.89%
B 93 of 254 ~ 36.61%

%31.5
%31.89
%36.61

CMYK color model

#50515D color CMYK value is (14,13,0,64).

  • cyan value is 13.98%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(14,13,0,64)
C14M13Y0K64 
(14%,13%,0%,64%)
(0.14/0.13/0.00/0.64)	

CMYK percentages

%13.98
%12.9
%0
%63.53

Codes

Color #50515D in popluar color models

50515D
RGB808193
HSL235°7.51%33.92%
HSB/HSV235°13.98%36.47%
CMYK13.98%12.90%0.00%
63.53%

Color #50515D in popluar number systems.

HEX50515D
Decimal808193
Binary101000010100011011101
Octal120121135

Shades and tints

Shades of #50515D

#50515D
(80,81,93)
#494A55
(73,74,85)
#42434D
(66,67,77)
#3B3C45
(59,60,69)
#34353D
(52,53,61)
#2D2E35
(45,46,53)
#26272D
(38,39,45)
#1F2025
(31,32,37)
#18191D
(24,25,29)
#111215
(17,18,21)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #50515D

#50515D
(80,81,93)
#5F606B
(95,96,107)
#6E6F79
(110,111,121)
#7D7E87
(125,126,135)
#8C8D95
(140,141,149)
#9B9CA3
(155,156,163)
#AAABB1
(170,171,177)
#B9BABF
(185,186,191)
#C8C9CD
(200,201,205)
#D7D8DB
(215,216,219)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50515D; }

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

This text font color is #50515D.


Background Color

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

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

This div background color is #50515D.


Border color

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

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

This div border color is #50515D.


Opacity

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

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

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

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

This text has shadow with #50515D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50515D on black background.


Color preview on white background

This text has color #50515D on white background.



Black color preview on #50515D background

This text has black color on #50515D background.


White color preview on #50515D background

This text has white color on #50515D background.