COLOR #522D3C

HEX: #522D3C
RGB: (82,45,60)

Color info

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

RGB color model

#522D3C color RGB value is (82,45,60).

  • red value is 82;
  • green value is 45;
  • blue value is 60.
RGB:
(82,45,60)
(32%,18%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 45 of 255 = 18%
B 60 of 255 = 24%

82
45
60

R + G + B ~ 25%. #522D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 45 + 60 = 187 (100%)
R 82 of 187 ~ 43.85%
G 45 of 187 ~ 24.06%
B 60 of 187 ~ 32.09%

%43.85
%24.06
%32.09

CMYK color model

#522D3C color CMYK value is (0,45,27,68).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 26.83%
  • key color value is 67.84%
CMYK:
(0,45,27,68)
C0M45Y27K68 
(0%,45%,27%,68%)
(0.00/0.45/0.27/0.68)	

CMYK percentages

%0
%45.12
%26.83
%67.84

Codes

Color #522D3C in popluar color models

522D3C
RGB824560
HSL336°29.13%24.90%
HSB/HSV336°45.12%32.16%
CMYK0.00%45.12%26.83%
67.84%

Color #522D3C in popluar number systems.

HEX522D3C
Decimal824560
Binary1010010101101111100
Octal1225574

Shades and tints

Shades of #522D3C

#522D3C
(82,45,60)
#4B2937
(75,41,55)
#442532
(68,37,50)
#3D212D
(61,33,45)
#361D28
(54,29,40)
#2F1923
(47,25,35)
#28151E
(40,21,30)
#211119
(33,17,25)
#1A0D14
(26,13,20)
#13090F
(19,9,15)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #522D3C

#522D3C
(82,45,60)
#61404D
(97,64,77)
#70535E
(112,83,94)
#7F666F
(127,102,111)
#8E7980
(142,121,128)
#9D8C91
(157,140,145)
#AC9FA2
(172,159,162)
#BBB2B3
(187,178,179)
#CAC5C4
(202,197,196)
#D9D8D5
(217,216,213)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522D3C color. Also use rgb(82,45,60) instead hex code.

Text Font Color

.myTextColor { color: #522D3C; }

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

This text font color is #522D3C.


Background Color

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

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

This div background color is #522D3C.


Border color

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

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

This div border color is #522D3C.


Opacity

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

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

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

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

This text has shadow with #522D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522D3C on black background.


Color preview on white background

This text has color #522D3C on white background.



Black color preview on #522D3C background

This text has black color on #522D3C background.


White color preview on #522D3C background

This text has white color on #522D3C background.