COLOR #523210

HEX: #523210
RGB: (82,50,16)

Color info

#523210 contains mainly red and green colors. Web safe color of #523210 is #663300 (or #630).

RGB color model

#523210 color RGB value is (82,50,16).

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

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 16 of 255 = 6%

82
50
16

R + G + B ~ 19%. #523210 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 16 = 148 (100%)
R 82 of 148 ~ 55.41%
G 50 of 148 ~ 33.78%
B 16 of 148 ~ 10.81%

%55.41
%33.78
%10.81

CMYK color model

#523210 color CMYK value is (0,39,80,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 80.49%
  • key color value is 67.84%
CMYK:
(0,39,80,68)
C0M39Y80K68 
(0%,39%,80%,68%)
(0.00/0.39/0.80/0.68)	

CMYK percentages

%0
%39.02
%80.49
%67.84

Codes

Color #523210 in popluar color models

523210
RGB825016
HSL31°67.35%19.22%
HSB/HSV31°80.49%32.16%
CMYK0.00%39.02%80.49%
67.84%

Color #523210 in popluar number systems.

HEX523210
Decimal825016
Binary101001011001010000
Octal1226220

Shades and tints

Shades of #523210

#523210
(82,50,16)
#4B2E0F
(75,46,15)
#442A0E
(68,42,14)
#3D260D
(61,38,13)
#36220C
(54,34,12)
#2F1E0B
(47,30,11)
#281A0A
(40,26,10)
#211609
(33,22,9)
#1A1208
(26,18,8)
#130E07
(19,14,7)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #523210

#523210
(82,50,16)
#614425
(97,68,37)
#70563A
(112,86,58)
#7F684F
(127,104,79)
#8E7A64
(142,122,100)
#9D8C79
(157,140,121)
#AC9E8E
(172,158,142)
#BBB0A3
(187,176,163)
#CAC2B8
(202,194,184)
#D9D4CD
(217,212,205)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523210; }

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

This text font color is #523210.


Background Color

.myBgColor { background-color: #523210; }

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

This div background color is #523210.


Border color

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

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

This div border color is #523210.


Opacity

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

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

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

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

This text has shadow with #523210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523210 on black background.


Color preview on white background

This text has color #523210 on white background.



Black color preview on #523210 background

This text has black color on #523210 background.


White color preview on #523210 background

This text has white color on #523210 background.