COLOR #523A83

HEX: #523A83
RGB: (82,58,131)

Color info

#523A83 contains mainly red and blue colors. Web safe color of #523A83 is #663399 (or #639).

RGB color model

#523A83 color RGB value is (82,58,131).

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

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 131 of 255 = 51%

82
58
131

R + G + B ~ 35%. #523A83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 58 + 131 = 271 (100%)
R 82 of 271 ~ 30.26%
G 58 of 271 ~ 21.4%
B 131 of 271 ~ 48.34%

%30.26
%21.4
%48.34

CMYK color model

#523A83 color CMYK value is (37,56,0,49).

  • cyan value is 37.40%
  • magenta value is 55.73%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(37,56,0,49)
C37M56Y0K49 
(37%,56%,0%,49%)
(0.37/0.56/0.00/0.49)	

CMYK percentages

%37.4
%55.73
%0
%48.63

Codes

Color #523A83 in popluar color models

523A83
RGB8258131
HSL260°38.62%37.06%
HSB/HSV260°55.73%51.37%
CMYK37.40%55.73%0.00%
48.63%

Color #523A83 in popluar number systems.

HEX523A83
Decimal8258131
Binary101001011101010000011
Octal12272203

Shades and tints

Shades of #523A83

#523A83
(82,58,131)
#4B3578
(75,53,120)
#44306D
(68,48,109)
#3D2B62
(61,43,98)
#362657
(54,38,87)
#2F214C
(47,33,76)
#281C41
(40,28,65)
#211736
(33,23,54)
#1A122B
(26,18,43)
#130D20
(19,13,32)
#0C0815
(12,8,21)
#000000
(0,0,0)

Tints of #523A83

#523A83
(82,58,131)
#614B8E
(97,75,142)
#705C99
(112,92,153)
#7F6DA4
(127,109,164)
#8E7EAF
(142,126,175)
#9D8FBA
(157,143,186)
#ACA0C5
(172,160,197)
#BBB1D0
(187,177,208)
#CAC2DB
(202,194,219)
#D9D3E6
(217,211,230)
#E8E4F1
(232,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523A83; }

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

This text font color is #523A83.


Background Color

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

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

This div background color is #523A83.


Border color

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

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

This div border color is #523A83.


Opacity

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

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

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

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

This text has shadow with #523A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523A83 on black background.


Color preview on white background

This text has color #523A83 on white background.



Black color preview on #523A83 background

This text has black color on #523A83 background.


White color preview on #523A83 background

This text has white color on #523A83 background.