COLOR #523533

HEX: #523533
RGB: (82,53,51)

Color info

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

RGB color model

#523533 color RGB value is (82,53,51).

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

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 51 of 255 = 20%

82
53
51

R + G + B ~ 24%. #523533 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 51 = 186 (100%)
R 82 of 186 ~ 44.09%
G 53 of 186 ~ 28.49%
B 51 of 186 ~ 27.42%

%44.09
%28.49
%27.42

CMYK color model

#523533 color CMYK value is (0,35,38,68).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 37.80%
  • key color value is 67.84%
CMYK:
(0,35,38,68)
C0M35Y38K68 
(0%,35%,38%,68%)
(0.00/0.35/0.38/0.68)	

CMYK percentages

%0
%35.37
%37.8
%67.84

Codes

Color #523533 in popluar color models

523533
RGB825351
HSL23.31%26.08%
HSB/HSV37.80%32.16%
CMYK0.00%35.37%37.80%
67.84%

Color #523533 in popluar number systems.

HEX523533
Decimal825351
Binary1010010110101110011
Octal1226563

Shades and tints

Shades of #523533

#523533
(82,53,51)
#4B312F
(75,49,47)
#442D2B
(68,45,43)
#3D2927
(61,41,39)
#362523
(54,37,35)
#2F211F
(47,33,31)
#281D1B
(40,29,27)
#211917
(33,25,23)
#1A1513
(26,21,19)
#13110F
(19,17,15)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #523533

#523533
(82,53,51)
#614745
(97,71,69)
#705957
(112,89,87)
#7F6B69
(127,107,105)
#8E7D7B
(142,125,123)
#9D8F8D
(157,143,141)
#ACA19F
(172,161,159)
#BBB3B1
(187,179,177)
#CAC5C3
(202,197,195)
#D9D7D5
(217,215,213)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523533; }

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

This text font color is #523533.


Background Color

.myBgColor { background-color: #523533; }

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

This div background color is #523533.


Border color

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

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

This div border color is #523533.


Opacity

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

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

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

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

This text has shadow with #523533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523533 on black background.


Color preview on white background

This text has color #523533 on white background.



Black color preview on #523533 background

This text has black color on #523533 background.


White color preview on #523533 background

This text has white color on #523533 background.