COLOR #523220

HEX: #523220
RGB: (82,50,32)

Color info

#523220 contains red, green and blue colors in about the same proportion. Web safe color of #523220 is #663333 (or #633).

RGB color model

#523220 color RGB value is (82,50,32).

  • red value is 82;
  • green value is 50;
  • blue value is 32.
RGB:
(82,50,32)
(32%,20%,13%)

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 32 of 255 = 13%

82
50
32

R + G + B ~ 22%. #523220 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 32 = 164 (100%)
R 82 of 164 ~ 50%
G 50 of 164 ~ 30.49%
B 32 of 164 ~ 19.51%

%50
%30.49
%19.51

CMYK color model

#523220 color CMYK value is (0,39,61,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 60.98%
  • key color value is 67.84%
CMYK:
(0,39,61,68)
C0M39Y61K68 
(0%,39%,61%,68%)
(0.00/0.39/0.61/0.68)	

CMYK percentages

%0
%39.02
%60.98
%67.84

Codes

Color #523220 in popluar color models

523220
RGB825032
HSL22°43.86%22.35%
HSB/HSV22°60.98%32.16%
CMYK0.00%39.02%60.98%
67.84%

Color #523220 in popluar number systems.

HEX523220
Decimal825032
Binary1010010110010100000
Octal1226240

Shades and tints

Shades of #523220

#523220
(82,50,32)
#4B2E1E
(75,46,30)
#442A1C
(68,42,28)
#3D261A
(61,38,26)
#362218
(54,34,24)
#2F1E16
(47,30,22)
#281A14
(40,26,20)
#211612
(33,22,18)
#1A1210
(26,18,16)
#130E0E
(19,14,14)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #523220

#523220
(82,50,32)
#614434
(97,68,52)
#705648
(112,86,72)
#7F685C
(127,104,92)
#8E7A70
(142,122,112)
#9D8C84
(157,140,132)
#AC9E98
(172,158,152)
#BBB0AC
(187,176,172)
#CAC2C0
(202,194,192)
#D9D4D4
(217,212,212)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523220; }

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

This text font color is #523220.


Background Color

.myBgColor { background-color: #523220; }

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

This div background color is #523220.


Border color

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

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

This div border color is #523220.


Opacity

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

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

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

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

This text has shadow with #523220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523220 on black background.


Color preview on white background

This text has color #523220 on white background.



Black color preview on #523220 background

This text has black color on #523220 background.


White color preview on #523220 background

This text has white color on #523220 background.