COLOR #523AA7

HEX: #523AA7
RGB: (82,58,167)

Color info

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

RGB color model

#523AA7 color RGB value is (82,58,167).

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

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 167 of 255 = 65%

82
58
167

R + G + B ~ 40%. #523AA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 58 + 167 = 307 (100%)
R 82 of 307 ~ 26.71%
G 58 of 307 ~ 18.89%
B 167 of 307 ~ 54.4%

%26.71
%18.89
%54.4

CMYK color model

#523AA7 color CMYK value is (51,65,0,35).

  • cyan value is 50.90%
  • magenta value is 65.27%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(51,65,0,35)
C51M65Y0K35 
(51%,65%,0%,35%)
(0.51/0.65/0.00/0.35)	

CMYK percentages

%50.9
%65.27
%0
%34.51

Codes

Color #523AA7 in popluar color models

523AA7
RGB8258167
HSL253°48.44%44.12%
HSB/HSV253°65.27%65.49%
CMYK50.90%65.27%0.00%
34.51%

Color #523AA7 in popluar number systems.

HEX523AA7
Decimal8258167
Binary101001011101010100111
Octal12272247

Shades and tints

Shades of #523AA7

#523AA7
(82,58,167)
#4B3598
(75,53,152)
#443089
(68,48,137)
#3D2B7A
(61,43,122)
#36266B
(54,38,107)
#2F215C
(47,33,92)
#281C4D
(40,28,77)
#21173E
(33,23,62)
#1A122F
(26,18,47)
#130D20
(19,13,32)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #523AA7

#523AA7
(82,58,167)
#614BAF
(97,75,175)
#705CB7
(112,92,183)
#7F6DBF
(127,109,191)
#8E7EC7
(142,126,199)
#9D8FCF
(157,143,207)
#ACA0D7
(172,160,215)
#BBB1DF
(187,177,223)
#CAC2E7
(202,194,231)
#D9D3EF
(217,211,239)
#E8E4F7
(232,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523AA7; }

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

This text font color is #523AA7.


Background Color

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

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

This div background color is #523AA7.


Border color

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

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

This div border color is #523AA7.


Opacity

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

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

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

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

This text has shadow with #523AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523AA7 on black background.


Color preview on white background

This text has color #523AA7 on white background.



Black color preview on #523AA7 background

This text has black color on #523AA7 background.


White color preview on #523AA7 background

This text has white color on #523AA7 background.