COLOR #523720

HEX: #523720
RGB: (82,55,32)

Color info

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

RGB color model

#523720 color RGB value is (82,55,32).

  • red value is 82;
  • green value is 55;
  • blue value is 32.
RGB:
(82,55,32)
(32%,22%,13%)

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 32 of 255 = 13%

82
55
32

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

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 32 = 169 (100%)
R 82 of 169 ~ 48.52%
G 55 of 169 ~ 32.54%
B 32 of 169 ~ 18.93%

%48.52
%32.54
%18.93

CMYK color model

#523720 color CMYK value is (0,33,61,68).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 60.98%
  • key color value is 67.84%
CMYK:
(0,33,61,68)
C0M33Y61K68 
(0%,33%,61%,68%)
(0.00/0.33/0.61/0.68)	

CMYK percentages

%0
%32.93
%60.98
%67.84

Codes

Color #523720 in popluar color models

523720
RGB825532
HSL28°43.86%22.35%
HSB/HSV28°60.98%32.16%
CMYK0.00%32.93%60.98%
67.84%

Color #523720 in popluar number systems.

HEX523720
Decimal825532
Binary1010010110111100000
Octal1226740

Shades and tints

Shades of #523720

#523720
(82,55,32)
#4B321E
(75,50,30)
#442D1C
(68,45,28)
#3D281A
(61,40,26)
#362318
(54,35,24)
#2F1E16
(47,30,22)
#281914
(40,25,20)
#211412
(33,20,18)
#1A0F10
(26,15,16)
#130A0E
(19,10,14)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #523720

#523720
(82,55,32)
#614934
(97,73,52)
#705B48
(112,91,72)
#7F6D5C
(127,109,92)
#8E7F70
(142,127,112)
#9D9184
(157,145,132)
#ACA398
(172,163,152)
#BBB5AC
(187,181,172)
#CAC7C0
(202,199,192)
#D9D9D4
(217,217,212)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523720 color. Also use rgb(82,55,32) instead hex code.

Text Font Color

.myTextColor { color: #523720; }

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

This text font color is #523720.


Background Color

.myBgColor { background-color: #523720; }

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

This div background color is #523720.


Border color

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

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

This div border color is #523720.


Opacity

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

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

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

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

This text has shadow with #523720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523720 on black background.


Color preview on white background

This text has color #523720 on white background.



Black color preview on #523720 background

This text has black color on #523720 background.


White color preview on #523720 background

This text has white color on #523720 background.