COLOR #50595A

HEX: #50595A
RGB: (80,89,90)

Color info

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

RGB color model

#50595A color RGB value is (80,89,90).

  • red value is 80;
  • green value is 89;
  • blue value is 90.
RGB:
(80,89,90)
(31%,35%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 90 of 255 = 35%

80
89
90

R + G + B ~ 34%. #50595A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 90 = 259 (100%)
R 80 of 259 ~ 30.89%
G 89 of 259 ~ 34.36%
B 90 of 259 ~ 34.75%

%30.89
%34.36
%34.75

CMYK color model

#50595A color CMYK value is (11,1,0,65).

  • cyan value is 11.11%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(11,1,0,65)
C11M1Y0K65 
(11%,1%,0%,65%)
(0.11/0.01/0.00/0.65)	

CMYK percentages

%11.11
%1.11
%0
%64.71

Codes

Color #50595A in popluar color models

50595A
RGB808990
HSL186°5.88%33.33%
HSB/HSV186°11.11%35.29%
CMYK11.11%1.11%0.00%
64.71%

Color #50595A in popluar number systems.

HEX50595A
Decimal808990
Binary101000010110011011010
Octal120131132

Shades and tints

Shades of #50595A

#50595A
(80,89,90)
#495152
(73,81,82)
#42494A
(66,73,74)
#3B4142
(59,65,66)
#34393A
(52,57,58)
#2D3132
(45,49,50)
#26292A
(38,41,42)
#1F2122
(31,33,34)
#18191A
(24,25,26)
#111112
(17,17,18)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #50595A

#50595A
(80,89,90)
#5F6869
(95,104,105)
#6E7778
(110,119,120)
#7D8687
(125,134,135)
#8C9596
(140,149,150)
#9BA4A5
(155,164,165)
#AAB3B4
(170,179,180)
#B9C2C3
(185,194,195)
#C8D1D2
(200,209,210)
#D7E0E1
(215,224,225)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50595A color. Also use rgb(80,89,90) instead hex code.

Text Font Color

.myTextColor { color: #50595A; }

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

This text font color is #50595A.


Background Color

.myBgColor { background-color: #50595A; }

<div style="background-color:#50595A">Inner text</div>

This div background color is #50595A.


Border color

.myBorderColor { border: 1px solid #50595A; }

<div style="border:3px solid #50595A">Div</div>

This div border color is #50595A.


Opacity

.myOpacity80 { color: #50595A; opacity: 0.8; }

<p style="color:#50595A;opacity:0.8;">80%</p>

Text with #50595A 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 #50595A;}

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

This text has shadow with #50595A color.

.textShadow {text-shadow: 3px 3px 1px #50595A, 3px 3px 1px red;}

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

This text has shadow with #50595A primary color and red secondary color.


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

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

This text has shadow with #50595A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50595A on black background.


Color preview on white background

This text has color #50595A on white background.



Black color preview on #50595A background

This text has black color on #50595A background.


White color preview on #50595A background

This text has white color on #50595A background.