COLOR #524D56

HEX: #524D56
RGB: (82,77,86)

Color info

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

RGB color model

#524D56 color RGB value is (82,77,86).

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

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 86 of 255 = 34%

82
77
86

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

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 86 = 245 (100%)
R 82 of 245 ~ 33.47%
G 77 of 245 ~ 31.43%
B 86 of 245 ~ 35.1%

%33.47
%31.43
%35.1

CMYK color model

#524D56 color CMYK value is (5,10,0,66).

  • cyan value is 4.65%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(5,10,0,66)
C5M10Y0K66 
(5%,10%,0%,66%)
(0.05/0.10/0.00/0.66)	

CMYK percentages

%4.65
%10.47
%0
%66.27

Codes

Color #524D56 in popluar color models

524D56
RGB827786
HSL273°5.52%31.96%
HSB/HSV273°10.47%33.73%
CMYK4.65%10.47%0.00%
66.27%

Color #524D56 in popluar number systems.

HEX524D56
Decimal827786
Binary101001010011011010110
Octal122115126

Shades and tints

Shades of #524D56

#524D56
(82,77,86)
#4B464F
(75,70,79)
#443F48
(68,63,72)
#3D3841
(61,56,65)
#36313A
(54,49,58)
#2F2A33
(47,42,51)
#28232C
(40,35,44)
#211C25
(33,28,37)
#1A151E
(26,21,30)
#130E17
(19,14,23)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #524D56

#524D56
(82,77,86)
#615D65
(97,93,101)
#706D74
(112,109,116)
#7F7D83
(127,125,131)
#8E8D92
(142,141,146)
#9D9DA1
(157,157,161)
#ACADB0
(172,173,176)
#BBBDBF
(187,189,191)
#CACDCE
(202,205,206)
#D9DDDD
(217,221,221)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524D56 color. Also use rgb(82,77,86) instead hex code.

Text Font Color

.myTextColor { color: #524D56; }

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

This text font color is #524D56.


Background Color

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

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

This div background color is #524D56.


Border color

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

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

This div border color is #524D56.


Opacity

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

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

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

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

This text has shadow with #524D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D56 on black background.


Color preview on white background

This text has color #524D56 on white background.



Black color preview on #524D56 background

This text has black color on #524D56 background.


White color preview on #524D56 background

This text has white color on #524D56 background.