COLOR #504E5F

HEX: #504E5F RGB: (80,78,95)

Color info

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

RGB color model

#504E5F color RGB value is (80,78,95).

RGB: (80,78,95) (31%, 31%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 95 of 255 = 37%

80
78
95

R + G + B ~ 33%. #504E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 78 + 95 = 253 (100%)
R 80 of 253 ~ 31.62%
G 78 of 253 ~ 30.83%
B 95 of 253 ~ 37.55'%

%31.62
%30.83
%37.55

CMYK color model

#504E5F color CMYK value is (16,18,0,63).

  • cyan value is 15.79%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (16,18,0,63)
C16M18Y0K63 (16%, 18%, 0%, 63%)
(0.16 / 0.18 / 0.00 / 0.63)

CMYK percentages

%15.79
%17.89
%0
%62.75

Codes

Color #504E5F in popluar color models

50 4E 5F
RGB 80 78 95
HSL 247° 9.83% 33.92%
HSB/HSV 247° 17.89% 37.25%
CMYK 15.79% 17.89% 0.00%
62.75%

Color #504E5F in popluar number systems.

HEX 50 4E 5F
Decimal 80 78 95
Binary 1010000 1001110 1011111
Octal 120 116 137

Shades and tints

Shades of #504E5F

#504E5F
(80,78,95)
#494757
(73,71,87)
#42404F
(66,64,79)
#3B3947
(59,57,71)
#34323F
(52,50,63)
#2D2B37
(45,43,55)
#26242F
(38,36,47)
#1F1D27
(31,29,39)
#18161F
(24,22,31)
#110F17
(17,15,23)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #504E5F

#504E5F
(80,78,95)
#5F5E6D
(95,94,109)
#6E6E7B
(110,110,123)
#7D7E89
(125,126,137)
#8C8E97
(140,142,151)
#9B9EA5
(155,158,165)
#AAAEB3
(170,174,179)
#B9BEC1
(185,190,193)
#C8CECF
(200,206,207)
#D7DEDD
(215,222,221)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E5F; }

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

This text font color is #504E5F.

Background Color

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

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

This div background color is #504E5F.

Border color

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

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

This div border color is #504E5F.

Opacity

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

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

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

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

This text has shadow with #504E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504E5F.

Preview

Color preview on black background

This text has color #504E5F on black background.


Color preview on white background

This text has color #504E5F on white background.


Black color preview on #504E5F background

This text has black color on #504E5F background.


White color preview on #504E5F background

This text has white color on #504E5F background.


Related colors

Complementary color

Complementary color for #hex is #AFB1A0.


I love getcolorcode.com

Triadic colors

1 #5F504E and #4E5F50 with #504E5F are triadic colors.

2 #5F4E50 and #4E505F with #504E5F are triadic colors.