COLOR #524E56

HEX: #524E56
RGB: (82,78,86)

Color info

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

RGB color model

#524E56 color RGB value is (82,78,86).

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

RGB channels and saturation

R 82 of 255 = 32%
G 78 of 255 = 31%
B 86 of 255 = 34%

82
78
86

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

Portions of RGB colors in percentages

R + G + B =
82 + 78 + 86 = 246 (100%)
R 82 of 246 ~ 33.33%
G 78 of 246 ~ 31.71%
B 86 of 246 ~ 34.96%

%33.33
%31.71
%34.96

CMYK color model

#524E56 color CMYK value is (5,9,0,66).

  • cyan value is 4.65%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(5,9,0,66)
C5M9Y0K66 
(5%,9%,0%,66%)
(0.05/0.09/0.00/0.66)	

CMYK percentages

%4.65
%9.3
%0
%66.27

Codes

Color #524E56 in popluar color models

524E56
RGB827886
HSL270°4.88%32.16%
HSB/HSV270°9.30%33.73%
CMYK4.65%9.30%0.00%
66.27%

Color #524E56 in popluar number systems.

HEX524E56
Decimal827886
Binary101001010011101010110
Octal122116126

Shades and tints

Shades of #524E56

#524E56
(82,78,86)
#4B474F
(75,71,79)
#444048
(68,64,72)
#3D3941
(61,57,65)
#36323A
(54,50,58)
#2F2B33
(47,43,51)
#28242C
(40,36,44)
#211D25
(33,29,37)
#1A161E
(26,22,30)
#130F17
(19,15,23)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #524E56

#524E56
(82,78,86)
#615E65
(97,94,101)
#706E74
(112,110,116)
#7F7E83
(127,126,131)
#8E8E92
(142,142,146)
#9D9EA1
(157,158,161)
#ACAEB0
(172,174,176)
#BBBEBF
(187,190,191)
#CACECE
(202,206,206)
#D9DEDD
(217,222,221)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524E56; }

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

This text font color is #524E56.


Background Color

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

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

This div background color is #524E56.


Border color

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

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

This div border color is #524E56.


Opacity

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

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

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

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

This text has shadow with #524E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524E56 on black background.


Color preview on white background

This text has color #524E56 on white background.



Black color preview on #524E56 background

This text has black color on #524E56 background.


White color preview on #524E56 background

This text has white color on #524E56 background.