COLOR #523221

HEX: #523221
RGB: (82,50,33)

Color info

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

RGB color model

#523221 color RGB value is (82,50,33).

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

RGB channels and saturation

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

82
50
33

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

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 33 = 165 (100%)
R 82 of 165 ~ 49.7%
G 50 of 165 ~ 30.3%
B 33 of 165 ~ 20%

%49.7
%30.3
%20

CMYK color model

#523221 color CMYK value is (0,39,60,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 59.76%
  • key color value is 67.84%
CMYK:
(0,39,60,68)
C0M39Y60K68 
(0%,39%,60%,68%)
(0.00/0.39/0.60/0.68)	

CMYK percentages

%0
%39.02
%59.76
%67.84

Codes

Color #523221 in popluar color models

523221
RGB825033
HSL21°42.61%22.55%
HSB/HSV21°59.76%32.16%
CMYK0.00%39.02%59.76%
67.84%

Color #523221 in popluar number systems.

HEX523221
Decimal825033
Binary1010010110010100001
Octal1226241

Shades and tints

Shades of #523221

#523221
(82,50,33)
#4B2E1E
(75,46,30)
#442A1B
(68,42,27)
#3D2618
(61,38,24)
#362215
(54,34,21)
#2F1E12
(47,30,18)
#281A0F
(40,26,15)
#21160C
(33,22,12)
#1A1209
(26,18,9)
#130E06
(19,14,6)
#0C0A03
(12,10,3)
#000000
(0,0,0)

Tints of #523221

#523221
(82,50,33)
#614435
(97,68,53)
#705649
(112,86,73)
#7F685D
(127,104,93)
#8E7A71
(142,122,113)
#9D8C85
(157,140,133)
#AC9E99
(172,158,153)
#BBB0AD
(187,176,173)
#CAC2C1
(202,194,193)
#D9D4D5
(217,212,213)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523221; }

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

This text font color is #523221.


Background Color

.myBgColor { background-color: #523221; }

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

This div background color is #523221.


Border color

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

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

This div border color is #523221.


Opacity

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

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

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

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

This text has shadow with #523221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523221 on black background.


Color preview on white background

This text has color #523221 on white background.



Black color preview on #523221 background

This text has black color on #523221 background.


White color preview on #523221 background

This text has white color on #523221 background.