COLOR #523C4E

HEX: #523C4E
RGB: (82,60,78)

Color info

#523C4E contains red, green and blue colors in about the same proportion. Web safe color of #523C4E is #663366 (or #636).

RGB color model

#523C4E color RGB value is (82,60,78).

  • red value is 82;
  • green value is 60;
  • blue value is 78.
RGB:
(82,60,78)
(32%,24%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 60 of 255 = 24%
B 78 of 255 = 31%

82
60
78

R + G + B ~ 29%. #523C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 60 + 78 = 220 (100%)
R 82 of 220 ~ 37.27%
G 60 of 220 ~ 27.27%
B 78 of 220 ~ 35.45%

%37.27
%27.27
%35.45

CMYK color model

#523C4E color CMYK value is (0,27,5,68).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 4.88%
  • key color value is 67.84%
CMYK:
(0,27,5,68)
C0M27Y5K68 
(0%,27%,5%,68%)
(0.00/0.27/0.05/0.68)	

CMYK percentages

%0
%26.83
%4.88
%67.84

Codes

Color #523C4E in popluar color models

523C4E
RGB826078
HSL311°15.49%27.84%
HSB/HSV311°26.83%32.16%
CMYK0.00%26.83%4.88%
67.84%

Color #523C4E in popluar number systems.

HEX523C4E
Decimal826078
Binary10100101111001001110
Octal12274116

Shades and tints

Shades of #523C4E

#523C4E
(82,60,78)
#4B3747
(75,55,71)
#443240
(68,50,64)
#3D2D39
(61,45,57)
#362832
(54,40,50)
#2F232B
(47,35,43)
#281E24
(40,30,36)
#21191D
(33,25,29)
#1A1416
(26,20,22)
#130F0F
(19,15,15)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #523C4E

#523C4E
(82,60,78)
#614D5E
(97,77,94)
#705E6E
(112,94,110)
#7F6F7E
(127,111,126)
#8E808E
(142,128,142)
#9D919E
(157,145,158)
#ACA2AE
(172,162,174)
#BBB3BE
(187,179,190)
#CAC4CE
(202,196,206)
#D9D5DE
(217,213,222)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523C4E color. Also use rgb(82,60,78) instead hex code.

Text Font Color

.myTextColor { color: #523C4E; }

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

This text font color is #523C4E.


Background Color

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

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

This div background color is #523C4E.


Border color

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

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

This div border color is #523C4E.


Opacity

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

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

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

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

This text has shadow with #523C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523C4E on black background.


Color preview on white background

This text has color #523C4E on white background.



Black color preview on #523C4E background

This text has black color on #523C4E background.


White color preview on #523C4E background

This text has white color on #523C4E background.