COLOR #525236

HEX: #525236 RGB: (82,82,54)

Color info

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

RGB color model

#525236 color RGB value is (82,82,54).

RGB: (82,82,54) (32%, 32%, 21%)

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 54 of 255 = 21%

82
82
54

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

Portions of RGB colors in percentages

R + G + B = 82 + 82 + 54 = 218 (100%)
R 82 of 218 ~ 37.61%
G 82 of 218 ~ 37.61%
B 54 of 218 ~ 24.77'%

%37.61
%37.61
%24.77

CMYK color model

#525236 color CMYK value is (0,0,34,68).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 67.84%

CMYK: (0,0,34,68)
C0M0Y34K68 (0%, 0%, 34%, 68%)
(0.00 / 0.00 / 0.34 / 0.68)

CMYK percentages

%0
%0
%34.15
%67.84

Codes

Color #525236 in popluar color models

52 52 36
RGB 82 82 54
HSL 60° 20.59% 26.67%
HSB/HSV 60° 34.15% 32.16%
CMYK 0.00% 0.00% 34.15%
67.84%

Color #525236 in popluar number systems.

HEX 52 52 36
Decimal 82 82 54
Binary 1010010 1010010 110110
Octal 122 122 66

Shades and tints

Shades of #525236

#525236
(82,82,54)
#4B4B32
(75,75,50)
#44442E
(68,68,46)
#3D3D2A
(61,61,42)
#363626
(54,54,38)
#2F2F22
(47,47,34)
#28281E
(40,40,30)
#21211A
(33,33,26)
#1A1A16
(26,26,22)
#131312
(19,19,18)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #525236

#525236
(82,82,54)
#616148
(97,97,72)
#70705A
(112,112,90)
#7F7F6C
(127,127,108)
#8E8E7E
(142,142,126)
#9D9D90
(157,157,144)
#ACACA2
(172,172,162)
#BBBBB4
(187,187,180)
#CACAC6
(202,202,198)
#D9D9D8
(217,217,216)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525236 color. Also use rgb(82,82,54) instead hex code.

Text Font Color

.myTextColor { color: #525236; }

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

This text font color is #525236.

Background Color

.myBgColor { background-color: #525236; }

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

This div background color is #525236.

Border color

.myBorderColor { border: 1px solid #525236; }

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

This div border color is #525236.

Opacity

.myOpacity80 { color: #525236; opacity: 0.8; }

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

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

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

This text has shadow with #525236 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525236.

Preview

Color preview on black background

This text has color #525236 on black background.


Color preview on white background

This text has color #525236 on white background.


Black color preview on #525236 background

This text has black color on #525236 background.


White color preview on #525236 background

This text has white color on #525236 background.


Related colors

Complementary color

Complementary color for #hex is #ADADC9.


I love getcolorcode.com