COLOR #521327

HEX: #521327
RGB: (82,19,39)

Color info

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

RGB color model

#521327 color RGB value is (82,19,39).

  • red value is 82;
  • green value is 19;
  • blue value is 39.
RGB:
(82,19,39)
(32%,7%,15%)

RGB channels and saturation

R 82 of 255 = 32%
G 19 of 255 = 7%
B 39 of 255 = 15%

82
19
39

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

Portions of RGB colors in percentages

R + G + B =
82 + 19 + 39 = 140 (100%)
R 82 of 140 ~ 58.57%
G 19 of 140 ~ 13.57%
B 39 of 140 ~ 27.86%

%58.57
%13.57
%27.86

CMYK color model

#521327 color CMYK value is (0,77,52,68).

  • cyan value is 0.00%
  • magenta value is 76.83%
  • yellow value is 52.44%
  • key color value is 67.84%
CMYK:
(0,77,52,68)
C0M77Y52K68 
(0%,77%,52%,68%)
(0.00/0.77/0.52/0.68)	

CMYK percentages

%0
%76.83
%52.44
%67.84

Codes

Color #521327 in popluar color models

521327
RGB821939
HSL341°62.38%19.80%
HSB/HSV341°76.83%32.16%
CMYK0.00%76.83%52.44%
67.84%

Color #521327 in popluar number systems.

HEX521327
Decimal821939
Binary101001010011100111
Octal1222347

Shades and tints

Shades of #521327

#521327
(82,19,39)
#4B1224
(75,18,36)
#441121
(68,17,33)
#3D101E
(61,16,30)
#360F1B
(54,15,27)
#2F0E18
(47,14,24)
#280D15
(40,13,21)
#210C12
(33,12,18)
#1A0B0F
(26,11,15)
#130A0C
(19,10,12)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #521327

#521327
(82,19,39)
#61283A
(97,40,58)
#703D4D
(112,61,77)
#7F5260
(127,82,96)
#8E6773
(142,103,115)
#9D7C86
(157,124,134)
#AC9199
(172,145,153)
#BBA6AC
(187,166,172)
#CABBBF
(202,187,191)
#D9D0D2
(217,208,210)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521327 color. Also use rgb(82,19,39) instead hex code.

Text Font Color

.myTextColor { color: #521327; }

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

This text font color is #521327.


Background Color

.myBgColor { background-color: #521327; }

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

This div background color is #521327.


Border color

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

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

This div border color is #521327.


Opacity

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

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

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

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

This text has shadow with #521327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521327 on black background.


Color preview on white background

This text has color #521327 on white background.



Black color preview on #521327 background

This text has black color on #521327 background.


White color preview on #521327 background

This text has white color on #521327 background.