COLOR #523E34

HEX: #523E34
RGB: (82,62,52)

Color info

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

RGB color model

#523E34 color RGB value is (82,62,52).

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

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 52 of 255 = 20%

82
62
52

R + G + B ~ 25%. #523E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 62 + 52 = 196 (100%)
R 82 of 196 ~ 41.84%
G 62 of 196 ~ 31.63%
B 52 of 196 ~ 26.53%

%41.84
%31.63
%26.53

CMYK color model

#523E34 color CMYK value is (0,24,37,68).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 36.59%
  • key color value is 67.84%
CMYK:
(0,24,37,68)
C0M24Y37K68 
(0%,24%,37%,68%)
(0.00/0.24/0.37/0.68)	

CMYK percentages

%0
%24.39
%36.59
%67.84

Codes

Color #523E34 in popluar color models

523E34
RGB826252
HSL20°22.39%26.27%
HSB/HSV20°36.59%32.16%
CMYK0.00%24.39%36.59%
67.84%

Color #523E34 in popluar number systems.

HEX523E34
Decimal826252
Binary1010010111110110100
Octal1227664

Shades and tints

Shades of #523E34

#523E34
(82,62,52)
#4B3930
(75,57,48)
#44342C
(68,52,44)
#3D2F28
(61,47,40)
#362A24
(54,42,36)
#2F2520
(47,37,32)
#28201C
(40,32,28)
#211B18
(33,27,24)
#1A1614
(26,22,20)
#131110
(19,17,16)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #523E34

#523E34
(82,62,52)
#614F46
(97,79,70)
#706058
(112,96,88)
#7F716A
(127,113,106)
#8E827C
(142,130,124)
#9D938E
(157,147,142)
#ACA4A0
(172,164,160)
#BBB5B2
(187,181,178)
#CAC6C4
(202,198,196)
#D9D7D6
(217,215,214)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523E34; }

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

This text font color is #523E34.


Background Color

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

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

This div background color is #523E34.


Border color

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

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

This div border color is #523E34.


Opacity

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

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

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

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

This text has shadow with #523E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523E34 on black background.


Color preview on white background

This text has color #523E34 on white background.



Black color preview on #523E34 background

This text has black color on #523E34 background.


White color preview on #523E34 background

This text has white color on #523E34 background.