COLOR #524F5C

HEX: #524F5C RGB: (82,79,92)

Color info

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

RGB color model

#524F5C color RGB value is (82,79,92).

RGB: (82,79,92) (32%, 31%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 92 of 255 = 36%

82
79
92

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

Portions of RGB colors in percentages

R + G + B = 82 + 79 + 92 = 253 (100%)
R 82 of 253 ~ 32.41%
G 79 of 253 ~ 31.23%
B 92 of 253 ~ 36.36'%

%32.41
%31.23
%36.36

CMYK color model

#524F5C color CMYK value is (11,14,0,64).

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

CMYK: (11,14,0,64)
C11M14Y0K64 (11%, 14%, 0%, 64%)
(0.11 / 0.14 / 0.00 / 0.64)

CMYK percentages

%10.87
%14.13
%0
%63.92

Codes

Color #524F5C in popluar color models

52 4F 5C
RGB 82 79 92
HSL 254° 7.60% 33.53%
HSB/HSV 254° 14.13% 36.08%
CMYK 10.87% 14.13% 0.00%
63.92%

Color #524F5C in popluar number systems.

HEX 52 4F 5C
Decimal 82 79 92
Binary 1010010 1001111 1011100
Octal 122 117 134

Shades and tints

Shades of #524F5C

#524F5C
(82,79,92)
#4B4854
(75,72,84)
#44414C
(68,65,76)
#3D3A44
(61,58,68)
#36333C
(54,51,60)
#2F2C34
(47,44,52)
#28252C
(40,37,44)
#211E24
(33,30,36)
#1A171C
(26,23,28)
#131014
(19,16,20)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #524F5C

#524F5C
(82,79,92)
#615F6A
(97,95,106)
#706F78
(112,111,120)
#7F7F86
(127,127,134)
#8E8F94
(142,143,148)
#9D9FA2
(157,159,162)
#ACAFB0
(172,175,176)
#BBBFBE
(187,191,190)
#CACFCC
(202,207,204)
#D9DFDA
(217,223,218)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524F5C; }

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

This text font color is #524F5C.

Background Color

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

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

This div background color is #524F5C.

Border color

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

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

This div border color is #524F5C.

Opacity

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

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

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

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

This text has shadow with #524F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524F5C.

Preview

Color preview on black background

This text has color #524F5C on black background.


Color preview on white background

This text has color #524F5C on white background.


Black color preview on #524F5C background

This text has black color on #524F5C background.


White color preview on #524F5C background

This text has white color on #524F5C background.


Related colors

Complementary color

Complementary color for #hex is #ADB0A3.


I love getcolorcode.com

Triadic colors

1 #5C524F and #4F5C52 with #524F5C are triadic colors.

2 #5C4F52 and #4F525C with #524F5C are triadic colors.