COLOR #523C59

HEX: #523C59
RGB: (82,60,89)

Color info

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

RGB color model

#523C59 color RGB value is (82,60,89).

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

RGB channels and saturation

R 82 of 255 = 32%
G 60 of 255 = 24%
B 89 of 255 = 35%

82
60
89

R + G + B ~ 30%. #523C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 60 + 89 = 231 (100%)
R 82 of 231 ~ 35.5%
G 60 of 231 ~ 25.97%
B 89 of 231 ~ 38.53%

%35.5
%25.97
%38.53

CMYK color model

#523C59 color CMYK value is (8,33,0,65).

  • cyan value is 7.87%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(8,33,0,65)
C8M33Y0K65 
(8%,33%,0%,65%)
(0.08/0.33/0.00/0.65)	

CMYK percentages

%7.87
%32.58
%0
%65.1

Codes

Color #523C59 in popluar color models

523C59
RGB826089
HSL286°19.46%29.22%
HSB/HSV286°32.58%34.90%
CMYK7.87%32.58%0.00%
65.10%

Color #523C59 in popluar number systems.

HEX523C59
Decimal826089
Binary10100101111001011001
Octal12274131

Shades and tints

Shades of #523C59

#523C59
(82,60,89)
#4B3751
(75,55,81)
#443249
(68,50,73)
#3D2D41
(61,45,65)
#362839
(54,40,57)
#2F2331
(47,35,49)
#281E29
(40,30,41)
#211921
(33,25,33)
#1A1419
(26,20,25)
#130F11
(19,15,17)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #523C59

#523C59
(82,60,89)
#614D68
(97,77,104)
#705E77
(112,94,119)
#7F6F86
(127,111,134)
#8E8095
(142,128,149)
#9D91A4
(157,145,164)
#ACA2B3
(172,162,179)
#BBB3C2
(187,179,194)
#CAC4D1
(202,196,209)
#D9D5E0
(217,213,224)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523C59; }

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

This text font color is #523C59.


Background Color

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

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

This div background color is #523C59.


Border color

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

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

This div border color is #523C59.


Opacity

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

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

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

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

This text has shadow with #523C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523C59 on black background.


Color preview on white background

This text has color #523C59 on white background.



Black color preview on #523C59 background

This text has black color on #523C59 background.


White color preview on #523C59 background

This text has white color on #523C59 background.