COLOR #522C23

HEX: #522C23 RGB: (82,44,35)

Color info

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

RGB color model

#522C23 color RGB value is (82,44,35).

RGB: (82,44,35) (32%, 17%, 14%)

RGB channels and saturation

R 82 of 255 = 32%
G 44 of 255 = 17%
B 35 of 255 = 14%

82
44
35

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

Portions of RGB colors in percentages

R + G + B = 82 + 44 + 35 = 161 (100%)
R 82 of 161 ~ 50.93%
G 44 of 161 ~ 27.33%
B 35 of 161 ~ 21.74'%

%50.93
%27.33
%21.74

CMYK color model

#522C23 color CMYK value is (0,46,57,68).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 57.32%
  • key color value is 67.84%
CMYK: (0,46,57,68) C0M46Y57K68 (0%,46%,57%,68%) (0.00/0.46/0.57/0.68) 

CMYK percentages

%0
%46.34
%57.32
%67.84

Codes

Color #522C23 in popluar color models

52 2C 23
RGB 82 44 35
HSL 11° 40.17% 22.94%
HSB/HSV 11° 57.32% 32.16%
CMYK 0.00% 46.34% 57.32%
67.84%

Color #522C23 in popluar number systems.

HEX 52 2C 23
Decimal 82 44 35
Binary 1010010 101100 100011
Octal 122 54 43

Shades and tints

Shades of #522C23

#522C23
(82,44,35)
#4B2820
(75,40,32)
#44241D
(68,36,29)
#3D201A
(61,32,26)
#361C17
(54,28,23)
#2F1814
(47,24,20)
#281411
(40,20,17)
#21100E
(33,16,14)
#1A0C0B
(26,12,11)
#130808
(19,8,8)
#0C0405
(12,4,5)
#000000
(0,0,0)

Tints of #522C23

#522C23
(82,44,35)
#613F37
(97,63,55)
#70524B
(112,82,75)
#7F655F
(127,101,95)
#8E7873
(142,120,115)
#9D8B87
(157,139,135)
#AC9E9B
(172,158,155)
#BBB1AF
(187,177,175)
#CAC4C3
(202,196,195)
#D9D7D7
(217,215,215)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522C23; }

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

This text font color is #522C23.

Background Color

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

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

This div background color is #522C23.

Border color

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

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

This div border color is #522C23.

Opacity

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

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

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

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

This text has shadow with #522C23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #522C23.

Preview

Color preview on black background

This text has color #522C23 on black background.


Color preview on white background

This text has color #522C23 on white background.


Black color preview on #522C23 background

This text has black color on #522C23 background.


White color preview on #522C23 background

This text has white color on #522C23 background.


Related colors

Complementary color

Complementary color for #hex is #ADD3DC.


I love getcolorcode.com

Triadic colors

1 #23522C and #2C2352 with #522C23 are triadic colors.

2 #232C52 and #2C5223 with #522C23 are triadic colors.