COLOR #522D27

HEX: #522D27
RGB: (82,45,39)

Color info

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

RGB color model

#522D27 color RGB value is (82,45,39).

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

RGB channels and saturation

R 82 of 255 = 32%
G 45 of 255 = 18%
B 39 of 255 = 15%

82
45
39

R + G + B ~ 22%. #522D27 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 45 + 39 = 166 (100%)
R 82 of 166 ~ 49.4%
G 45 of 166 ~ 27.11%
B 39 of 166 ~ 23.49%

%49.4
%27.11
%23.49

CMYK color model

#522D27 color CMYK value is (0,45,52,68).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 52.44%
  • key color value is 67.84%
CMYK:
(0,45,52,68)
C0M45Y52K68 
(0%,45%,52%,68%)
(0.00/0.45/0.52/0.68)	

CMYK percentages

%0
%45.12
%52.44
%67.84

Codes

Color #522D27 in popluar color models

522D27
RGB824539
HSL35.54%23.73%
HSB/HSV52.44%32.16%
CMYK0.00%45.12%52.44%
67.84%

Color #522D27 in popluar number systems.

HEX522D27
Decimal824539
Binary1010010101101100111
Octal1225547

Shades and tints

Shades of #522D27

#522D27
(82,45,39)
#4B2924
(75,41,36)
#442521
(68,37,33)
#3D211E
(61,33,30)
#361D1B
(54,29,27)
#2F1918
(47,25,24)
#281515
(40,21,21)
#211112
(33,17,18)
#1A0D0F
(26,13,15)
#13090C
(19,9,12)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #522D27

#522D27
(82,45,39)
#61403A
(97,64,58)
#70534D
(112,83,77)
#7F6660
(127,102,96)
#8E7973
(142,121,115)
#9D8C86
(157,140,134)
#AC9F99
(172,159,153)
#BBB2AC
(187,178,172)
#CAC5BF
(202,197,191)
#D9D8D2
(217,216,210)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522D27; }

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

This text font color is #522D27.


Background Color

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

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

This div background color is #522D27.


Border color

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

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

This div border color is #522D27.


Opacity

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

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

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

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

This text has shadow with #522D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522D27 on black background.


Color preview on white background

This text has color #522D27 on white background.



Black color preview on #522D27 background

This text has black color on #522D27 background.


White color preview on #522D27 background

This text has white color on #522D27 background.