COLOR #523E5B

HEX: #523E5B RGB: (82,62,91)

Color info

#523E5B contains red, green and blue colors in about the same proportion. Web safe color of #523E5B is #663366 (or #636).

RGB color model

#523E5B color RGB value is (82,62,91).

RGB: (82,62,91) (32%, 24%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 91 of 255 = 36%

82
62
91

R + G + B ~ 31%. #523E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 62 + 91 = 235 (100%)
R 82 of 235 ~ 34.89%
G 62 of 235 ~ 26.38%
B 91 of 235 ~ 38.72'%

%34.89
%26.38
%38.72

CMYK color model

#523E5B color CMYK value is (10,32,0,64).

  • cyan value is 9.89%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (10,32,0,64)
C10M32Y0K64 (10%, 32%, 0%, 64%)
(0.10 / 0.32 / 0.00 / 0.64)

CMYK percentages

%9.89
%31.87
%0
%64.31

Codes

Color #523E5B in popluar color models

52 3E 5B
RGB 82 62 91
HSL 281° 18.95% 30.00%
HSB/HSV 281° 31.87% 35.69%
CMYK 9.89% 31.87% 0.00%
64.31%

Color #523E5B in popluar number systems.

HEX 52 3E 5B
Decimal 82 62 91
Binary 1010010 111110 1011011
Octal 122 76 133

Shades and tints

Shades of #523E5B

#523E5B
(82,62,91)
#4B3953
(75,57,83)
#44344B
(68,52,75)
#3D2F43
(61,47,67)
#362A3B
(54,42,59)
#2F2533
(47,37,51)
#28202B
(40,32,43)
#211B23
(33,27,35)
#1A161B
(26,22,27)
#131113
(19,17,19)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #523E5B

#523E5B
(82,62,91)
#614F69
(97,79,105)
#706077
(112,96,119)
#7F7185
(127,113,133)
#8E8293
(142,130,147)
#9D93A1
(157,147,161)
#ACA4AF
(172,164,175)
#BBB5BD
(187,181,189)
#CAC6CB
(202,198,203)
#D9D7D9
(217,215,217)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523E5B color. Also use rgb(82,62,91) instead hex code.

Text Font Color

.myTextColor { color: #523E5B; }

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

This text font color is #523E5B.

Background Color

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

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

This div background color is #523E5B.

Border color

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

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

This div border color is #523E5B.

Opacity

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

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

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

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

This text has shadow with #523E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523E5B.

Preview

Color preview on black background

This text has color #523E5B on black background.


Color preview on white background

This text has color #523E5B on white background.


Black color preview on #523E5B background

This text has black color on #523E5B background.


White color preview on #523E5B background

This text has white color on #523E5B background.


Related colors

Complementary color

Complementary color for #hex is #ADC1A4.


I love getcolorcode.com

Triadic colors

1 #5B523E and #3E5B52 with #523E5B are triadic colors.

2 #5B3E52 and #3E525B with #523E5B are triadic colors.