COLOR #520D2B

HEX: #520D2B
RGB: (82,13,43)

Color info

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

RGB color model

#520D2B color RGB value is (82,13,43).

  • red value is 82;
  • green value is 13;
  • blue value is 43.
RGB:
(82,13,43)
(32%,5%,17%)

RGB channels and saturation

R 82 of 255 = 32%
G 13 of 255 = 5%
B 43 of 255 = 17%

82
13
43

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

Portions of RGB colors in percentages

R + G + B =
82 + 13 + 43 = 138 (100%)
R 82 of 138 ~ 59.42%
G 13 of 138 ~ 9.42%
B 43 of 138 ~ 31.16%

%59.42
%31.16

CMYK color model

#520D2B color CMYK value is (0,84,48,68).

  • cyan value is 0.00%
  • magenta value is 84.15%
  • yellow value is 47.56%
  • key color value is 67.84%
CMYK:
(0,84,48,68)
C0M84Y48K68 
(0%,84%,48%,68%)
(0.00/0.84/0.48/0.68)	

CMYK percentages

%0
%84.15
%47.56
%67.84

Codes

Color #520D2B in popluar color models

520D2B
RGB821343
HSL334°72.63%18.63%
HSB/HSV334°84.15%32.16%
CMYK0.00%84.15%47.56%
67.84%

Color #520D2B in popluar number systems.

HEX520D2B
Decimal821343
Binary10100101101101011
Octal1221553

Shades and tints

Shades of #520D2B

#520D2B
(82,13,43)
#4B0C28
(75,12,40)
#440B25
(68,11,37)
#3D0A22
(61,10,34)
#36091F
(54,9,31)
#2F081C
(47,8,28)
#280719
(40,7,25)
#210616
(33,6,22)
#1A0513
(26,5,19)
#130410
(19,4,16)
#0C030D
(12,3,13)
#000000
(0,0,0)

Tints of #520D2B

#520D2B
(82,13,43)
#61233E
(97,35,62)
#703951
(112,57,81)
#7F4F64
(127,79,100)
#8E6577
(142,101,119)
#9D7B8A
(157,123,138)
#AC919D
(172,145,157)
#BBA7B0
(187,167,176)
#CABDC3
(202,189,195)
#D9D3D6
(217,211,214)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520D2B color. Also use rgb(82,13,43) instead hex code.

Text Font Color

.myTextColor { color: #520D2B; }

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

This text font color is #520D2B.


Background Color

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

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

This div background color is #520D2B.


Border color

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

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

This div border color is #520D2B.


Opacity

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

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

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

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

This text has shadow with #520D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D2B on black background.


Color preview on white background

This text has color #520D2B on white background.



Black color preview on #520D2B background

This text has black color on #520D2B background.


White color preview on #520D2B background

This text has white color on #520D2B background.