COLOR #523323

HEX: #523323
RGB: (82,51,35)

Color info

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

RGB color model

#523323 color RGB value is (82,51,35).

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

RGB channels and saturation

R 82 of 255 = 32%
G 51 of 255 = 20%
B 35 of 255 = 14%

82
51
35

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

Portions of RGB colors in percentages

R + G + B =
82 + 51 + 35 = 168 (100%)
R 82 of 168 ~ 48.81%
G 51 of 168 ~ 30.36%
B 35 of 168 ~ 20.83%

%48.81
%30.36
%20.83

CMYK color model

#523323 color CMYK value is (0,38,57,68).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 57.32%
  • key color value is 67.84%
CMYK:
(0,38,57,68)
C0M38Y57K68 
(0%,38%,57%,68%)
(0.00/0.38/0.57/0.68)	

CMYK percentages

%0
%37.8
%57.32
%67.84

Codes

Color #523323 in popluar color models

523323
RGB825135
HSL20°40.17%22.94%
HSB/HSV20°57.32%32.16%
CMYK0.00%37.80%57.32%
67.84%

Color #523323 in popluar number systems.

HEX523323
Decimal825135
Binary1010010110011100011
Octal1226343

Shades and tints

Shades of #523323

#523323
(82,51,35)
#4B2F20
(75,47,32)
#442B1D
(68,43,29)
#3D271A
(61,39,26)
#362317
(54,35,23)
#2F1F14
(47,31,20)
#281B11
(40,27,17)
#21170E
(33,23,14)
#1A130B
(26,19,11)
#130F08
(19,15,8)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #523323

#523323
(82,51,35)
#614537
(97,69,55)
#70574B
(112,87,75)
#7F695F
(127,105,95)
#8E7B73
(142,123,115)
#9D8D87
(157,141,135)
#AC9F9B
(172,159,155)
#BBB1AF
(187,177,175)
#CAC3C3
(202,195,195)
#D9D5D7
(217,213,215)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523323; }

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

This text font color is #523323.


Background Color

.myBgColor { background-color: #523323; }

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

This div background color is #523323.


Border color

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

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

This div border color is #523323.


Opacity

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

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

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

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

This text has shadow with #523323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523323 on black background.


Color preview on white background

This text has color #523323 on white background.



Black color preview on #523323 background

This text has black color on #523323 background.


White color preview on #523323 background

This text has white color on #523323 background.