COLOR #520B4B

HEX: #520B4B
RGB: (82,11,75)

Color info

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

RGB color model

#520B4B color RGB value is (82,11,75).

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

RGB channels and saturation

R 82 of 255 = 32%
G 11 of 255 = 4%
B 75 of 255 = 29%

82
11
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 11 + 75 = 168 (100%)
R 82 of 168 ~ 48.81%
G 11 of 168 ~ 6.55%
B 75 of 168 ~ 44.64%

%48.81
%44.64

CMYK color model

#520B4B color CMYK value is (0,87,9,68).

  • cyan value is 0.00%
  • magenta value is 86.59%
  • yellow value is 8.54%
  • key color value is 67.84%
CMYK:
(0,87,9,68)
C0M87Y9K68 
(0%,87%,9%,68%)
(0.00/0.87/0.09/0.68)	

CMYK percentages

%0
%86.59
%8.54
%67.84

Codes

Color #520B4B in popluar color models

520B4B
RGB821175
HSL306°76.34%18.24%
HSB/HSV306°86.59%32.16%
CMYK0.00%86.59%8.54%
67.84%

Color #520B4B in popluar number systems.

HEX520B4B
Decimal821175
Binary101001010111001011
Octal12213113

Shades and tints

Shades of #520B4B

#520B4B
(82,11,75)
#4B0A45
(75,10,69)
#44093F
(68,9,63)
#3D0839
(61,8,57)
#360733
(54,7,51)
#2F062D
(47,6,45)
#280527
(40,5,39)
#210421
(33,4,33)
#1A031B
(26,3,27)
#130215
(19,2,21)
#0C010F
(12,1,15)
#000000
(0,0,0)

Tints of #520B4B

#520B4B
(82,11,75)
#61215B
(97,33,91)
#70376B
(112,55,107)
#7F4D7B
(127,77,123)
#8E638B
(142,99,139)
#9D799B
(157,121,155)
#AC8FAB
(172,143,171)
#BBA5BB
(187,165,187)
#CABBCB
(202,187,203)
#D9D1DB
(217,209,219)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520B4B; }

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

This text font color is #520B4B.


Background Color

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

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

This div background color is #520B4B.


Border color

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

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

This div border color is #520B4B.


Opacity

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

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

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

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

This text has shadow with #520B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520B4B on black background.


Color preview on white background

This text has color #520B4B on white background.



Black color preview on #520B4B background

This text has black color on #520B4B background.


White color preview on #520B4B background

This text has white color on #520B4B background.