COLOR #50575E

HEX: #50575E
RGB: (80,87,94)

Color info

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

RGB color model

#50575E color RGB value is (80,87,94).

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

RGB channels and saturation

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

80
87
94

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

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 94 = 261 (100%)
R 80 of 261 ~ 30.65%
G 87 of 261 ~ 33.33%
B 94 of 261 ~ 36.02%

%30.65
%33.33
%36.02

CMYK color model

#50575E color CMYK value is (15,7,0,63).

  • cyan value is 14.89%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,7,0,63)
C15M7Y0K63 
(15%,7%,0%,63%)
(0.15/0.07/0.00/0.63)	

CMYK percentages

%14.89
%7.45
%0
%63.14

Codes

Color #50575E in popluar color models

50575E
RGB808794
HSL210°8.05%34.12%
HSB/HSV210°14.89%36.86%
CMYK14.89%7.45%0.00%
63.14%

Color #50575E in popluar number systems.

HEX50575E
Decimal808794
Binary101000010101111011110
Octal120127136

Shades and tints

Shades of #50575E

#50575E
(80,87,94)
#495056
(73,80,86)
#42494E
(66,73,78)
#3B4246
(59,66,70)
#343B3E
(52,59,62)
#2D3436
(45,52,54)
#262D2E
(38,45,46)
#1F2626
(31,38,38)
#181F1E
(24,31,30)
#111816
(17,24,22)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #50575E

#50575E
(80,87,94)
#5F666C
(95,102,108)
#6E757A
(110,117,122)
#7D8488
(125,132,136)
#8C9396
(140,147,150)
#9BA2A4
(155,162,164)
#AAB1B2
(170,177,178)
#B9C0C0
(185,192,192)
#C8CFCE
(200,207,206)
#D7DEDC
(215,222,220)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50575E; }

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

This text font color is #50575E.


Background Color

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

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

This div background color is #50575E.


Border color

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

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

This div border color is #50575E.


Opacity

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

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

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

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

This text has shadow with #50575E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50575E on black background.


Color preview on white background

This text has color #50575E on white background.



Black color preview on #50575E background

This text has black color on #50575E background.


White color preview on #50575E background

This text has white color on #50575E background.