COLOR #521044

HEX: #521044
RGB: (82,16,68)

Color info

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

RGB color model

#521044 color RGB value is (82,16,68).

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

RGB channels and saturation

R 82 of 255 = 32%
G 16 of 255 = 6%
B 68 of 255 = 27%

82
16
68

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

Portions of RGB colors in percentages

R + G + B =
82 + 16 + 68 = 166 (100%)
R 82 of 166 ~ 49.4%
G 16 of 166 ~ 9.64%
B 68 of 166 ~ 40.96%

%49.4
%9.64
%40.96

CMYK color model

#521044 color CMYK value is (0,80,17,68).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 17.07%
  • key color value is 67.84%
CMYK:
(0,80,17,68)
C0M80Y17K68 
(0%,80%,17%,68%)
(0.00/0.80/0.17/0.68)	

CMYK percentages

%0
%80.49
%17.07
%67.84

Codes

Color #521044 in popluar color models

521044
RGB821668
HSL313°67.35%19.22%
HSB/HSV313°80.49%32.16%
CMYK0.00%80.49%17.07%
67.84%

Color #521044 in popluar number systems.

HEX521044
Decimal821668
Binary1010010100001000100
Octal12220104

Shades and tints

Shades of #521044

#521044
(82,16,68)
#4B0F3E
(75,15,62)
#440E38
(68,14,56)
#3D0D32
(61,13,50)
#360C2C
(54,12,44)
#2F0B26
(47,11,38)
#280A20
(40,10,32)
#21091A
(33,9,26)
#1A0814
(26,8,20)
#13070E
(19,7,14)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #521044

#521044
(82,16,68)
#612555
(97,37,85)
#703A66
(112,58,102)
#7F4F77
(127,79,119)
#8E6488
(142,100,136)
#9D7999
(157,121,153)
#AC8EAA
(172,142,170)
#BBA3BB
(187,163,187)
#CAB8CC
(202,184,204)
#D9CDDD
(217,205,221)
#E8E2EE
(232,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521044; }

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

This text font color is #521044.


Background Color

.myBgColor { background-color: #521044; }

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

This div background color is #521044.


Border color

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

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

This div border color is #521044.


Opacity

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

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

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

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

This text has shadow with #521044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521044 on black background.


Color preview on white background

This text has color #521044 on white background.



Black color preview on #521044 background

This text has black color on #521044 background.


White color preview on #521044 background

This text has white color on #521044 background.