COLOR #523522

HEX: #523522
RGB: (82,53,34)

Color info

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

RGB color model

#523522 color RGB value is (82,53,34).

  • red value is 82;
  • green value is 53;
  • blue value is 34.
RGB:
(82,53,34)
(32%,21%,13%)

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 34 of 255 = 13%

82
53
34

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

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 34 = 169 (100%)
R 82 of 169 ~ 48.52%
G 53 of 169 ~ 31.36%
B 34 of 169 ~ 20.12%

%48.52
%31.36
%20.12

CMYK color model

#523522 color CMYK value is (0,35,59,68).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 58.54%
  • key color value is 67.84%
CMYK:
(0,35,59,68)
C0M35Y59K68 
(0%,35%,59%,68%)
(0.00/0.35/0.59/0.68)	

CMYK percentages

%0
%35.37
%58.54
%67.84

Codes

Color #523522 in popluar color models

523522
RGB825334
HSL24°41.38%22.75%
HSB/HSV24°58.54%32.16%
CMYK0.00%35.37%58.54%
67.84%

Color #523522 in popluar number systems.

HEX523522
Decimal825334
Binary1010010110101100010
Octal1226542

Shades and tints

Shades of #523522

#523522
(82,53,34)
#4B311F
(75,49,31)
#442D1C
(68,45,28)
#3D2919
(61,41,25)
#362516
(54,37,22)
#2F2113
(47,33,19)
#281D10
(40,29,16)
#21190D
(33,25,13)
#1A150A
(26,21,10)
#131107
(19,17,7)
#0C0D04
(12,13,4)
#000000
(0,0,0)

Tints of #523522

#523522
(82,53,34)
#614736
(97,71,54)
#70594A
(112,89,74)
#7F6B5E
(127,107,94)
#8E7D72
(142,125,114)
#9D8F86
(157,143,134)
#ACA19A
(172,161,154)
#BBB3AE
(187,179,174)
#CAC5C2
(202,197,194)
#D9D7D6
(217,215,214)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523522; }

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

This text font color is #523522.


Background Color

.myBgColor { background-color: #523522; }

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

This div background color is #523522.


Border color

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

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

This div border color is #523522.


Opacity

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

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

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

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

This text has shadow with #523522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523522 on black background.


Color preview on white background

This text has color #523522 on white background.



Black color preview on #523522 background

This text has black color on #523522 background.


White color preview on #523522 background

This text has white color on #523522 background.