COLOR #50585B

HEX: #50585B RGB: (80,88,91)

Color info

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

RGB color model

#50585B color RGB value is (80,88,91).

RGB: (80,88,91) (31%, 35%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 91 of 255 = 36%

80
88
91

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

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 91 = 259 (100%)
R 80 of 259 ~ 30.89%
G 88 of 259 ~ 33.98%
B 91 of 259 ~ 35.14'%

%30.89
%33.98
%35.14

CMYK color model

#50585B color CMYK value is (12,3,0,64).

  • cyan value is 12.09%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (12,3,0,64)
C12M3Y0K64 (12%, 3%, 0%, 64%)
(0.12 / 0.03 / 0.00 / 0.64)

CMYK percentages

%12.09
%3.3
%0
%64.31

Codes

Color #50585B in popluar color models

50 58 5B
RGB 80 88 91
HSL 196° 6.43% 33.53%
HSB/HSV 196° 12.09% 35.69%
CMYK 12.09% 3.30% 0.00%
64.31%

Color #50585B in popluar number systems.

HEX 50 58 5B
Decimal 80 88 91
Binary 1010000 1011000 1011011
Octal 120 130 133

Shades and tints

Shades of #50585B

#50585B
(80,88,91)
#495053
(73,80,83)
#42484B
(66,72,75)
#3B4043
(59,64,67)
#34383B
(52,56,59)
#2D3033
(45,48,51)
#26282B
(38,40,43)
#1F2023
(31,32,35)
#18181B
(24,24,27)
#111013
(17,16,19)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #50585B

#50585B
(80,88,91)
#5F6769
(95,103,105)
#6E7677
(110,118,119)
#7D8585
(125,133,133)
#8C9493
(140,148,147)
#9BA3A1
(155,163,161)
#AAB2AF
(170,178,175)
#B9C1BD
(185,193,189)
#C8D0CB
(200,208,203)
#D7DFD9
(215,223,217)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50585B; }

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

This text font color is #50585B.

Background Color

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

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

This div background color is #50585B.

Border color

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

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

This div border color is #50585B.

Opacity

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

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

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

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

This text has shadow with #50585B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50585B.

Preview

Color preview on black background

This text has color #50585B on black background.


Color preview on white background

This text has color #50585B on white background.


Black color preview on #50585B background

This text has black color on #50585B background.


White color preview on #50585B background

This text has white color on #50585B background.


Related colors

Complementary color

Complementary color for #hex is #AFA7A4.


I love getcolorcode.com

Triadic colors

1 #5B5058 and #585B50 with #50585B are triadic colors.

2 #5B5850 and #58505B with #50585B are triadic colors.