COLOR #521324

HEX: #521324
RGB: (82,19,36)

Color info

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

RGB color model

#521324 color RGB value is (82,19,36).

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

RGB channels and saturation

R 82 of 255 = 32%
G 19 of 255 = 7%
B 36 of 255 = 14%

82
19
36

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

Portions of RGB colors in percentages

R + G + B =
82 + 19 + 36 = 137 (100%)
R 82 of 137 ~ 59.85%
G 19 of 137 ~ 13.87%
B 36 of 137 ~ 26.28%

%59.85
%13.87
%26.28

CMYK color model

#521324 color CMYK value is (0,77,56,68).

  • cyan value is 0.00%
  • magenta value is 76.83%
  • yellow value is 56.10%
  • key color value is 67.84%
CMYK:
(0,77,56,68)
C0M77Y56K68 
(0%,77%,56%,68%)
(0.00/0.77/0.56/0.68)	

CMYK percentages

%0
%76.83
%56.1
%67.84

Codes

Color #521324 in popluar color models

521324
RGB821936
HSL344°62.38%19.80%
HSB/HSV344°76.83%32.16%
CMYK0.00%76.83%56.10%
67.84%

Color #521324 in popluar number systems.

HEX521324
Decimal821936
Binary101001010011100100
Octal1222344

Shades and tints

Shades of #521324

#521324
(82,19,36)
#4B1221
(75,18,33)
#44111E
(68,17,30)
#3D101B
(61,16,27)
#360F18
(54,15,24)
#2F0E15
(47,14,21)
#280D12
(40,13,18)
#210C0F
(33,12,15)
#1A0B0C
(26,11,12)
#130A09
(19,10,9)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #521324

#521324
(82,19,36)
#612837
(97,40,55)
#703D4A
(112,61,74)
#7F525D
(127,82,93)
#8E6770
(142,103,112)
#9D7C83
(157,124,131)
#AC9196
(172,145,150)
#BBA6A9
(187,166,169)
#CABBBC
(202,187,188)
#D9D0CF
(217,208,207)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521324; }

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

This text font color is #521324.


Background Color

.myBgColor { background-color: #521324; }

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

This div background color is #521324.


Border color

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

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

This div border color is #521324.


Opacity

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

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

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

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

This text has shadow with #521324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521324 on black background.


Color preview on white background

This text has color #521324 on white background.



Black color preview on #521324 background

This text has black color on #521324 background.


White color preview on #521324 background

This text has white color on #521324 background.