COLOR #523E3A

HEX: #523E3A
RGB: (82,62,58)

Color info

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

RGB color model

#523E3A color RGB value is (82,62,58).

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

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 58 of 255 = 23%

82
62
58

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

Portions of RGB colors in percentages

R + G + B =
82 + 62 + 58 = 202 (100%)
R 82 of 202 ~ 40.59%
G 62 of 202 ~ 30.69%
B 58 of 202 ~ 28.71%

%40.59
%30.69
%28.71

CMYK color model

#523E3A color CMYK value is (0,24,29,68).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 29.27%
  • key color value is 67.84%
CMYK:
(0,24,29,68)
C0M24Y29K68 
(0%,24%,29%,68%)
(0.00/0.24/0.29/0.68)	

CMYK percentages

%0
%24.39
%29.27
%67.84

Codes

Color #523E3A in popluar color models

523E3A
RGB826258
HSL10°17.14%27.45%
HSB/HSV10°29.27%32.16%
CMYK0.00%24.39%29.27%
67.84%

Color #523E3A in popluar number systems.

HEX523E3A
Decimal826258
Binary1010010111110111010
Octal1227672

Shades and tints

Shades of #523E3A

#523E3A
(82,62,58)
#4B3935
(75,57,53)
#443430
(68,52,48)
#3D2F2B
(61,47,43)
#362A26
(54,42,38)
#2F2521
(47,37,33)
#28201C
(40,32,28)
#211B17
(33,27,23)
#1A1612
(26,22,18)
#13110D
(19,17,13)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #523E3A

#523E3A
(82,62,58)
#614F4B
(97,79,75)
#70605C
(112,96,92)
#7F716D
(127,113,109)
#8E827E
(142,130,126)
#9D938F
(157,147,143)
#ACA4A0
(172,164,160)
#BBB5B1
(187,181,177)
#CAC6C2
(202,198,194)
#D9D7D3
(217,215,211)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523E3A; }

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

This text font color is #523E3A.


Background Color

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

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

This div background color is #523E3A.


Border color

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

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

This div border color is #523E3A.


Opacity

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

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

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

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

This text has shadow with #523E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523E3A on black background.


Color preview on white background

This text has color #523E3A on white background.



Black color preview on #523E3A background

This text has black color on #523E3A background.


White color preview on #523E3A background

This text has white color on #523E3A background.