COLOR #523C47

HEX: #523C47 RGB: (82,60,71)

Color info

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

RGB color model

#523C47 color RGB value is (82,60,71).

RGB: (82,60,71) (32%, 24%, 28%)

RGB channels and saturation

R 82 of 255 = 32%
G 60 of 255 = 24%
B 71 of 255 = 28%

82
60
71

R + G + B ~ 28%. #523C47 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 60 + 71 = 213 (100%)
R 82 of 213 ~ 38.5%
G 60 of 213 ~ 28.17%
B 71 of 213 ~ 33.33'%

%38.5
%28.17
%33.33

CMYK color model

#523C47 color CMYK value is (0,27,13,68).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 13.41%
  • key color value is 67.84%

CMYK: (0,27,13,68)
C0M27Y13K68 (0%, 27%, 13%, 68%)
(0.00 / 0.27 / 0.13 / 0.68)

CMYK percentages

%0
%26.83
%13.41
%67.84

Codes

Color #523C47 in popluar color models

52 3C 47
RGB 82 60 71
HSL 330° 15.49% 27.84%
HSB/HSV 330° 26.83% 32.16%
CMYK 0.00% 26.83% 13.41%
67.84%

Color #523C47 in popluar number systems.

HEX 52 3C 47
Decimal 82 60 71
Binary 1010010 111100 1000111
Octal 122 74 107

Shades and tints

Shades of #523C47

#523C47
(82,60,71)
#4B3741
(75,55,65)
#44323B
(68,50,59)
#3D2D35
(61,45,53)
#36282F
(54,40,47)
#2F2329
(47,35,41)
#281E23
(40,30,35)
#21191D
(33,25,29)
#1A1417
(26,20,23)
#130F11
(19,15,17)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #523C47

#523C47
(82,60,71)
#614D57
(97,77,87)
#705E67
(112,94,103)
#7F6F77
(127,111,119)
#8E8087
(142,128,135)
#9D9197
(157,145,151)
#ACA2A7
(172,162,167)
#BBB3B7
(187,179,183)
#CAC4C7
(202,196,199)
#D9D5D7
(217,213,215)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523C47 color. Also use rgb(82,60,71) instead hex code.

Text Font Color

.myTextColor { color: #523C47; }

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

This text font color is #523C47.

Background Color

.myBgColor { background-color: #523C47; }

<div style="background-color:#523C47">Inner text</div>

This div background color is #523C47.

Border color

.myBorderColor { border: 1px solid #523C47; }

<div style="border:3px solid #523C47">Div</div>

This div border color is #523C47.

Opacity

.myOpacity80 { color: #523C47; opacity: 0.8; }

<p style="color:#523C47;opacity:0.8;">80%</p>

Text with #523C47 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 #523C47;}

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

This text has shadow with #523C47 color.


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

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

This text has shadow with #523C47 primary color and red secondary color.


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

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

This text has shadow with #523C47 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #523C47.

Preview

Color preview on black background

This text has color #523C47 on black background.


Color preview on white background

This text has color #523C47 on white background.


Black color preview on #523C47 background

This text has black color on #523C47 background.


White color preview on #523C47 background

This text has white color on #523C47 background.


Related colors

Complementary color

Complementary color for #hex is #ADC3B8.


I love getcolorcode.com

Triadic colors

1 #47523C and #3C4752 with #523C47 are triadic colors.

2 #473C52 and #3C5247 with #523C47 are triadic colors.