COLOR #523A96

HEX: #523A96
RGB: (82,58,150)

Color info

#523A96 contains mainly blue color. Web safe color of #523A96 is #663399 (or #639).

RGB color model

#523A96 color RGB value is (82,58,150).

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

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 150 of 255 = 59%

82
58
150

R + G + B ~ 38%. #523A96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 58 + 150 = 290 (100%)
R 82 of 290 ~ 28.28%
G 58 of 290 ~ 20%
B 150 of 290 ~ 51.72%

%28.28
%20
%51.72

CMYK color model

#523A96 color CMYK value is (45,61,0,41).

  • cyan value is 45.33%
  • magenta value is 61.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(45,61,0,41)
C45M61Y0K41 
(45%,61%,0%,41%)
(0.45/0.61/0.00/0.41)	

CMYK percentages

%45.33
%61.33
%0
%41.18

Codes

Color #523A96 in popluar color models

523A96
RGB8258150
HSL256°44.23%40.78%
HSB/HSV256°61.33%58.82%
CMYK45.33%61.33%0.00%
41.18%

Color #523A96 in popluar number systems.

HEX523A96
Decimal8258150
Binary101001011101010010110
Octal12272226

Shades and tints

Shades of #523A96

#523A96
(82,58,150)
#4B3589
(75,53,137)
#44307C
(68,48,124)
#3D2B6F
(61,43,111)
#362662
(54,38,98)
#2F2155
(47,33,85)
#281C48
(40,28,72)
#21173B
(33,23,59)
#1A122E
(26,18,46)
#130D21
(19,13,33)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #523A96

#523A96
(82,58,150)
#614B9F
(97,75,159)
#705CA8
(112,92,168)
#7F6DB1
(127,109,177)
#8E7EBA
(142,126,186)
#9D8FC3
(157,143,195)
#ACA0CC
(172,160,204)
#BBB1D5
(187,177,213)
#CAC2DE
(202,194,222)
#D9D3E7
(217,211,231)
#E8E4F0
(232,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523A96; }

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

This text font color is #523A96.


Background Color

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

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

This div background color is #523A96.


Border color

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

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

This div border color is #523A96.


Opacity

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

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

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

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

This text has shadow with #523A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523A96 on black background.


Color preview on white background

This text has color #523A96 on white background.



Black color preview on #523A96 background

This text has black color on #523A96 background.


White color preview on #523A96 background

This text has white color on #523A96 background.