COLOR #52564A

HEX: #52564A
RGB: (82,86,74)

Color info

#52564A contains red, green and blue colors in about the same proportion. Web safe color of #52564A is #666633 (or #663).

RGB color model

#52564A color RGB value is (82,86,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 74 of 255 = 29%

82
86
74

R + G + B ~ 32%. #52564A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 74 = 242 (100%)
R 82 of 242 ~ 33.88%
G 86 of 242 ~ 35.54%
B 74 of 242 ~ 30.58%

%33.88
%35.54
%30.58

CMYK color model

#52564A color CMYK value is (5,0,14,66).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(5,0,14,66)
C5M0Y14K66 
(5%,0%,14%,66%)
(0.05/0.00/0.14/0.66)	

CMYK percentages

%4.65
%0
%13.95
%66.27

Codes

Color #52564A in popluar color models

52564A
RGB828674
HSL80°7.50%31.37%
HSB/HSV80°13.95%33.73%
CMYK4.65%0.00%13.95%
66.27%

Color #52564A in popluar number systems.

HEX52564A
Decimal828674
Binary101001010101101001010
Octal122126112

Shades and tints

Shades of #52564A

#52564A
(82,86,74)
#4B4F44
(75,79,68)
#44483E
(68,72,62)
#3D4138
(61,65,56)
#363A32
(54,58,50)
#2F332C
(47,51,44)
#282C26
(40,44,38)
#212520
(33,37,32)
#1A1E1A
(26,30,26)
#131714
(19,23,20)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #52564A

#52564A
(82,86,74)
#61655A
(97,101,90)
#70746A
(112,116,106)
#7F837A
(127,131,122)
#8E928A
(142,146,138)
#9DA19A
(157,161,154)
#ACB0AA
(172,176,170)
#BBBFBA
(187,191,186)
#CACECA
(202,206,202)
#D9DDDA
(217,221,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52564A color. Also use rgb(82,86,74) instead hex code.

Text Font Color

.myTextColor { color: #52564A; }

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

This text font color is #52564A.


Background Color

.myBgColor { background-color: #52564A; }

<div style="background-color:#52564A">Inner text</div>

This div background color is #52564A.


Border color

.myBorderColor { border: 1px solid #52564A; }

<div style="border:3px solid #52564A">Div</div>

This div border color is #52564A.


Opacity

.myOpacity80 { color: #52564A; opacity: 0.8; }

<p style="color:#52564A;opacity:0.8;">80%</p>

Text with #52564A 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 #52564A;}

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

This text has shadow with #52564A color.

.textShadow {text-shadow: 3px 3px 1px #52564A, 3px 3px 1px red;}

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

This text has shadow with #52564A primary color and red secondary color.


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

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

This text has shadow with #52564A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52564A on black background.


Color preview on white background

This text has color #52564A on white background.



Black color preview on #52564A background

This text has black color on #52564A background.


White color preview on #52564A background

This text has white color on #52564A background.