COLOR #53521F

HEX: #53521F
RGB: (83,82,31)

Color info

#53521F contains red, green and blue colors in about the same proportion. Web safe color of #53521F is #666633 (or #663).

RGB color model

#53521F color RGB value is (83,82,31).

  • red value is 83;
  • green value is 82;
  • blue value is 31.
RGB:
(83,82,31)
(33%,32%,12%)

RGB channels and saturation

R 83 of 255 = 33%
G 82 of 255 = 32%
B 31 of 255 = 12%

83
82
31

R + G + B ~ 26%. #53521F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 82 + 31 = 196 (100%)
R 83 of 196 ~ 42.35%
G 82 of 196 ~ 41.84%
B 31 of 196 ~ 15.82%

%42.35
%41.84
%15.82

CMYK color model

#53521F color CMYK value is (0,1,63,67).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 62.65%
  • key color value is 67.45%
CMYK:
(0,1,63,67)
C0M1Y63K67 
(0%,1%,63%,67%)
(0.00/0.01/0.63/0.67)	

CMYK percentages

%0
%1.2
%62.65
%67.45

Codes

Color #53521F in popluar color models

53521F
RGB838231
HSL59°45.61%22.35%
HSB/HSV59°62.65%32.55%
CMYK0.00%1.20%62.65%
67.45%

Color #53521F in popluar number systems.

HEX53521F
Decimal838231
Binary1010011101001011111
Octal12312237

Shades and tints

Shades of #53521F

#53521F
(83,82,31)
#4C4B1D
(76,75,29)
#45441B
(69,68,27)
#3E3D19
(62,61,25)
#373617
(55,54,23)
#302F15
(48,47,21)
#292813
(41,40,19)
#222111
(34,33,17)
#1B1A0F
(27,26,15)
#14130D
(20,19,13)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #53521F

#53521F
(83,82,31)
#626133
(98,97,51)
#717047
(113,112,71)
#807F5B
(128,127,91)
#8F8E6F
(143,142,111)
#9E9D83
(158,157,131)
#ADAC97
(173,172,151)
#BCBBAB
(188,187,171)
#CBCABF
(203,202,191)
#DAD9D3
(218,217,211)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53521F color. Also use rgb(83,82,31) instead hex code.

Text Font Color

.myTextColor { color: #53521F; }

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

This text font color is #53521F.


Background Color

.myBgColor { background-color: #53521F; }

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

This div background color is #53521F.


Border color

.myBorderColor { border: 1px solid #53521F; }

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

This div border color is #53521F.


Opacity

.myOpacity80 { color: #53521F; opacity: 0.8; }

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

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

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

This text has shadow with #53521F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53521F on black background.


Color preview on white background

This text has color #53521F on white background.



Black color preview on #53521F background

This text has black color on #53521F background.


White color preview on #53521F background

This text has white color on #53521F background.