COLOR #520336

HEX: #520336
RGB: (82,3,54)

Color info

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

RGB color model

#520336 color RGB value is (82,3,54).

  • red value is 82;
  • green value is 3;
  • blue value is 54.
RGB:
(82,3,54)
(32%,1%,21%)

RGB channels and saturation

R 82 of 255 = 32%
G 3 of 255 = 1%
B 54 of 255 = 21%

82
3
54

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

Portions of RGB colors in percentages

R + G + B =
82 + 3 + 54 = 139 (100%)
R 82 of 139 ~ 58.99%
G 3 of 139 ~ 2.16%
B 54 of 139 ~ 38.85%

%58.99
%38.85

CMYK color model

#520336 color CMYK value is (0,96,34,68).

  • cyan value is 0.00%
  • magenta value is 96.34%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(0,96,34,68)
C0M96Y34K68 
(0%,96%,34%,68%)
(0.00/0.96/0.34/0.68)	

CMYK percentages

%0
%96.34
%34.15
%67.84

Codes

Color #520336 in popluar color models

520336
RGB82354
HSL321°92.94%16.67%
HSB/HSV321°96.34%32.16%
CMYK0.00%96.34%34.15%
67.84%

Color #520336 in popluar number systems.

HEX520336
Decimal82354
Binary101001011110110
Octal122366

Shades and tints

Shades of #520336

#520336
(82,3,54)
#4B0332
(75,3,50)
#44032E
(68,3,46)
#3D032A
(61,3,42)
#360326
(54,3,38)
#2F0322
(47,3,34)
#28031E
(40,3,30)
#21031A
(33,3,26)
#1A0316
(26,3,22)
#130312
(19,3,18)
#0C030E
(12,3,14)
#000000
(0,0,0)

Tints of #520336

#520336
(82,3,54)
#611948
(97,25,72)
#702F5A
(112,47,90)
#7F456C
(127,69,108)
#8E5B7E
(142,91,126)
#9D7190
(157,113,144)
#AC87A2
(172,135,162)
#BB9DB4
(187,157,180)
#CAB3C6
(202,179,198)
#D9C9D8
(217,201,216)
#E8DFEA
(232,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520336 color. Also use rgb(82,3,54) instead hex code.

Text Font Color

.myTextColor { color: #520336; }

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

This text font color is #520336.


Background Color

.myBgColor { background-color: #520336; }

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

This div background color is #520336.


Border color

.myBorderColor { border: 1px solid #520336; }

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

This div border color is #520336.


Opacity

.myOpacity80 { color: #520336; opacity: 0.8; }

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

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

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

This text has shadow with #520336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520336 on black background.


Color preview on white background

This text has color #520336 on white background.



Black color preview on #520336 background

This text has black color on #520336 background.


White color preview on #520336 background

This text has white color on #520336 background.