COLOR #523316

HEX: #523316
RGB: (82,51,22)

Color info

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

RGB color model

#523316 color RGB value is (82,51,22).

  • red value is 82;
  • green value is 51;
  • blue value is 22.
RGB:
(82,51,22)
(32%,20%,9%)

RGB channels and saturation

R 82 of 255 = 32%
G 51 of 255 = 20%
B 22 of 255 = 9%

82
51
22

R + G + B ~ 20%. #523316 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 51 + 22 = 155 (100%)
R 82 of 155 ~ 52.9%
G 51 of 155 ~ 32.9%
B 22 of 155 ~ 14.19%

%52.9
%32.9
%14.19

CMYK color model

#523316 color CMYK value is (0,38,73,68).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 73.17%
  • key color value is 67.84%
CMYK:
(0,38,73,68)
C0M38Y73K68 
(0%,38%,73%,68%)
(0.00/0.38/0.73/0.68)	

CMYK percentages

%0
%37.8
%73.17
%67.84

Codes

Color #523316 in popluar color models

523316
RGB825122
HSL29°57.69%20.39%
HSB/HSV29°73.17%32.16%
CMYK0.00%37.80%73.17%
67.84%

Color #523316 in popluar number systems.

HEX523316
Decimal825122
Binary101001011001110110
Octal1226326

Shades and tints

Shades of #523316

#523316
(82,51,22)
#4B2F14
(75,47,20)
#442B12
(68,43,18)
#3D2710
(61,39,16)
#36230E
(54,35,14)
#2F1F0C
(47,31,12)
#281B0A
(40,27,10)
#211708
(33,23,8)
#1A1306
(26,19,6)
#130F04
(19,15,4)
#0C0B02
(12,11,2)
#000000
(0,0,0)

Tints of #523316

#523316
(82,51,22)
#61452B
(97,69,43)
#705740
(112,87,64)
#7F6955
(127,105,85)
#8E7B6A
(142,123,106)
#9D8D7F
(157,141,127)
#AC9F94
(172,159,148)
#BBB1A9
(187,177,169)
#CAC3BE
(202,195,190)
#D9D5D3
(217,213,211)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523316; }

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

This text font color is #523316.


Background Color

.myBgColor { background-color: #523316; }

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

This div background color is #523316.


Border color

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

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

This div border color is #523316.


Opacity

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

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

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

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

This text has shadow with #523316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523316 on black background.


Color preview on white background

This text has color #523316 on white background.



Black color preview on #523316 background

This text has black color on #523316 background.


White color preview on #523316 background

This text has white color on #523316 background.