COLOR #52532B

HEX: #52532B RGB: (82,83,43)

Color info

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

RGB color model

#52532B color RGB value is (82,83,43).

RGB: (82,83,43) (32%, 33%, 17%)

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 43 of 255 = 17%

82
83
43

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

Portions of RGB colors in percentages

R + G + B = 82 + 83 + 43 = 208 (100%)
R 82 of 208 ~ 39.42%
G 83 of 208 ~ 39.9%
B 43 of 208 ~ 20.67'%

%39.42
%39.9
%20.67

CMYK color model

#52532B color CMYK value is (1,0,48,67).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 48.19%
  • key color value is 67.45%

CMYK: (1,0,48,67)
C1M0Y48K67 (1%, 0%, 48%, 67%)
(0.01 / 0.00 / 0.48 / 0.67)

CMYK percentages

%1.2
%0
%48.19
%67.45

Codes

Color #52532B in popluar color models

52 53 2B
RGB 82 83 43
HSL 62° 31.75% 24.71%
HSB/HSV 62° 48.19% 32.55%
CMYK 1.20% 0.00% 48.19%
67.45%

Color #52532B in popluar number systems.

HEX 52 53 2B
Decimal 82 83 43
Binary 1010010 1010011 101011
Octal 122 123 53

Shades and tints

Shades of #52532B

#52532B
(82,83,43)
#4B4C28
(75,76,40)
#444525
(68,69,37)
#3D3E22
(61,62,34)
#36371F
(54,55,31)
#2F301C
(47,48,28)
#282919
(40,41,25)
#212216
(33,34,22)
#1A1B13
(26,27,19)
#131410
(19,20,16)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #52532B

#52532B
(82,83,43)
#61623E
(97,98,62)
#707151
(112,113,81)
#7F8064
(127,128,100)
#8E8F77
(142,143,119)
#9D9E8A
(157,158,138)
#ACAD9D
(172,173,157)
#BBBCB0
(187,188,176)
#CACBC3
(202,203,195)
#D9DAD6
(217,218,214)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52532B; }

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

This text font color is #52532B.

Background Color

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

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

This div background color is #52532B.

Border color

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

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

This div border color is #52532B.

Opacity

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

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

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

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

This text has shadow with #52532B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52532B.

Preview

Color preview on black background

This text has color #52532B on black background.


Color preview on white background

This text has color #52532B on white background.


Black color preview on #52532B background

This text has black color on #52532B background.


White color preview on #52532B background

This text has white color on #52532B background.


Related colors

Complementary color

Complementary color for #hex is #ADACD4.


I love getcolorcode.com

Triadic colors

1 #2B5253 and #532B52 with #52532B are triadic colors.

2 #2B5352 and #53522B with #52532B are triadic colors.