COLOR #522A29

HEX: #522A29
RGB: (82,42,41)

Color info

#522A29 contains red, green and blue colors in about the same proportion. Web safe color of #522A29 is #663333 (or #633).

RGB color model

#522A29 color RGB value is (82,42,41).

  • red value is 82;
  • green value is 42;
  • blue value is 41.
RGB:
(82,42,41)
(32%,16%,16%)

RGB channels and saturation

R 82 of 255 = 32%
G 42 of 255 = 16%
B 41 of 255 = 16%

82
42
41

R + G + B ~ 21%. #522A29 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 42 + 41 = 165 (100%)
R 82 of 165 ~ 49.7%
G 42 of 165 ~ 25.45%
B 41 of 165 ~ 24.85%

%49.7
%25.45
%24.85

CMYK color model

#522A29 color CMYK value is (0,49,50,68).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 50.00%
  • key color value is 67.84%
CMYK:
(0,49,50,68)
C0M49Y50K68 
(0%,49%,50%,68%)
(0.00/0.49/0.50/0.68)	

CMYK percentages

%0
%48.78
%50
%67.84

Codes

Color #522A29 in popluar color models

522A29
RGB824241
HSL33.33%24.12%
HSB/HSV50.00%32.16%
CMYK0.00%48.78%50.00%
67.84%

Color #522A29 in popluar number systems.

HEX522A29
Decimal824241
Binary1010010101010101001
Octal1225251

Shades and tints

Shades of #522A29

#522A29
(82,42,41)
#4B2726
(75,39,38)
#442423
(68,36,35)
#3D2120
(61,33,32)
#361E1D
(54,30,29)
#2F1B1A
(47,27,26)
#281817
(40,24,23)
#211514
(33,21,20)
#1A1211
(26,18,17)
#130F0E
(19,15,14)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #522A29

#522A29
(82,42,41)
#613D3C
(97,61,60)
#70504F
(112,80,79)
#7F6362
(127,99,98)
#8E7675
(142,118,117)
#9D8988
(157,137,136)
#AC9C9B
(172,156,155)
#BBAFAE
(187,175,174)
#CAC2C1
(202,194,193)
#D9D5D4
(217,213,212)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522A29 color. Also use rgb(82,42,41) instead hex code.

Text Font Color

.myTextColor { color: #522A29; }

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

This text font color is #522A29.


Background Color

.myBgColor { background-color: #522A29; }

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

This div background color is #522A29.


Border color

.myBorderColor { border: 1px solid #522A29; }

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

This div border color is #522A29.


Opacity

.myOpacity80 { color: #522A29; opacity: 0.8; }

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

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

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

This text has shadow with #522A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522A29 on black background.


Color preview on white background

This text has color #522A29 on white background.



Black color preview on #522A29 background

This text has black color on #522A29 background.


White color preview on #522A29 background

This text has white color on #522A29 background.