COLOR #521919

HEX: #521919
RGB: (82,25,25)

Color info

#521919 contains red, green and blue colors in about the same proportion. Web safe color of #521919 is #660000 (or #600).

RGB color model

#521919 color RGB value is (82,25,25).

  • red value is 82;
  • green value is 25;
  • blue value is 25.
RGB:
(82,25,25)
(32%,10%,10%)

RGB channels and saturation

R 82 of 255 = 32%
G 25 of 255 = 10%
B 25 of 255 = 10%

82
25
25

R + G + B ~ 17%. #521919 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 25 + 25 = 132 (100%)
R 82 of 132 ~ 62.12%
G 25 of 132 ~ 18.94%
B 25 of 132 ~ 18.94%

%62.12
%18.94
%18.94

CMYK color model

#521919 color CMYK value is (0,70,70,68).

  • cyan value is 0.00%
  • magenta value is 69.51%
  • yellow value is 69.51%
  • key color value is 67.84%
CMYK:
(0,70,70,68)
C0M70Y70K68 
(0%,70%,70%,68%)
(0.00/0.70/0.70/0.68)	

CMYK percentages

%0
%69.51
%69.51
%67.84

Codes

Color #521919 in popluar color models

521919
RGB822525
HSL53.27%20.98%
HSB/HSV69.51%32.16%
CMYK0.00%69.51%69.51%
67.84%

Color #521919 in popluar number systems.

HEX521919
Decimal822525
Binary10100101100111001
Octal1223131

Shades and tints

Shades of #521919

#521919
(82,25,25)
#4B1717
(75,23,23)
#441515
(68,21,21)
#3D1313
(61,19,19)
#361111
(54,17,17)
#2F0F0F
(47,15,15)
#280D0D
(40,13,13)
#210B0B
(33,11,11)
#1A0909
(26,9,9)
#130707
(19,7,7)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #521919

#521919
(82,25,25)
#612D2D
(97,45,45)
#704141
(112,65,65)
#7F5555
(127,85,85)
#8E6969
(142,105,105)
#9D7D7D
(157,125,125)
#AC9191
(172,145,145)
#BBA5A5
(187,165,165)
#CAB9B9
(202,185,185)
#D9CDCD
(217,205,205)
#E8E1E1
(232,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521919; }

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

This text font color is #521919.


Background Color

.myBgColor { background-color: #521919; }

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

This div background color is #521919.


Border color

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

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

This div border color is #521919.


Opacity

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

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

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

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

This text has shadow with #521919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521919 on black background.


Color preview on white background

This text has color #521919 on white background.



Black color preview on #521919 background

This text has black color on #521919 background.


White color preview on #521919 background

This text has white color on #521919 background.