COLOR #520F46

HEX: #520F46
RGB: (82,15,70)

Color info

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

RGB color model

#520F46 color RGB value is (82,15,70).

  • red value is 82;
  • green value is 15;
  • blue value is 70.
RGB:
(82,15,70)
(32%,6%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 15 of 255 = 6%
B 70 of 255 = 27%

82
15
70

R + G + B ~ 22%. #520F46 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 15 + 70 = 167 (100%)
R 82 of 167 ~ 49.1%
G 15 of 167 ~ 8.98%
B 70 of 167 ~ 41.92%

%49.1
%41.92

CMYK color model

#520F46 color CMYK value is (0,82,15,68).

  • cyan value is 0.00%
  • magenta value is 81.71%
  • yellow value is 14.63%
  • key color value is 67.84%
CMYK:
(0,82,15,68)
C0M82Y15K68 
(0%,82%,15%,68%)
(0.00/0.82/0.15/0.68)	

CMYK percentages

%0
%81.71
%14.63
%67.84

Codes

Color #520F46 in popluar color models

520F46
RGB821570
HSL311°69.07%19.02%
HSB/HSV311°81.71%32.16%
CMYK0.00%81.71%14.63%
67.84%

Color #520F46 in popluar number systems.

HEX520F46
Decimal821570
Binary101001011111000110
Octal12217106

Shades and tints

Shades of #520F46

#520F46
(82,15,70)
#4B0E40
(75,14,64)
#440D3A
(68,13,58)
#3D0C34
(61,12,52)
#360B2E
(54,11,46)
#2F0A28
(47,10,40)
#280922
(40,9,34)
#21081C
(33,8,28)
#1A0716
(26,7,22)
#130610
(19,6,16)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #520F46

#520F46
(82,15,70)
#612456
(97,36,86)
#703966
(112,57,102)
#7F4E76
(127,78,118)
#8E6386
(142,99,134)
#9D7896
(157,120,150)
#AC8DA6
(172,141,166)
#BBA2B6
(187,162,182)
#CAB7C6
(202,183,198)
#D9CCD6
(217,204,214)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520F46 color. Also use rgb(82,15,70) instead hex code.

Text Font Color

.myTextColor { color: #520F46; }

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

This text font color is #520F46.


Background Color

.myBgColor { background-color: #520F46; }

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

This div background color is #520F46.


Border color

.myBorderColor { border: 1px solid #520F46; }

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

This div border color is #520F46.


Opacity

.myOpacity80 { color: #520F46; opacity: 0.8; }

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

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

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

This text has shadow with #520F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520F46 on black background.


Color preview on white background

This text has color #520F46 on white background.



Black color preview on #520F46 background

This text has black color on #520F46 background.


White color preview on #520F46 background

This text has white color on #520F46 background.