COLOR #521032

HEX: #521032
RGB: (82,16,50)

Color info

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

RGB color model

#521032 color RGB value is (82,16,50).

  • red value is 82;
  • green value is 16;
  • blue value is 50.
RGB:
(82,16,50)
(32%,6%,20%)

RGB channels and saturation

R 82 of 255 = 32%
G 16 of 255 = 6%
B 50 of 255 = 20%

82
16
50

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

Portions of RGB colors in percentages

R + G + B =
82 + 16 + 50 = 148 (100%)
R 82 of 148 ~ 55.41%
G 16 of 148 ~ 10.81%
B 50 of 148 ~ 33.78%

%55.41
%10.81
%33.78

CMYK color model

#521032 color CMYK value is (0,80,39,68).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 39.02%
  • key color value is 67.84%
CMYK:
(0,80,39,68)
C0M80Y39K68 
(0%,80%,39%,68%)
(0.00/0.80/0.39/0.68)	

CMYK percentages

%0
%80.49
%39.02
%67.84

Codes

Color #521032 in popluar color models

521032
RGB821650
HSL329°67.35%19.22%
HSB/HSV329°80.49%32.16%
CMYK0.00%80.49%39.02%
67.84%

Color #521032 in popluar number systems.

HEX521032
Decimal821650
Binary101001010000110010
Octal1222062

Shades and tints

Shades of #521032

#521032
(82,16,50)
#4B0F2E
(75,15,46)
#440E2A
(68,14,42)
#3D0D26
(61,13,38)
#360C22
(54,12,34)
#2F0B1E
(47,11,30)
#280A1A
(40,10,26)
#210916
(33,9,22)
#1A0812
(26,8,18)
#13070E
(19,7,14)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #521032

#521032
(82,16,50)
#612544
(97,37,68)
#703A56
(112,58,86)
#7F4F68
(127,79,104)
#8E647A
(142,100,122)
#9D798C
(157,121,140)
#AC8E9E
(172,142,158)
#BBA3B0
(187,163,176)
#CAB8C2
(202,184,194)
#D9CDD4
(217,205,212)
#E8E2E6
(232,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521032 color. Also use rgb(82,16,50) instead hex code.

Text Font Color

.myTextColor { color: #521032; }

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

This text font color is #521032.


Background Color

.myBgColor { background-color: #521032; }

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

This div background color is #521032.


Border color

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

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

This div border color is #521032.


Opacity

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

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

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

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

This text has shadow with #521032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521032 on black background.


Color preview on white background

This text has color #521032 on white background.



Black color preview on #521032 background

This text has black color on #521032 background.


White color preview on #521032 background

This text has white color on #521032 background.