COLOR #520349

HEX: #520349
RGB: (82,3,73)

Color info

#520349 contains mainly red and blue colors. Web safe color of #520349 is #660033 (or #603).

RGB color model

#520349 color RGB value is (82,3,73).

  • red value is 82;
  • green value is 3;
  • blue value is 73.
RGB:
(82,3,73)
(32%,1%,29%)

RGB channels and saturation

R 82 of 255 = 32%
G 3 of 255 = 1%
B 73 of 255 = 29%

82
3
73

R + G + B ~ 21%. #520349 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 3 + 73 = 158 (100%)
R 82 of 158 ~ 51.9%
G 3 of 158 ~ 1.9%
B 73 of 158 ~ 46.2%

%51.9
%46.2

CMYK color model

#520349 color CMYK value is (0,96,11,68).

  • cyan value is 0.00%
  • magenta value is 96.34%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(0,96,11,68)
C0M96Y11K68 
(0%,96%,11%,68%)
(0.00/0.96/0.11/0.68)	

CMYK percentages

%0
%96.34
%10.98
%67.84

Codes

Color #520349 in popluar color models

520349
RGB82373
HSL307°92.94%16.67%
HSB/HSV307°96.34%32.16%
CMYK0.00%96.34%10.98%
67.84%

Color #520349 in popluar number systems.

HEX520349
Decimal82373
Binary1010010111001001
Octal1223111

Shades and tints

Shades of #520349

#520349
(82,3,73)
#4B0343
(75,3,67)
#44033D
(68,3,61)
#3D0337
(61,3,55)
#360331
(54,3,49)
#2F032B
(47,3,43)
#280325
(40,3,37)
#21031F
(33,3,31)
#1A0319
(26,3,25)
#130313
(19,3,19)
#0C030D
(12,3,13)
#000000
(0,0,0)

Tints of #520349

#520349
(82,3,73)
#611959
(97,25,89)
#702F69
(112,47,105)
#7F4579
(127,69,121)
#8E5B89
(142,91,137)
#9D7199
(157,113,153)
#AC87A9
(172,135,169)
#BB9DB9
(187,157,185)
#CAB3C9
(202,179,201)
#D9C9D9
(217,201,217)
#E8DFE9
(232,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520349 color. Also use rgb(82,3,73) instead hex code.

Text Font Color

.myTextColor { color: #520349; }

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

This text font color is #520349.


Background Color

.myBgColor { background-color: #520349; }

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

This div background color is #520349.


Border color

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

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

This div border color is #520349.


Opacity

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

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

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

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

This text has shadow with #520349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520349 on black background.


Color preview on white background

This text has color #520349 on white background.



Black color preview on #520349 background

This text has black color on #520349 background.


White color preview on #520349 background

This text has white color on #520349 background.