COLOR #524C57

HEX: #524C57
RGB: (82,76,87)

Color info

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

RGB color model

#524C57 color RGB value is (82,76,87).

  • red value is 82;
  • green value is 76;
  • blue value is 87.
RGB:
(82,76,87)
(32%,30%,34%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 87 of 255 = 34%

82
76
87

R + G + B ~ 32%. #524C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 87 = 245 (100%)
R 82 of 245 ~ 33.47%
G 76 of 245 ~ 31.02%
B 87 of 245 ~ 35.51%

%33.47
%31.02
%35.51

CMYK color model

#524C57 color CMYK value is (6,13,0,66).

  • cyan value is 5.75%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(6,13,0,66)
C6M13Y0K66 
(6%,13%,0%,66%)
(0.06/0.13/0.00/0.66)	

CMYK percentages

%5.75
%12.64
%0
%65.88

Codes

Color #524C57 in popluar color models

524C57
RGB827687
HSL273°6.75%31.96%
HSB/HSV273°12.64%34.12%
CMYK5.75%12.64%0.00%
65.88%

Color #524C57 in popluar number systems.

HEX524C57
Decimal827687
Binary101001010011001010111
Octal122114127

Shades and tints

Shades of #524C57

#524C57
(82,76,87)
#4B4650
(75,70,80)
#444049
(68,64,73)
#3D3A42
(61,58,66)
#36343B
(54,52,59)
#2F2E34
(47,46,52)
#28282D
(40,40,45)
#212226
(33,34,38)
#1A1C1F
(26,28,31)
#131618
(19,22,24)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #524C57

#524C57
(82,76,87)
#615C66
(97,92,102)
#706C75
(112,108,117)
#7F7C84
(127,124,132)
#8E8C93
(142,140,147)
#9D9CA2
(157,156,162)
#ACACB1
(172,172,177)
#BBBCC0
(187,188,192)
#CACCCF
(202,204,207)
#D9DCDE
(217,220,222)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524C57; }

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

This text font color is #524C57.


Background Color

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

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

This div background color is #524C57.


Border color

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

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

This div border color is #524C57.


Opacity

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

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

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

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

This text has shadow with #524C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C57 on black background.


Color preview on white background

This text has color #524C57 on white background.



Black color preview on #524C57 background

This text has black color on #524C57 background.


White color preview on #524C57 background

This text has white color on #524C57 background.