COLOR #521673

HEX: #521673
RGB: (82,22,115)

Color info

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

RGB color model

#521673 color RGB value is (82,22,115).

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

RGB channels and saturation

R 82 of 255 = 32%
G 22 of 255 = 9%
B 115 of 255 = 45%

82
22
115

R + G + B ~ 29%. #521673 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 22 + 115 = 219 (100%)
R 82 of 219 ~ 37.44%
G 22 of 219 ~ 10.05%
B 115 of 219 ~ 52.51%

%37.44
%10.05
%52.51

CMYK color model

#521673 color CMYK value is (29,81,0,55).

  • cyan value is 28.70%
  • magenta value is 80.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(29,81,0,55)
C29M81Y0K55 
(29%,81%,0%,55%)
(0.29/0.81/0.00/0.55)	

CMYK percentages

%28.7
%80.87
%0
%54.9

Codes

Color #521673 in popluar color models

521673
RGB8222115
HSL279°67.88%26.86%
HSB/HSV279°80.87%45.10%
CMYK28.70%80.87%0.00%
54.90%

Color #521673 in popluar number systems.

HEX521673
Decimal8222115
Binary1010010101101110011
Octal12226163

Shades and tints

Shades of #521673

#521673
(82,22,115)
#4B1469
(75,20,105)
#44125F
(68,18,95)
#3D1055
(61,16,85)
#360E4B
(54,14,75)
#2F0C41
(47,12,65)
#280A37
(40,10,55)
#21082D
(33,8,45)
#1A0623
(26,6,35)
#130419
(19,4,25)
#0C020F
(12,2,15)
#000000
(0,0,0)

Tints of #521673

#521673
(82,22,115)
#612B7F
(97,43,127)
#70408B
(112,64,139)
#7F5597
(127,85,151)
#8E6AA3
(142,106,163)
#9D7FAF
(157,127,175)
#AC94BB
(172,148,187)
#BBA9C7
(187,169,199)
#CABED3
(202,190,211)
#D9D3DF
(217,211,223)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521673; }

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

This text font color is #521673.


Background Color

.myBgColor { background-color: #521673; }

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

This div background color is #521673.


Border color

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

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

This div border color is #521673.


Opacity

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

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

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

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

This text has shadow with #521673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521673 on black background.


Color preview on white background

This text has color #521673 on white background.



Black color preview on #521673 background

This text has black color on #521673 background.


White color preview on #521673 background

This text has white color on #521673 background.