COLOR #521449

HEX: #521449
RGB: (82,20,73)

Color info

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

RGB color model

#521449 color RGB value is (82,20,73).

  • red value is 82;
  • green value is 20;
  • blue value is 73.
RGB:
(82,20,73)
(32%,8%,29%)

RGB channels and saturation

R 82 of 255 = 32%
G 20 of 255 = 8%
B 73 of 255 = 29%

82
20
73

R + G + B ~ 23%. #521449 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 20 + 73 = 175 (100%)
R 82 of 175 ~ 46.86%
G 20 of 175 ~ 11.43%
B 73 of 175 ~ 41.71%

%46.86
%11.43
%41.71

CMYK color model

#521449 color CMYK value is (0,76,11,68).

  • cyan value is 0.00%
  • magenta value is 75.61%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(0,76,11,68)
C0M76Y11K68 
(0%,76%,11%,68%)
(0.00/0.76/0.11/0.68)	

CMYK percentages

%0
%75.61
%10.98
%67.84

Codes

Color #521449 in popluar color models

521449
RGB822073
HSL309°60.78%20.00%
HSB/HSV309°75.61%32.16%
CMYK0.00%75.61%10.98%
67.84%

Color #521449 in popluar number systems.

HEX521449
Decimal822073
Binary1010010101001001001
Octal12224111

Shades and tints

Shades of #521449

#521449
(82,20,73)
#4B1343
(75,19,67)
#44123D
(68,18,61)
#3D1137
(61,17,55)
#361031
(54,16,49)
#2F0F2B
(47,15,43)
#280E25
(40,14,37)
#210D1F
(33,13,31)
#1A0C19
(26,12,25)
#130B13
(19,11,19)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #521449

#521449
(82,20,73)
#612959
(97,41,89)
#703E69
(112,62,105)
#7F5379
(127,83,121)
#8E6889
(142,104,137)
#9D7D99
(157,125,153)
#AC92A9
(172,146,169)
#BBA7B9
(187,167,185)
#CABCC9
(202,188,201)
#D9D1D9
(217,209,217)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521449 color. Also use rgb(82,20,73) instead hex code.

Text Font Color

.myTextColor { color: #521449; }

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

This text font color is #521449.


Background Color

.myBgColor { background-color: #521449; }

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

This div background color is #521449.


Border color

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

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

This div border color is #521449.


Opacity

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

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

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

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

This text has shadow with #521449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521449 on black background.


Color preview on white background

This text has color #521449 on white background.



Black color preview on #521449 background

This text has black color on #521449 background.


White color preview on #521449 background

This text has white color on #521449 background.