COLOR #520A2F

HEX: #520A2F
RGB: (82,10,47)

Color info

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

RGB color model

#520A2F color RGB value is (82,10,47).

  • red value is 82;
  • green value is 10;
  • blue value is 47.
RGB:
(82,10,47)
(32%,4%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 10 of 255 = 4%
B 47 of 255 = 18%

82
10
47

R + G + B ~ 18%. #520A2F is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 10 + 47 = 139 (100%)
R 82 of 139 ~ 58.99%
G 10 of 139 ~ 7.19%
B 47 of 139 ~ 33.81%

%58.99
%33.81

CMYK color model

#520A2F color CMYK value is (0,88,43,68).

  • cyan value is 0.00%
  • magenta value is 87.80%
  • yellow value is 42.68%
  • key color value is 67.84%
CMYK:
(0,88,43,68)
C0M88Y43K68 
(0%,88%,43%,68%)
(0.00/0.88/0.43/0.68)	

CMYK percentages

%0
%87.8
%42.68
%67.84

Codes

Color #520A2F in popluar color models

520A2F
RGB821047
HSL329°78.26%18.04%
HSB/HSV329°87.80%32.16%
CMYK0.00%87.80%42.68%
67.84%

Color #520A2F in popluar number systems.

HEX520A2F
Decimal821047
Binary10100101010101111
Octal1221257

Shades and tints

Shades of #520A2F

#520A2F
(82,10,47)
#4B0A2B
(75,10,43)
#440A27
(68,10,39)
#3D0A23
(61,10,35)
#360A1F
(54,10,31)
#2F0A1B
(47,10,27)
#280A17
(40,10,23)
#210A13
(33,10,19)
#1A0A0F
(26,10,15)
#130A0B
(19,10,11)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #520A2F

#520A2F
(82,10,47)
#612041
(97,32,65)
#703653
(112,54,83)
#7F4C65
(127,76,101)
#8E6277
(142,98,119)
#9D7889
(157,120,137)
#AC8E9B
(172,142,155)
#BBA4AD
(187,164,173)
#CABABF
(202,186,191)
#D9D0D1
(217,208,209)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520A2F color. Also use rgb(82,10,47) instead hex code.

Text Font Color

.myTextColor { color: #520A2F; }

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

This text font color is #520A2F.


Background Color

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

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

This div background color is #520A2F.


Border color

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

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

This div border color is #520A2F.


Opacity

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

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

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

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

This text has shadow with #520A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520A2F on black background.


Color preview on white background

This text has color #520A2F on white background.



Black color preview on #520A2F background

This text has black color on #520A2F background.


White color preview on #520A2F background

This text has white color on #520A2F background.