COLOR #52563A

HEX: #52563A
RGB: (82,86,58)

Color info

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

RGB color model

#52563A color RGB value is (82,86,58).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 58 of 255 = 23%

82
86
58

R + G + B ~ 30%. #52563A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 58 = 226 (100%)
R 82 of 226 ~ 36.28%
G 86 of 226 ~ 38.05%
B 58 of 226 ~ 25.66%

%36.28
%38.05
%25.66

CMYK color model

#52563A color CMYK value is (5,0,33,66).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 66.27%
CMYK:
(5,0,33,66)
C5M0Y33K66 
(5%,0%,33%,66%)
(0.05/0.00/0.33/0.66)	

CMYK percentages

%4.65
%0
%32.56
%66.27

Codes

Color #52563A in popluar color models

52563A
RGB828658
HSL69°19.44%28.24%
HSB/HSV69°32.56%33.73%
CMYK4.65%0.00%32.56%
66.27%

Color #52563A in popluar number systems.

HEX52563A
Decimal828658
Binary10100101010110111010
Octal12212672

Shades and tints

Shades of #52563A

#52563A
(82,86,58)
#4B4F35
(75,79,53)
#444830
(68,72,48)
#3D412B
(61,65,43)
#363A26
(54,58,38)
#2F3321
(47,51,33)
#282C1C
(40,44,28)
#212517
(33,37,23)
#1A1E12
(26,30,18)
#13170D
(19,23,13)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #52563A

#52563A
(82,86,58)
#61654B
(97,101,75)
#70745C
(112,116,92)
#7F836D
(127,131,109)
#8E927E
(142,146,126)
#9DA18F
(157,161,143)
#ACB0A0
(172,176,160)
#BBBFB1
(187,191,177)
#CACEC2
(202,206,194)
#D9DDD3
(217,221,211)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52563A; }

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

This text font color is #52563A.


Background Color

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

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

This div background color is #52563A.


Border color

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

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

This div border color is #52563A.


Opacity

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

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

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

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

This text has shadow with #52563A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52563A on black background.


Color preview on white background

This text has color #52563A on white background.



Black color preview on #52563A background

This text has black color on #52563A background.


White color preview on #52563A background

This text has white color on #52563A background.