COLOR #520B38

HEX: #520B38
RGB: (82,11,56)

Color info

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

RGB color model

#520B38 color RGB value is (82,11,56).

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

RGB channels and saturation

R 82 of 255 = 32%
G 11 of 255 = 4%
B 56 of 255 = 22%

82
11
56

R + G + B ~ 19%. #520B38 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 11 + 56 = 149 (100%)
R 82 of 149 ~ 55.03%
G 11 of 149 ~ 7.38%
B 56 of 149 ~ 37.58%

%55.03
%37.58

CMYK color model

#520B38 color CMYK value is (0,87,32,68).

  • cyan value is 0.00%
  • magenta value is 86.59%
  • yellow value is 31.71%
  • key color value is 67.84%
CMYK:
(0,87,32,68)
C0M87Y32K68 
(0%,87%,32%,68%)
(0.00/0.87/0.32/0.68)	

CMYK percentages

%0
%86.59
%31.71
%67.84

Codes

Color #520B38 in popluar color models

520B38
RGB821156
HSL322°76.34%18.24%
HSB/HSV322°86.59%32.16%
CMYK0.00%86.59%31.71%
67.84%

Color #520B38 in popluar number systems.

HEX520B38
Decimal821156
Binary10100101011111000
Octal1221370

Shades and tints

Shades of #520B38

#520B38
(82,11,56)
#4B0A33
(75,10,51)
#44092E
(68,9,46)
#3D0829
(61,8,41)
#360724
(54,7,36)
#2F061F
(47,6,31)
#28051A
(40,5,26)
#210415
(33,4,21)
#1A0310
(26,3,16)
#13020B
(19,2,11)
#0C0106
(12,1,6)
#000000
(0,0,0)

Tints of #520B38

#520B38
(82,11,56)
#61214A
(97,33,74)
#70375C
(112,55,92)
#7F4D6E
(127,77,110)
#8E6380
(142,99,128)
#9D7992
(157,121,146)
#AC8FA4
(172,143,164)
#BBA5B6
(187,165,182)
#CABBC8
(202,187,200)
#D9D1DA
(217,209,218)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520B38; }

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

This text font color is #520B38.


Background Color

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

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

This div background color is #520B38.


Border color

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

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

This div border color is #520B38.


Opacity

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

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

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

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

This text has shadow with #520B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520B38 on black background.


Color preview on white background

This text has color #520B38 on white background.



Black color preview on #520B38 background

This text has black color on #520B38 background.


White color preview on #520B38 background

This text has white color on #520B38 background.