COLOR #50575F

HEX: #50575F
RGB: (80,87,95)

Color info

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

RGB color model

#50575F color RGB value is (80,87,95).

  • red value is 80;
  • green value is 87;
  • blue value is 95.
RGB:
(80,87,95)
(31%,34%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 95 of 255 = 37%

80
87
95

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

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 95 = 262 (100%)
R 80 of 262 ~ 30.53%
G 87 of 262 ~ 33.21%
B 95 of 262 ~ 36.26%

%30.53
%33.21
%36.26

CMYK color model

#50575F color CMYK value is (16,8,0,63).

  • cyan value is 15.79%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,8,0,63)
C16M8Y0K63 
(16%,8%,0%,63%)
(0.16/0.08/0.00/0.63)	

CMYK percentages

%15.79
%8.42
%0
%62.75

Codes

Color #50575F in popluar color models

50575F
RGB808795
HSL212°8.57%34.31%
HSB/HSV212°15.79%37.25%
CMYK15.79%8.42%0.00%
62.75%

Color #50575F in popluar number systems.

HEX50575F
Decimal808795
Binary101000010101111011111
Octal120127137

Shades and tints

Shades of #50575F

#50575F
(80,87,95)
#495057
(73,80,87)
#42494F
(66,73,79)
#3B4247
(59,66,71)
#343B3F
(52,59,63)
#2D3437
(45,52,55)
#262D2F
(38,45,47)
#1F2627
(31,38,39)
#181F1F
(24,31,31)
#111817
(17,24,23)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #50575F

#50575F
(80,87,95)
#5F666D
(95,102,109)
#6E757B
(110,117,123)
#7D8489
(125,132,137)
#8C9397
(140,147,151)
#9BA2A5
(155,162,165)
#AAB1B3
(170,177,179)
#B9C0C1
(185,192,193)
#C8CFCF
(200,207,207)
#D7DEDD
(215,222,221)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50575F color. Also use rgb(80,87,95) instead hex code.

Text Font Color

.myTextColor { color: #50575F; }

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

This text font color is #50575F.


Background Color

.myBgColor { background-color: #50575F; }

<div style="background-color:#50575F">Inner text</div>

This div background color is #50575F.


Border color

.myBorderColor { border: 1px solid #50575F; }

<div style="border:3px solid #50575F">Div</div>

This div border color is #50575F.


Opacity

.myOpacity80 { color: #50575F; opacity: 0.8; }

<p style="color:#50575F;opacity:0.8;">80%</p>

Text with #50575F 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 #50575F;}

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

This text has shadow with #50575F color.

.textShadow {text-shadow: 3px 3px 1px #50575F, 3px 3px 1px red;}

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

This text has shadow with #50575F primary color and red secondary color.


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

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

This text has shadow with #50575F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50575F on black background.


Color preview on white background

This text has color #50575F on white background.



Black color preview on #50575F background

This text has black color on #50575F background.


White color preview on #50575F background

This text has white color on #50575F background.