COLOR #520673

HEX: #520673
RGB: (82,6,115)

Color info

#520673 contains mainly red and blue colors. Web safe color of #520673 is #660066 (or #606).

RGB color model

#520673 color RGB value is (82,6,115).

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

RGB channels and saturation

R 82 of 255 = 32%
G 6 of 255 = 2%
B 115 of 255 = 45%

82
6
115

R + G + B ~ 26%. #520673 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 6 + 115 = 203 (100%)
R 82 of 203 ~ 40.39%
G 6 of 203 ~ 2.96%
B 115 of 203 ~ 56.65%

%40.39
%56.65

CMYK color model

#520673 color CMYK value is (29,95,0,55).

  • cyan value is 28.70%
  • magenta value is 94.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(29,95,0,55)
C29M95Y0K55 
(29%,95%,0%,55%)
(0.29/0.95/0.00/0.55)	

CMYK percentages

%28.7
%94.78
%0
%54.9

Codes

Color #520673 in popluar color models

520673
RGB826115
HSL282°90.08%23.73%
HSB/HSV282°94.78%45.10%
CMYK28.70%94.78%0.00%
54.90%

Color #520673 in popluar number systems.

HEX520673
Decimal826115
Binary10100101101110011
Octal1226163

Shades and tints

Shades of #520673

#520673
(82,6,115)
#4B0669
(75,6,105)
#44065F
(68,6,95)
#3D0655
(61,6,85)
#36064B
(54,6,75)
#2F0641
(47,6,65)
#280637
(40,6,55)
#21062D
(33,6,45)
#1A0623
(26,6,35)
#130619
(19,6,25)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #520673

#520673
(82,6,115)
#611C7F
(97,28,127)
#70328B
(112,50,139)
#7F4897
(127,72,151)
#8E5EA3
(142,94,163)
#9D74AF
(157,116,175)
#AC8ABB
(172,138,187)
#BBA0C7
(187,160,199)
#CAB6D3
(202,182,211)
#D9CCDF
(217,204,223)
#E8E2EB
(232,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520673; }

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

This text font color is #520673.


Background Color

.myBgColor { background-color: #520673; }

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

This div background color is #520673.


Border color

.myBorderColor { border: 1px solid #520673; }

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

This div border color is #520673.


Opacity

.myOpacity80 { color: #520673; opacity: 0.8; }

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

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

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

This text has shadow with #520673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520673 on black background.


Color preview on white background

This text has color #520673 on white background.



Black color preview on #520673 background

This text has black color on #520673 background.


White color preview on #520673 background

This text has white color on #520673 background.