COLOR #524C5F

HEX: #524C5F RGB: (82,76,95)

Color info

#524C5F contains red, green and blue colors in about the same proportion. Web safe color of #524C5F is #663366 (or #636).

RGB color model

#524C5F color RGB value is (82,76,95).

RGB: (82,76,95) (32%, 30%, 37%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 95 of 255 = 37%

82
76
95

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

Portions of RGB colors in percentages

R + G + B = 82 + 76 + 95 = 253 (100%)
R 82 of 253 ~ 32.41%
G 76 of 253 ~ 30.04%
B 95 of 253 ~ 37.55'%

%32.41
%30.04
%37.55

CMYK color model

#524C5F color CMYK value is (14,20,0,63).

  • cyan value is 13.68%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (14,20,0,63)
C14M20Y0K63 (14%, 20%, 0%, 63%)
(0.14 / 0.20 / 0.00 / 0.63)

CMYK percentages

%13.68
%20
%0
%62.75

Codes

Color #524C5F in popluar color models

52 4C 5F
RGB 82 76 95
HSL 259° 11.11% 33.53%
HSB/HSV 259° 20.00% 37.25%
CMYK 13.68% 20.00% 0.00%
62.75%

Color #524C5F in popluar number systems.

HEX 52 4C 5F
Decimal 82 76 95
Binary 1010010 1001100 1011111
Octal 122 114 137

Shades and tints

Shades of #524C5F

#524C5F
(82,76,95)
#4B4657
(75,70,87)
#44404F
(68,64,79)
#3D3A47
(61,58,71)
#36343F
(54,52,63)
#2F2E37
(47,46,55)
#28282F
(40,40,47)
#212227
(33,34,39)
#1A1C1F
(26,28,31)
#131617
(19,22,23)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #524C5F

#524C5F
(82,76,95)
#615C6D
(97,92,109)
#706C7B
(112,108,123)
#7F7C89
(127,124,137)
#8E8C97
(142,140,151)
#9D9CA5
(157,156,165)
#ACACB3
(172,172,179)
#BBBCC1
(187,188,193)
#CACCCF
(202,204,207)
#D9DCDD
(217,220,221)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524C5F color. Also use rgb(82,76,95) instead hex code.

Text Font Color

.myTextColor { color: #524C5F; }

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

This text font color is #524C5F.

Background Color

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

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

This div background color is #524C5F.

Border color

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

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

This div border color is #524C5F.

Opacity

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

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

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

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

This text has shadow with #524C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524C5F.

Preview

Color preview on black background

This text has color #524C5F on black background.


Color preview on white background

This text has color #524C5F on white background.


Black color preview on #524C5F background

This text has black color on #524C5F background.


White color preview on #524C5F background

This text has white color on #524C5F background.


Related colors

Complementary color

Complementary color for #hex is #ADB3A0.


I love getcolorcode.com

Triadic colors

1 #5F524C and #4C5F52 with #524C5F are triadic colors.

2 #5F4C52 and #4C525F with #524C5F are triadic colors.