COLOR #523A4E

HEX: #523A4E RGB: (82,58,78)

Color info

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

RGB color model

#523A4E color RGB value is (82,58,78).

RGB: (82,58,78) (32%, 23%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 78 of 255 = 31%

82
58
78

R + G + B ~ 29%. #523A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 58 + 78 = 218 (100%)
R 82 of 218 ~ 37.61%
G 58 of 218 ~ 26.61%
B 78 of 218 ~ 35.78'%

%37.61
%26.61
%35.78

CMYK color model

#523A4E color CMYK value is (0,29,5,68).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 4.88%
  • key color value is 67.84%

CMYK: (0,29,5,68)
C0M29Y5K68 (0%, 29%, 5%, 68%)
(0.00 / 0.29 / 0.05 / 0.68)

CMYK percentages

%0
%29.27
%4.88
%67.84

Codes

Color #523A4E in popluar color models

52 3A 4E
RGB 82 58 78
HSL 310° 17.14% 27.45%
HSB/HSV 310° 29.27% 32.16%
CMYK 0.00% 29.27% 4.88%
67.84%

Color #523A4E in popluar number systems.

HEX 52 3A 4E
Decimal 82 58 78
Binary 1010010 111010 1001110
Octal 122 72 116

Shades and tints

Shades of #523A4E

#523A4E
(82,58,78)
#4B3547
(75,53,71)
#443040
(68,48,64)
#3D2B39
(61,43,57)
#362632
(54,38,50)
#2F212B
(47,33,43)
#281C24
(40,28,36)
#21171D
(33,23,29)
#1A1216
(26,18,22)
#130D0F
(19,13,15)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #523A4E

#523A4E
(82,58,78)
#614B5E
(97,75,94)
#705C6E
(112,92,110)
#7F6D7E
(127,109,126)
#8E7E8E
(142,126,142)
#9D8F9E
(157,143,158)
#ACA0AE
(172,160,174)
#BBB1BE
(187,177,190)
#CAC2CE
(202,194,206)
#D9D3DE
(217,211,222)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523A4E color. Also use rgb(82,58,78) instead hex code.

Text Font Color

.myTextColor { color: #523A4E; }

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

This text font color is #523A4E.

Background Color

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

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

This div background color is #523A4E.

Border color

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

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

This div border color is #523A4E.

Opacity

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

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

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

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

This text has shadow with #523A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523A4E.

Preview

Color preview on black background

This text has color #523A4E on black background.


Color preview on white background

This text has color #523A4E on white background.


Black color preview on #523A4E background

This text has black color on #523A4E background.


White color preview on #523A4E background

This text has white color on #523A4E background.


Related colors

Complementary color

Complementary color for #hex is #ADC5B1.


I love getcolorcode.com

Triadic colors

1 #4E523A and #3A4E52 with #523A4E are triadic colors.

2 #4E3A52 and #3A524E with #523A4E are triadic colors.