COLOR #504E57

HEX: #504E57
RGB: (80,78,87)

Color info

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

RGB color model

#504E57 color RGB value is (80,78,87).

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

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 87 of 255 = 34%

80
78
87

R + G + B ~ 32%. #504E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 87 = 245 (100%)
R 80 of 245 ~ 32.65%
G 78 of 245 ~ 31.84%
B 87 of 245 ~ 35.51%

%32.65
%31.84
%35.51

CMYK color model

#504E57 color CMYK value is (8,10,0,66).

  • cyan value is 8.05%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(8,10,0,66)
C8M10Y0K66 
(8%,10%,0%,66%)
(0.08/0.10/0.00/0.66)	

CMYK percentages

%8.05
%10.34
%0
%65.88

Codes

Color #504E57 in popluar color models

504E57
RGB807887
HSL253°5.45%32.35%
HSB/HSV253°10.34%34.12%
CMYK8.05%10.34%0.00%
65.88%

Color #504E57 in popluar number systems.

HEX504E57
Decimal807887
Binary101000010011101010111
Octal120116127

Shades and tints

Shades of #504E57

#504E57
(80,78,87)
#494750
(73,71,80)
#424049
(66,64,73)
#3B3942
(59,57,66)
#34323B
(52,50,59)
#2D2B34
(45,43,52)
#26242D
(38,36,45)
#1F1D26
(31,29,38)
#18161F
(24,22,31)
#110F18
(17,15,24)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #504E57

#504E57
(80,78,87)
#5F5E66
(95,94,102)
#6E6E75
(110,110,117)
#7D7E84
(125,126,132)
#8C8E93
(140,142,147)
#9B9EA2
(155,158,162)
#AAAEB1
(170,174,177)
#B9BEC0
(185,190,192)
#C8CECF
(200,206,207)
#D7DEDE
(215,222,222)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504E57 color. Also use rgb(80,78,87) instead hex code.

Text Font Color

.myTextColor { color: #504E57; }

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

This text font color is #504E57.


Background Color

.myBgColor { background-color: #504E57; }

<div style="background-color:#504E57">Inner text</div>

This div background color is #504E57.


Border color

.myBorderColor { border: 1px solid #504E57; }

<div style="border:3px solid #504E57">Div</div>

This div border color is #504E57.


Opacity

.myOpacity80 { color: #504E57; opacity: 0.8; }

<p style="color:#504E57;opacity:0.8;">80%</p>

Text with #504E57 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 #504E57;}

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

This text has shadow with #504E57 color.

.textShadow {text-shadow: 3px 3px 1px #504E57, 3px 3px 1px red;}

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

This text has shadow with #504E57 primary color and red secondary color.


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

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

This text has shadow with #504E57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E57 on black background.


Color preview on white background

This text has color #504E57 on white background.



Black color preview on #504E57 background

This text has black color on #504E57 background.


White color preview on #504E57 background

This text has white color on #504E57 background.