COLOR #521804

HEX: #521804
RGB: (82,24,4)

Color info

#521804 contains mainly red and green colors. Web safe color of #521804 is #660000 (or #600).

RGB color model

#521804 color RGB value is (82,24,4).

  • red value is 82;
  • green value is 24;
  • blue value is 4.
RGB:
(82,24,4)
(32%,9%,2%)

RGB channels and saturation

R 82 of 255 = 32%
G 24 of 255 = 9%
B 4 of 255 = 2%

82
24
4

R + G + B ~ 14%. #521804 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 24 + 4 = 110 (100%)
R 82 of 110 ~ 74.55%
G 24 of 110 ~ 21.82%
B 4 of 110 ~ 3.64%

%74.55
%21.82

CMYK color model

#521804 color CMYK value is (0,71,95,68).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 95.12%
  • key color value is 67.84%
CMYK:
(0,71,95,68)
C0M71Y95K68 
(0%,71%,95%,68%)
(0.00/0.71/0.95/0.68)	

CMYK percentages

%0
%70.73
%95.12
%67.84

Codes

Color #521804 in popluar color models

521804
RGB82244
HSL15°90.70%16.86%
HSB/HSV15°95.12%32.16%
CMYK0.00%70.73%95.12%
67.84%

Color #521804 in popluar number systems.

HEX521804
Decimal82244
Binary101001011000100
Octal122304

Shades and tints

Shades of #521804

#521804
(82,24,4)
#4B1604
(75,22,4)
#441404
(68,20,4)
#3D1204
(61,18,4)
#361004
(54,16,4)
#2F0E04
(47,14,4)
#280C04
(40,12,4)
#210A04
(33,10,4)
#1A0804
(26,8,4)
#130604
(19,6,4)
#0C0404
(12,4,4)
#000000
(0,0,0)

Tints of #521804

#521804
(82,24,4)
#612D1A
(97,45,26)
#704230
(112,66,48)
#7F5746
(127,87,70)
#8E6C5C
(142,108,92)
#9D8172
(157,129,114)
#AC9688
(172,150,136)
#BBAB9E
(187,171,158)
#CAC0B4
(202,192,180)
#D9D5CA
(217,213,202)
#E8EAE0
(232,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521804 color. Also use rgb(82,24,4) instead hex code.

Text Font Color

.myTextColor { color: #521804; }

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

This text font color is #521804.


Background Color

.myBgColor { background-color: #521804; }

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

This div background color is #521804.


Border color

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

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

This div border color is #521804.


Opacity

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

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

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

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

This text has shadow with #521804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521804 on black background.


Color preview on white background

This text has color #521804 on white background.



Black color preview on #521804 background

This text has black color on #521804 background.


White color preview on #521804 background

This text has white color on #521804 background.