COLOR #522C37

HEX: #522C37
RGB: (82,44,55)

Color info

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

RGB color model

#522C37 color RGB value is (82,44,55).

  • red value is 82;
  • green value is 44;
  • blue value is 55.
RGB:
(82,44,55)
(32%,17%,22%)

RGB channels and saturation

R 82 of 255 = 32%
G 44 of 255 = 17%
B 55 of 255 = 22%

82
44
55

R + G + B ~ 24%. #522C37 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 44 + 55 = 181 (100%)
R 82 of 181 ~ 45.3%
G 44 of 181 ~ 24.31%
B 55 of 181 ~ 30.39%

%45.3
%24.31
%30.39

CMYK color model

#522C37 color CMYK value is (0,46,33,68).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(0,46,33,68)
C0M46Y33K68 
(0%,46%,33%,68%)
(0.00/0.46/0.33/0.68)	

CMYK percentages

%0
%46.34
%32.93
%67.84

Codes

Color #522C37 in popluar color models

522C37
RGB824455
HSL343°30.16%24.71%
HSB/HSV343°46.34%32.16%
CMYK0.00%46.34%32.93%
67.84%

Color #522C37 in popluar number systems.

HEX522C37
Decimal824455
Binary1010010101100110111
Octal1225467

Shades and tints

Shades of #522C37

#522C37
(82,44,55)
#4B2832
(75,40,50)
#44242D
(68,36,45)
#3D2028
(61,32,40)
#361C23
(54,28,35)
#2F181E
(47,24,30)
#281419
(40,20,25)
#211014
(33,16,20)
#1A0C0F
(26,12,15)
#13080A
(19,8,10)
#0C0405
(12,4,5)
#000000
(0,0,0)

Tints of #522C37

#522C37
(82,44,55)
#613F49
(97,63,73)
#70525B
(112,82,91)
#7F656D
(127,101,109)
#8E787F
(142,120,127)
#9D8B91
(157,139,145)
#AC9EA3
(172,158,163)
#BBB1B5
(187,177,181)
#CAC4C7
(202,196,199)
#D9D7D9
(217,215,217)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522C37 color. Also use rgb(82,44,55) instead hex code.

Text Font Color

.myTextColor { color: #522C37; }

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

This text font color is #522C37.


Background Color

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

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

This div background color is #522C37.


Border color

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

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

This div border color is #522C37.


Opacity

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

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

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

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

This text has shadow with #522C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522C37 on black background.


Color preview on white background

This text has color #522C37 on white background.



Black color preview on #522C37 background

This text has black color on #522C37 background.


White color preview on #522C37 background

This text has white color on #522C37 background.