COLOR #522509

HEX: #522509
RGB: (82,37,9)

Color info

#522509 contains mainly red and green colors. Web safe color of #522509 is #663300 (or #630).

RGB color model

#522509 color RGB value is (82,37,9).

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

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 9 of 255 = 4%

82
37
9

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

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 9 = 128 (100%)
R 82 of 128 ~ 64.06%
G 37 of 128 ~ 28.91%
B 9 of 128 ~ 7.03%

%64.06
%28.91

CMYK color model

#522509 color CMYK value is (0,55,89,68).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 89.02%
  • key color value is 67.84%
CMYK:
(0,55,89,68)
C0M55Y89K68 
(0%,55%,89%,68%)
(0.00/0.55/0.89/0.68)	

CMYK percentages

%0
%54.88
%89.02
%67.84

Codes

Color #522509 in popluar color models

522509
RGB82379
HSL23°80.22%17.84%
HSB/HSV23°89.02%32.16%
CMYK0.00%54.88%89.02%
67.84%

Color #522509 in popluar number systems.

HEX522509
Decimal82379
Binary10100101001011001
Octal1224511

Shades and tints

Shades of #522509

#522509
(82,37,9)
#4B2209
(75,34,9)
#441F09
(68,31,9)
#3D1C09
(61,28,9)
#361909
(54,25,9)
#2F1609
(47,22,9)
#281309
(40,19,9)
#211009
(33,16,9)
#1A0D09
(26,13,9)
#130A09
(19,10,9)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #522509

#522509
(82,37,9)
#61381F
(97,56,31)
#704B35
(112,75,53)
#7F5E4B
(127,94,75)
#8E7161
(142,113,97)
#9D8477
(157,132,119)
#AC978D
(172,151,141)
#BBAAA3
(187,170,163)
#CABDB9
(202,189,185)
#D9D0CF
(217,208,207)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522509; }

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

This text font color is #522509.


Background Color

.myBgColor { background-color: #522509; }

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

This div background color is #522509.


Border color

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

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

This div border color is #522509.


Opacity

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

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

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

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

This text has shadow with #522509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522509 on black background.


Color preview on white background

This text has color #522509 on white background.



Black color preview on #522509 background

This text has black color on #522509 background.


White color preview on #522509 background

This text has white color on #522509 background.