COLOR #520B2F

HEX: #520B2F
RGB: (82,11,47)

Color info

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

RGB color model

#520B2F color RGB value is (82,11,47).

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

RGB channels and saturation

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

82
11
47

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

Portions of RGB colors in percentages

R + G + B =
82 + 11 + 47 = 140 (100%)
R 82 of 140 ~ 58.57%
G 11 of 140 ~ 7.86%
B 47 of 140 ~ 33.57%

%58.57
%33.57

CMYK color model

#520B2F color CMYK value is (0,87,43,68).

  • cyan value is 0.00%
  • magenta value is 86.59%
  • yellow value is 42.68%
  • key color value is 67.84%
CMYK:
(0,87,43,68)
C0M87Y43K68 
(0%,87%,43%,68%)
(0.00/0.87/0.43/0.68)	

CMYK percentages

%0
%86.59
%42.68
%67.84

Codes

Color #520B2F in popluar color models

520B2F
RGB821147
HSL330°76.34%18.24%
HSB/HSV330°86.59%32.16%
CMYK0.00%86.59%42.68%
67.84%

Color #520B2F in popluar number systems.

HEX520B2F
Decimal821147
Binary10100101011101111
Octal1221357

Shades and tints

Shades of #520B2F

#520B2F
(82,11,47)
#4B0A2B
(75,10,43)
#440927
(68,9,39)
#3D0823
(61,8,35)
#36071F
(54,7,31)
#2F061B
(47,6,27)
#280517
(40,5,23)
#210413
(33,4,19)
#1A030F
(26,3,15)
#13020B
(19,2,11)
#0C0107
(12,1,7)
#000000
(0,0,0)

Tints of #520B2F

#520B2F
(82,11,47)
#612141
(97,33,65)
#703753
(112,55,83)
#7F4D65
(127,77,101)
#8E6377
(142,99,119)
#9D7989
(157,121,137)
#AC8F9B
(172,143,155)
#BBA5AD
(187,165,173)
#CABBBF
(202,187,191)
#D9D1D1
(217,209,209)
#E8E7E3
(232,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520B2F; }

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

This text font color is #520B2F.


Background Color

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

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

This div background color is #520B2F.


Border color

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

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

This div border color is #520B2F.


Opacity

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

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

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

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

This text has shadow with #520B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520B2F on black background.


Color preview on white background

This text has color #520B2F on white background.



Black color preview on #520B2F background

This text has black color on #520B2F background.


White color preview on #520B2F background

This text has white color on #520B2F background.