COLOR #52532E

HEX: #52532E
RGB: (82,83,46)

Color info

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

RGB color model

#52532E color RGB value is (82,83,46).

  • red value is 82;
  • green value is 83;
  • blue value is 46.
RGB:
(82,83,46)
(32%,33%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 46 of 255 = 18%

82
83
46

R + G + B ~ 28%. #52532E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 46 = 211 (100%)
R 82 of 211 ~ 38.86%
G 83 of 211 ~ 39.34%
B 46 of 211 ~ 21.8%

%38.86
%39.34
%21.8

CMYK color model

#52532E color CMYK value is (1,0,45,67).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 44.58%
  • key color value is 67.45%
CMYK:
(1,0,45,67)
C1M0Y45K67 
(1%,0%,45%,67%)
(0.01/0.00/0.45/0.67)	

CMYK percentages

%1.2
%0
%44.58
%67.45

Codes

Color #52532E in popluar color models

52532E
RGB828346
HSL62°28.68%25.29%
HSB/HSV62°44.58%32.55%
CMYK1.20%0.00%44.58%
67.45%

Color #52532E in popluar number systems.

HEX52532E
Decimal828346
Binary10100101010011101110
Octal12212356

Shades and tints

Shades of #52532E

#52532E
(82,83,46)
#4B4C2A
(75,76,42)
#444526
(68,69,38)
#3D3E22
(61,62,34)
#36371E
(54,55,30)
#2F301A
(47,48,26)
#282916
(40,41,22)
#212212
(33,34,18)
#1A1B0E
(26,27,14)
#13140A
(19,20,10)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #52532E

#52532E
(82,83,46)
#616241
(97,98,65)
#707154
(112,113,84)
#7F8067
(127,128,103)
#8E8F7A
(142,143,122)
#9D9E8D
(157,158,141)
#ACADA0
(172,173,160)
#BBBCB3
(187,188,179)
#CACBC6
(202,203,198)
#D9DAD9
(217,218,217)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52532E color. Also use rgb(82,83,46) instead hex code.

Text Font Color

.myTextColor { color: #52532E; }

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

This text font color is #52532E.


Background Color

.myBgColor { background-color: #52532E; }

<div style="background-color:#52532E">Inner text</div>

This div background color is #52532E.


Border color

.myBorderColor { border: 1px solid #52532E; }

<div style="border:3px solid #52532E">Div</div>

This div border color is #52532E.


Opacity

.myOpacity80 { color: #52532E; opacity: 0.8; }

<p style="color:#52532E;opacity:0.8;">80%</p>

Text with #52532E 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 #52532E;}

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

This text has shadow with #52532E color.

.textShadow {text-shadow: 3px 3px 1px #52532E, 3px 3px 1px red;}

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

This text has shadow with #52532E primary color and red secondary color.


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

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

This text has shadow with #52532E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52532E on black background.


Color preview on white background

This text has color #52532E on white background.



Black color preview on #52532E background

This text has black color on #52532E background.


White color preview on #52532E background

This text has white color on #52532E background.