COLOR #50535B

HEX: #50535B
RGB: (80,83,91)

Color info

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

RGB color model

#50535B color RGB value is (80,83,91).

  • red value is 80;
  • green value is 83;
  • blue value is 91.
RGB:
(80,83,91)
(31%,33%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 91 of 255 = 36%

80
83
91

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

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 91 = 254 (100%)
R 80 of 254 ~ 31.5%
G 83 of 254 ~ 32.68%
B 91 of 254 ~ 35.83%

%31.5
%32.68
%35.83

CMYK color model

#50535B color CMYK value is (12,9,0,64).

  • cyan value is 12.09%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(12,9,0,64)
C12M9Y0K64 
(12%,9%,0%,64%)
(0.12/0.09/0.00/0.64)	

CMYK percentages

%12.09
%8.79
%0
%64.31

Codes

Color #50535B in popluar color models

50535B
RGB808391
HSL224°6.43%33.53%
HSB/HSV224°12.09%35.69%
CMYK12.09%8.79%0.00%
64.31%

Color #50535B in popluar number systems.

HEX50535B
Decimal808391
Binary101000010100111011011
Octal120123133

Shades and tints

Shades of #50535B

#50535B
(80,83,91)
#494C53
(73,76,83)
#42454B
(66,69,75)
#3B3E43
(59,62,67)
#34373B
(52,55,59)
#2D3033
(45,48,51)
#26292B
(38,41,43)
#1F2223
(31,34,35)
#181B1B
(24,27,27)
#111413
(17,20,19)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #50535B

#50535B
(80,83,91)
#5F6269
(95,98,105)
#6E7177
(110,113,119)
#7D8085
(125,128,133)
#8C8F93
(140,143,147)
#9B9EA1
(155,158,161)
#AAADAF
(170,173,175)
#B9BCBD
(185,188,189)
#C8CBCB
(200,203,203)
#D7DAD9
(215,218,217)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50535B color. Also use rgb(80,83,91) instead hex code.

Text Font Color

.myTextColor { color: #50535B; }

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

This text font color is #50535B.


Background Color

.myBgColor { background-color: #50535B; }

<div style="background-color:#50535B">Inner text</div>

This div background color is #50535B.


Border color

.myBorderColor { border: 1px solid #50535B; }

<div style="border:3px solid #50535B">Div</div>

This div border color is #50535B.


Opacity

.myOpacity80 { color: #50535B; opacity: 0.8; }

<p style="color:#50535B;opacity:0.8;">80%</p>

Text with #50535B 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 #50535B;}

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

This text has shadow with #50535B color.

.textShadow {text-shadow: 3px 3px 1px #50535B, 3px 3px 1px red;}

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

This text has shadow with #50535B primary color and red secondary color.


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

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

This text has shadow with #50535B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50535B on black background.


Color preview on white background

This text has color #50535B on white background.



Black color preview on #50535B background

This text has black color on #50535B background.


White color preview on #50535B background

This text has white color on #50535B background.