COLOR #523E47

HEX: #523E47
RGB: (82,62,71)

Color info

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

RGB color model

#523E47 color RGB value is (82,62,71).

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

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 71 of 255 = 28%

82
62
71

R + G + B ~ 28%. #523E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 62 + 71 = 215 (100%)
R 82 of 215 ~ 38.14%
G 62 of 215 ~ 28.84%
B 71 of 215 ~ 33.02%

%38.14
%28.84
%33.02

CMYK color model

#523E47 color CMYK value is (0,24,13,68).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 13.41%
  • key color value is 67.84%
CMYK:
(0,24,13,68)
C0M24Y13K68 
(0%,24%,13%,68%)
(0.00/0.24/0.13/0.68)	

CMYK percentages

%0
%24.39
%13.41
%67.84

Codes

Color #523E47 in popluar color models

523E47
RGB826271
HSL333°13.89%28.24%
HSB/HSV333°24.39%32.16%
CMYK0.00%24.39%13.41%
67.84%

Color #523E47 in popluar number systems.

HEX523E47
Decimal826271
Binary10100101111101000111
Octal12276107

Shades and tints

Shades of #523E47

#523E47
(82,62,71)
#4B3941
(75,57,65)
#44343B
(68,52,59)
#3D2F35
(61,47,53)
#362A2F
(54,42,47)
#2F2529
(47,37,41)
#282023
(40,32,35)
#211B1D
(33,27,29)
#1A1617
(26,22,23)
#131111
(19,17,17)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #523E47

#523E47
(82,62,71)
#614F57
(97,79,87)
#706067
(112,96,103)
#7F7177
(127,113,119)
#8E8287
(142,130,135)
#9D9397
(157,147,151)
#ACA4A7
(172,164,167)
#BBB5B7
(187,181,183)
#CAC6C7
(202,198,199)
#D9D7D7
(217,215,215)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523E47; }

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

This text font color is #523E47.


Background Color

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

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

This div background color is #523E47.


Border color

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

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

This div border color is #523E47.


Opacity

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

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

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

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

This text has shadow with #523E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523E47 on black background.


Color preview on white background

This text has color #523E47 on white background.



Black color preview on #523E47 background

This text has black color on #523E47 background.


White color preview on #523E47 background

This text has white color on #523E47 background.