COLOR #523E39

HEX: #523E39
RGB: (82,62,57)

Color info

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

RGB color model

#523E39 color RGB value is (82,62,57).

  • red value is 82;
  • green value is 62;
  • blue value is 57.
RGB:
(82,62,57)
(32%,24%,22%)

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 57 of 255 = 22%

82
62
57

R + G + B ~ 26%. #523E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 62 + 57 = 201 (100%)
R 82 of 201 ~ 40.8%
G 62 of 201 ~ 30.85%
B 57 of 201 ~ 28.36%

%40.8
%30.85
%28.36

CMYK color model

#523E39 color CMYK value is (0,24,30,68).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(0,24,30,68)
C0M24Y30K68 
(0%,24%,30%,68%)
(0.00/0.24/0.30/0.68)	

CMYK percentages

%0
%24.39
%30.49
%67.84

Codes

Color #523E39 in popluar color models

523E39
RGB826257
HSL12°17.99%27.25%
HSB/HSV12°30.49%32.16%
CMYK0.00%24.39%30.49%
67.84%

Color #523E39 in popluar number systems.

HEX523E39
Decimal826257
Binary1010010111110111001
Octal1227671

Shades and tints

Shades of #523E39

#523E39
(82,62,57)
#4B3934
(75,57,52)
#44342F
(68,52,47)
#3D2F2A
(61,47,42)
#362A25
(54,42,37)
#2F2520
(47,37,32)
#28201B
(40,32,27)
#211B16
(33,27,22)
#1A1611
(26,22,17)
#13110C
(19,17,12)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #523E39

#523E39
(82,62,57)
#614F4B
(97,79,75)
#70605D
(112,96,93)
#7F716F
(127,113,111)
#8E8281
(142,130,129)
#9D9393
(157,147,147)
#ACA4A5
(172,164,165)
#BBB5B7
(187,181,183)
#CAC6C9
(202,198,201)
#D9D7DB
(217,215,219)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523E39 color. Also use rgb(82,62,57) instead hex code.

Text Font Color

.myTextColor { color: #523E39; }

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

This text font color is #523E39.


Background Color

.myBgColor { background-color: #523E39; }

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

This div background color is #523E39.


Border color

.myBorderColor { border: 1px solid #523E39; }

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

This div border color is #523E39.


Opacity

.myOpacity80 { color: #523E39; opacity: 0.8; }

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

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

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

This text has shadow with #523E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523E39 on black background.


Color preview on white background

This text has color #523E39 on white background.



Black color preview on #523E39 background

This text has black color on #523E39 background.


White color preview on #523E39 background

This text has white color on #523E39 background.