COLOR #522E22

HEX: #522E22
RGB: (82,46,34)

Color info

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

RGB color model

#522E22 color RGB value is (82,46,34).

  • red value is 82;
  • green value is 46;
  • blue value is 34.
RGB:
(82,46,34)
(32%,18%,13%)

RGB channels and saturation

R 82 of 255 = 32%
G 46 of 255 = 18%
B 34 of 255 = 13%

82
46
34

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

Portions of RGB colors in percentages

R + G + B =
82 + 46 + 34 = 162 (100%)
R 82 of 162 ~ 50.62%
G 46 of 162 ~ 28.4%
B 34 of 162 ~ 20.99%

%50.62
%28.4
%20.99

CMYK color model

#522E22 color CMYK value is (0,44,59,68).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 58.54%
  • key color value is 67.84%
CMYK:
(0,44,59,68)
C0M44Y59K68 
(0%,44%,59%,68%)
(0.00/0.44/0.59/0.68)	

CMYK percentages

%0
%43.9
%58.54
%67.84

Codes

Color #522E22 in popluar color models

522E22
RGB824634
HSL15°41.38%22.75%
HSB/HSV15°58.54%32.16%
CMYK0.00%43.90%58.54%
67.84%

Color #522E22 in popluar number systems.

HEX522E22
Decimal824634
Binary1010010101110100010
Octal1225642

Shades and tints

Shades of #522E22

#522E22
(82,46,34)
#4B2A1F
(75,42,31)
#44261C
(68,38,28)
#3D2219
(61,34,25)
#361E16
(54,30,22)
#2F1A13
(47,26,19)
#281610
(40,22,16)
#21120D
(33,18,13)
#1A0E0A
(26,14,10)
#130A07
(19,10,7)
#0C0604
(12,6,4)
#000000
(0,0,0)

Tints of #522E22

#522E22
(82,46,34)
#614136
(97,65,54)
#70544A
(112,84,74)
#7F675E
(127,103,94)
#8E7A72
(142,122,114)
#9D8D86
(157,141,134)
#ACA09A
(172,160,154)
#BBB3AE
(187,179,174)
#CAC6C2
(202,198,194)
#D9D9D6
(217,217,214)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522E22 color. Also use rgb(82,46,34) instead hex code.

Text Font Color

.myTextColor { color: #522E22; }

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

This text font color is #522E22.


Background Color

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

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

This div background color is #522E22.


Border color

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

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

This div border color is #522E22.


Opacity

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

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

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

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

This text has shadow with #522E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522E22 on black background.


Color preview on white background

This text has color #522E22 on white background.



Black color preview on #522E22 background

This text has black color on #522E22 background.


White color preview on #522E22 background

This text has white color on #522E22 background.