COLOR #504F5C

HEX: #504F5C RGB: (80,79,92)

Color info

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

RGB color model

#504F5C color RGB value is (80,79,92).

RGB: (80,79,92) (31%, 31%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 92 of 255 = 36%

80
79
92

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

Portions of RGB colors in percentages

R + G + B = 80 + 79 + 92 = 251 (100%)
R 80 of 251 ~ 31.87%
G 79 of 251 ~ 31.47%
B 92 of 251 ~ 36.65'%

%31.87
%31.47
%36.65

CMYK color model

#504F5C color CMYK value is (13,14,0,64).

  • cyan value is 13.04%
  • magenta value is 14.13%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (13,14,0,64)
C13M14Y0K64 (13%, 14%, 0%, 64%)
(0.13 / 0.14 / 0.00 / 0.64)

CMYK percentages

%13.04
%14.13
%0
%63.92

Codes

Color #504F5C in popluar color models

50 4F 5C
RGB 80 79 92
HSL 245° 7.60% 33.53%
HSB/HSV 245° 14.13% 36.08%
CMYK 13.04% 14.13% 0.00%
63.92%

Color #504F5C in popluar number systems.

HEX 50 4F 5C
Decimal 80 79 92
Binary 1010000 1001111 1011100
Octal 120 117 134

Shades and tints

Shades of #504F5C

#504F5C
(80,79,92)
#494854
(73,72,84)
#42414C
(66,65,76)
#3B3A44
(59,58,68)
#34333C
(52,51,60)
#2D2C34
(45,44,52)
#26252C
(38,37,44)
#1F1E24
(31,30,36)
#18171C
(24,23,28)
#111014
(17,16,20)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #504F5C

#504F5C
(80,79,92)
#5F5F6A
(95,95,106)
#6E6F78
(110,111,120)
#7D7F86
(125,127,134)
#8C8F94
(140,143,148)
#9B9FA2
(155,159,162)
#AAAFB0
(170,175,176)
#B9BFBE
(185,191,190)
#C8CFCC
(200,207,204)
#D7DFDA
(215,223,218)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F5C color. Also use rgb(80,79,92) instead hex code.

Text Font Color

.myTextColor { color: #504F5C; }

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

This text font color is #504F5C.

Background Color

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

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

This div background color is #504F5C.

Border color

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

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

This div border color is #504F5C.

Opacity

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

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

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

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

This text has shadow with #504F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504F5C.

Preview

Color preview on black background

This text has color #504F5C on black background.


Color preview on white background

This text has color #504F5C on white background.


Black color preview on #504F5C background

This text has black color on #504F5C background.


White color preview on #504F5C background

This text has white color on #504F5C background.


Related colors

Complementary color

Complementary color for #hex is #AFB0A3.


I love getcolorcode.com

Triadic colors

1 #5C504F and #4F5C50 with #504F5C are triadic colors.

2 #5C4F50 and #4F505C with #504F5C are triadic colors.