COLOR #522E33

HEX: #522E33
RGB: (82,46,51)

Color info

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

RGB color model

#522E33 color RGB value is (82,46,51).

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

RGB channels and saturation

R 82 of 255 = 32%
G 46 of 255 = 18%
B 51 of 255 = 20%

82
46
51

R + G + B ~ 23%. #522E33 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 46 + 51 = 179 (100%)
R 82 of 179 ~ 45.81%
G 46 of 179 ~ 25.7%
B 51 of 179 ~ 28.49%

%45.81
%25.7
%28.49

CMYK color model

#522E33 color CMYK value is (0,44,38,68).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 37.80%
  • key color value is 67.84%
CMYK:
(0,44,38,68)
C0M44Y38K68 
(0%,44%,38%,68%)
(0.00/0.44/0.38/0.68)	

CMYK percentages

%0
%43.9
%37.8
%67.84

Codes

Color #522E33 in popluar color models

522E33
RGB824651
HSL352°28.13%25.10%
HSB/HSV352°43.90%32.16%
CMYK0.00%43.90%37.80%
67.84%

Color #522E33 in popluar number systems.

HEX522E33
Decimal824651
Binary1010010101110110011
Octal1225663

Shades and tints

Shades of #522E33

#522E33
(82,46,51)
#4B2A2F
(75,42,47)
#44262B
(68,38,43)
#3D2227
(61,34,39)
#361E23
(54,30,35)
#2F1A1F
(47,26,31)
#28161B
(40,22,27)
#211217
(33,18,23)
#1A0E13
(26,14,19)
#130A0F
(19,10,15)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #522E33

#522E33
(82,46,51)
#614145
(97,65,69)
#705457
(112,84,87)
#7F6769
(127,103,105)
#8E7A7B
(142,122,123)
#9D8D8D
(157,141,141)
#ACA09F
(172,160,159)
#BBB3B1
(187,179,177)
#CAC6C3
(202,198,195)
#D9D9D5
(217,217,213)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522E33; }

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

This text font color is #522E33.


Background Color

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

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

This div background color is #522E33.


Border color

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

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

This div border color is #522E33.


Opacity

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

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

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

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

This text has shadow with #522E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522E33 on black background.


Color preview on white background

This text has color #522E33 on white background.



Black color preview on #522E33 background

This text has black color on #522E33 background.


White color preview on #522E33 background

This text has white color on #522E33 background.