COLOR #522C20

HEX: #522C20 RGB: (82,44,32)

Color info

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

RGB color model

#522C20 color RGB value is (82,44,32).

RGB: (82,44,32) (32%, 17%, 13%)

RGB channels and saturation

R 82 of 255 = 32%
G 44 of 255 = 17%
B 32 of 255 = 13%

82
44
32

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

Portions of RGB colors in percentages

R + G + B = 82 + 44 + 32 = 158 (100%)
R 82 of 158 ~ 51.9%
G 44 of 158 ~ 27.85%
B 32 of 158 ~ 20.25'%

%51.9
%27.85
%20.25

CMYK color model

#522C20 color CMYK value is (0,46,61,68).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 60.98%
  • key color value is 67.84%

CMYK: (0,46,61,68)
C0M46Y61K68 (0%, 46%, 61%, 68%)
(0.00 / 0.46 / 0.61 / 0.68)

CMYK percentages

%0
%46.34
%60.98
%67.84

Codes

Color #522C20 in popluar color models

52 2C 20
RGB 82 44 32
HSL 14° 43.86% 22.35%
HSB/HSV 14° 60.98% 32.16%
CMYK 0.00% 46.34% 60.98%
67.84%

Color #522C20 in popluar number systems.

HEX 52 2C 20
Decimal 82 44 32
Binary 1010010 101100 100000
Octal 122 54 40

Shades and tints

Shades of #522C20

#522C20
(82,44,32)
#4B281E
(75,40,30)
#44241C
(68,36,28)
#3D201A
(61,32,26)
#361C18
(54,28,24)
#2F1816
(47,24,22)
#281414
(40,20,20)
#211012
(33,16,18)
#1A0C10
(26,12,16)
#13080E
(19,8,14)
#0C040C
(12,4,12)
#000000
(0,0,0)

Tints of #522C20

#522C20
(82,44,32)
#613F34
(97,63,52)
#705248
(112,82,72)
#7F655C
(127,101,92)
#8E7870
(142,120,112)
#9D8B84
(157,139,132)
#AC9E98
(172,158,152)
#BBB1AC
(187,177,172)
#CAC4C0
(202,196,192)
#D9D7D4
(217,215,212)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522C20; }

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

This text font color is #522C20.

Background Color

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

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

This div background color is #522C20.

Border color

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

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

This div border color is #522C20.

Opacity

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

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

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

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

This text has shadow with #522C20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #522C20.

Preview

Color preview on black background

This text has color #522C20 on black background.


Color preview on white background

This text has color #522C20 on white background.


Black color preview on #522C20 background

This text has black color on #522C20 background.


White color preview on #522C20 background

This text has white color on #522C20 background.


Related colors

Complementary color

Complementary color for #hex is #ADD3DF.


I love getcolorcode.com

Triadic colors

1 #20522C and #2C2052 with #522C20 are triadic colors.

2 #202C52 and #2C5220 with #522C20 are triadic colors.