COLOR #523235

HEX: #523235
RGB: (82,50,53)

Color info

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

RGB color model

#523235 color RGB value is (82,50,53).

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

RGB channels and saturation

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

82
50
53

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

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 53 = 185 (100%)
R 82 of 185 ~ 44.32%
G 50 of 185 ~ 27.03%
B 53 of 185 ~ 28.65%

%44.32
%27.03
%28.65

CMYK color model

#523235 color CMYK value is (0,39,35,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(0,39,35,68)
C0M39Y35K68 
(0%,39%,35%,68%)
(0.00/0.39/0.35/0.68)	

CMYK percentages

%0
%39.02
%35.37
%67.84

Codes

Color #523235 in popluar color models

523235
RGB825053
HSL354°24.24%25.88%
HSB/HSV354°39.02%32.16%
CMYK0.00%39.02%35.37%
67.84%

Color #523235 in popluar number systems.

HEX523235
Decimal825053
Binary1010010110010110101
Octal1226265

Shades and tints

Shades of #523235

#523235
(82,50,53)
#4B2E31
(75,46,49)
#442A2D
(68,42,45)
#3D2629
(61,38,41)
#362225
(54,34,37)
#2F1E21
(47,30,33)
#281A1D
(40,26,29)
#211619
(33,22,25)
#1A1215
(26,18,21)
#130E11
(19,14,17)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #523235

#523235
(82,50,53)
#614447
(97,68,71)
#705659
(112,86,89)
#7F686B
(127,104,107)
#8E7A7D
(142,122,125)
#9D8C8F
(157,140,143)
#AC9EA1
(172,158,161)
#BBB0B3
(187,176,179)
#CAC2C5
(202,194,197)
#D9D4D7
(217,212,215)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523235; }

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

This text font color is #523235.


Background Color

.myBgColor { background-color: #523235; }

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

This div background color is #523235.


Border color

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

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

This div border color is #523235.


Opacity

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

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

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

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

This text has shadow with #523235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523235 on black background.


Color preview on white background

This text has color #523235 on white background.



Black color preview on #523235 background

This text has black color on #523235 background.


White color preview on #523235 background

This text has white color on #523235 background.