COLOR #520B3B

HEX: #520B3B
RGB: (82,11,59)

Color info

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

RGB color model

#520B3B color RGB value is (82,11,59).

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

RGB channels and saturation

R 82 of 255 = 32%
G 11 of 255 = 4%
B 59 of 255 = 23%

82
11
59

R + G + B ~ 20%. #520B3B is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 11 + 59 = 152 (100%)
R 82 of 152 ~ 53.95%
G 11 of 152 ~ 7.24%
B 59 of 152 ~ 38.82%

%53.95
%38.82

CMYK color model

#520B3B color CMYK value is (0,87,28,68).

  • cyan value is 0.00%
  • magenta value is 86.59%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK:
(0,87,28,68)
C0M87Y28K68 
(0%,87%,28%,68%)
(0.00/0.87/0.28/0.68)	

CMYK percentages

%0
%86.59
%28.05
%67.84

Codes

Color #520B3B in popluar color models

520B3B
RGB821159
HSL319°76.34%18.24%
HSB/HSV319°86.59%32.16%
CMYK0.00%86.59%28.05%
67.84%

Color #520B3B in popluar number systems.

HEX520B3B
Decimal821159
Binary10100101011111011
Octal1221373

Shades and tints

Shades of #520B3B

#520B3B
(82,11,59)
#4B0A36
(75,10,54)
#440931
(68,9,49)
#3D082C
(61,8,44)
#360727
(54,7,39)
#2F0622
(47,6,34)
#28051D
(40,5,29)
#210418
(33,4,24)
#1A0313
(26,3,19)
#13020E
(19,2,14)
#0C0109
(12,1,9)
#000000
(0,0,0)

Tints of #520B3B

#520B3B
(82,11,59)
#61214C
(97,33,76)
#70375D
(112,55,93)
#7F4D6E
(127,77,110)
#8E637F
(142,99,127)
#9D7990
(157,121,144)
#AC8FA1
(172,143,161)
#BBA5B2
(187,165,178)
#CABBC3
(202,187,195)
#D9D1D4
(217,209,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520B3B; }

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

This text font color is #520B3B.


Background Color

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

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

This div background color is #520B3B.


Border color

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

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

This div border color is #520B3B.


Opacity

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

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

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

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

This text has shadow with #520B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520B3B on black background.


Color preview on white background

This text has color #520B3B on white background.



Black color preview on #520B3B background

This text has black color on #520B3B background.


White color preview on #520B3B background

This text has white color on #520B3B background.