COLOR #520B3A

HEX: #520B3A RGB: (82,11,58)

Color info

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

RGB color model

#520B3A color RGB value is (82,11,58).

RGB: (82,11,58) (32%, 4%, 23%)

RGB channels and saturation

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

82
11
58

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

Portions of RGB colors in percentages

R + G + B = 82 + 11 + 58 = 151 (100%)
R 82 of 151 ~ 54.3%
G 11 of 151 ~ 7.28%
B 58 of 151 ~ 38.41'%

%54.3
%38.41

CMYK color model

#520B3A color CMYK value is (0,87,29,68).

  • cyan value is 0.00%
  • magenta value is 86.59%
  • yellow value is 29.27%
  • key color value is 67.84%

CMYK: (0,87,29,68)
C0M87Y29K68 (0%, 87%, 29%, 68%)
(0.00 / 0.87 / 0.29 / 0.68)

CMYK percentages

%0
%86.59
%29.27
%67.84

Codes

Color #520B3A in popluar color models

52 0B 3A
RGB 82 11 58
HSL 320° 76.34% 18.24%
HSB/HSV 320° 86.59% 32.16%
CMYK 0.00% 86.59% 29.27%
67.84%

Color #520B3A in popluar number systems.

HEX 52 0B 3A
Decimal 82 11 58
Binary 1010010 1011 111010
Octal 122 13 72

Shades and tints

Shades of #520B3A

#520B3A
(82,11,58)
#4B0A35
(75,10,53)
#440930
(68,9,48)
#3D082B
(61,8,43)
#360726
(54,7,38)
#2F0621
(47,6,33)
#28051C
(40,5,28)
#210417
(33,4,23)
#1A0312
(26,3,18)
#13020D
(19,2,13)
#0C0108
(12,1,8)
#000000
(0,0,0)

Tints of #520B3A

#520B3A
(82,11,58)
#61214B
(97,33,75)
#70375C
(112,55,92)
#7F4D6D
(127,77,109)
#8E637E
(142,99,126)
#9D798F
(157,121,143)
#AC8FA0
(172,143,160)
#BBA5B1
(187,165,177)
#CABBC2
(202,187,194)
#D9D1D3
(217,209,211)
#E8E7E4
(232,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520B3A; }

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

This text font color is #520B3A.

Background Color

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

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

This div background color is #520B3A.

Border color

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

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

This div border color is #520B3A.

Opacity

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

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

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

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

This text has shadow with #520B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520B3A.

Preview

Color preview on black background

This text has color #520B3A on black background.


Color preview on white background

This text has color #520B3A on white background.


Black color preview on #520B3A background

This text has black color on #520B3A background.


White color preview on #520B3A background

This text has white color on #520B3A background.


Related colors

Complementary color

Complementary color for #hex is #ADF4C5.


I love getcolorcode.com

Triadic colors

1 #3A520B and #0B3A52 with #520B3A are triadic colors.

2 #3A0B52 and #0B523A with #520B3A are triadic colors.