COLOR #522519

HEX: #522519
RGB: (82,37,25)

Color info

#522519 contains red, green and blue colors in about the same proportion. Web safe color of #522519 is #663300 (or #630).

RGB color model

#522519 color RGB value is (82,37,25).

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

RGB channels and saturation

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

82
37
25

R + G + B ~ 19%. #522519 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 25 = 144 (100%)
R 82 of 144 ~ 56.94%
G 37 of 144 ~ 25.69%
B 25 of 144 ~ 17.36%

%56.94
%25.69
%17.36

CMYK color model

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

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

CMYK percentages

%0
%54.88
%69.51
%67.84

Codes

Color #522519 in popluar color models

522519
RGB823725
HSL13°53.27%20.98%
HSB/HSV13°69.51%32.16%
CMYK0.00%54.88%69.51%
67.84%

Color #522519 in popluar number systems.

HEX522519
Decimal823725
Binary101001010010111001
Octal1224531

Shades and tints

Shades of #522519

#522519
(82,37,25)
#4B2217
(75,34,23)
#441F15
(68,31,21)
#3D1C13
(61,28,19)
#361911
(54,25,17)
#2F160F
(47,22,15)
#28130D
(40,19,13)
#21100B
(33,16,11)
#1A0D09
(26,13,9)
#130A07
(19,10,7)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #522519

#522519
(82,37,25)
#61382D
(97,56,45)
#704B41
(112,75,65)
#7F5E55
(127,94,85)
#8E7169
(142,113,105)
#9D847D
(157,132,125)
#AC9791
(172,151,145)
#BBAAA5
(187,170,165)
#CABDB9
(202,189,185)
#D9D0CD
(217,208,205)
#E8E3E1
(232,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522519; }

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

This text font color is #522519.


Background Color

.myBgColor { background-color: #522519; }

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

This div background color is #522519.


Border color

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

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

This div border color is #522519.


Opacity

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

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

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

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

This text has shadow with #522519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522519 on black background.


Color preview on white background

This text has color #522519 on white background.



Black color preview on #522519 background

This text has black color on #522519 background.


White color preview on #522519 background

This text has white color on #522519 background.