COLOR #523C58

HEX: #523C58
RGB: (82,60,88)

Color info

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

RGB color model

#523C58 color RGB value is (82,60,88).

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

RGB channels and saturation

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

82
60
88

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

Portions of RGB colors in percentages

R + G + B =
82 + 60 + 88 = 230 (100%)
R 82 of 230 ~ 35.65%
G 60 of 230 ~ 26.09%
B 88 of 230 ~ 38.26%

%35.65
%26.09
%38.26

CMYK color model

#523C58 color CMYK value is (7,32,0,65).

  • cyan value is 6.82%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(7,32,0,65)
C7M32Y0K65 
(7%,32%,0%,65%)
(0.07/0.32/0.00/0.65)	

CMYK percentages

%6.82
%31.82
%0
%65.49

Codes

Color #523C58 in popluar color models

523C58
RGB826088
HSL287°18.92%29.02%
HSB/HSV287°31.82%34.51%
CMYK6.82%31.82%0.00%
65.49%

Color #523C58 in popluar number systems.

HEX523C58
Decimal826088
Binary10100101111001011000
Octal12274130

Shades and tints

Shades of #523C58

#523C58
(82,60,88)
#4B3750
(75,55,80)
#443248
(68,50,72)
#3D2D40
(61,45,64)
#362838
(54,40,56)
#2F2330
(47,35,48)
#281E28
(40,30,40)
#211920
(33,25,32)
#1A1418
(26,20,24)
#130F10
(19,15,16)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #523C58

#523C58
(82,60,88)
#614D67
(97,77,103)
#705E76
(112,94,118)
#7F6F85
(127,111,133)
#8E8094
(142,128,148)
#9D91A3
(157,145,163)
#ACA2B2
(172,162,178)
#BBB3C1
(187,179,193)
#CAC4D0
(202,196,208)
#D9D5DF
(217,213,223)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523C58; }

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

This text font color is #523C58.


Background Color

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

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

This div background color is #523C58.


Border color

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

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

This div border color is #523C58.


Opacity

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

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

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

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

This text has shadow with #523C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523C58 on black background.


Color preview on white background

This text has color #523C58 on white background.



Black color preview on #523C58 background

This text has black color on #523C58 background.


White color preview on #523C58 background

This text has white color on #523C58 background.