COLOR #523534

HEX: #523534
RGB: (82,53,52)

Color info

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

RGB color model

#523534 color RGB value is (82,53,52).

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

RGB channels and saturation

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

82
53
52

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

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 52 = 187 (100%)
R 82 of 187 ~ 43.85%
G 53 of 187 ~ 28.34%
B 52 of 187 ~ 27.81%

%43.85
%28.34
%27.81

CMYK color model

#523534 color CMYK value is (0,35,37,68).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 36.59%
  • key color value is 67.84%
CMYK:
(0,35,37,68)
C0M35Y37K68 
(0%,35%,37%,68%)
(0.00/0.35/0.37/0.68)	

CMYK percentages

%0
%35.37
%36.59
%67.84

Codes

Color #523534 in popluar color models

523534
RGB825352
HSL22.39%26.27%
HSB/HSV36.59%32.16%
CMYK0.00%35.37%36.59%
67.84%

Color #523534 in popluar number systems.

HEX523534
Decimal825352
Binary1010010110101110100
Octal1226564

Shades and tints

Shades of #523534

#523534
(82,53,52)
#4B3130
(75,49,48)
#442D2C
(68,45,44)
#3D2928
(61,41,40)
#362524
(54,37,36)
#2F2120
(47,33,32)
#281D1C
(40,29,28)
#211918
(33,25,24)
#1A1514
(26,21,20)
#131110
(19,17,16)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #523534

#523534
(82,53,52)
#614746
(97,71,70)
#705958
(112,89,88)
#7F6B6A
(127,107,106)
#8E7D7C
(142,125,124)
#9D8F8E
(157,143,142)
#ACA1A0
(172,161,160)
#BBB3B2
(187,179,178)
#CAC5C4
(202,197,196)
#D9D7D6
(217,215,214)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523534; }

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

This text font color is #523534.


Background Color

.myBgColor { background-color: #523534; }

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

This div background color is #523534.


Border color

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

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

This div border color is #523534.


Opacity

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

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

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

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

This text has shadow with #523534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523534 on black background.


Color preview on white background

This text has color #523534 on white background.



Black color preview on #523534 background

This text has black color on #523534 background.


White color preview on #523534 background

This text has white color on #523534 background.