COLOR #523A73

HEX: #523A73
RGB: (82,58,115)

Color info

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

RGB color model

#523A73 color RGB value is (82,58,115).

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

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 115 of 255 = 45%

82
58
115

R + G + B ~ 33%. #523A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 58 + 115 = 255 (100%)
R 82 of 255 ~ 32.16%
G 58 of 255 ~ 22.75%
B 115 of 255 ~ 45.1%

%32.16
%22.75
%45.1

CMYK color model

#523A73 color CMYK value is (29,50,0,55).

  • cyan value is 28.70%
  • magenta value is 49.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(29,50,0,55)
C29M50Y0K55 
(29%,50%,0%,55%)
(0.29/0.50/0.00/0.55)	

CMYK percentages

%28.7
%49.57
%0
%54.9

Codes

Color #523A73 in popluar color models

523A73
RGB8258115
HSL265°32.95%33.92%
HSB/HSV265°49.57%45.10%
CMYK28.70%49.57%0.00%
54.90%

Color #523A73 in popluar number systems.

HEX523A73
Decimal8258115
Binary10100101110101110011
Octal12272163

Shades and tints

Shades of #523A73

#523A73
(82,58,115)
#4B3569
(75,53,105)
#44305F
(68,48,95)
#3D2B55
(61,43,85)
#36264B
(54,38,75)
#2F2141
(47,33,65)
#281C37
(40,28,55)
#21172D
(33,23,45)
#1A1223
(26,18,35)
#130D19
(19,13,25)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #523A73

#523A73
(82,58,115)
#614B7F
(97,75,127)
#705C8B
(112,92,139)
#7F6D97
(127,109,151)
#8E7EA3
(142,126,163)
#9D8FAF
(157,143,175)
#ACA0BB
(172,160,187)
#BBB1C7
(187,177,199)
#CAC2D3
(202,194,211)
#D9D3DF
(217,211,223)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523A73; }

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

This text font color is #523A73.


Background Color

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

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

This div background color is #523A73.


Border color

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

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

This div border color is #523A73.


Opacity

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

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

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

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

This text has shadow with #523A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523A73 on black background.


Color preview on white background

This text has color #523A73 on white background.



Black color preview on #523A73 background

This text has black color on #523A73 background.


White color preview on #523A73 background

This text has white color on #523A73 background.