COLOR #523E81

HEX: #523E81 RGB: (82,62,129)

Color info

#523E81 contains mainly red and blue colors. Web safe color of #523E81 is #663399 (or #639).

RGB color model

#523E81 color RGB value is (82,62,129).

RGB: (82,62,129) (32%, 24%, 51%)

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 129 of 255 = 51%

82
62
129

R + G + B ~ 36%. #523E81 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 62 + 129 = 273 (100%)
R 82 of 273 ~ 30.04%
G 62 of 273 ~ 22.71%
B 129 of 273 ~ 47.25'%

%30.04
%22.71
%47.25

CMYK color model

#523E81 color CMYK value is (36,52,0,49).

  • cyan value is 36.43%
  • magenta value is 51.94%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (36,52,0,49)
C36M52Y0K49 (36%, 52%, 0%, 49%)
(0.36 / 0.52 / 0.00 / 0.49)

CMYK percentages

%36.43
%51.94
%0
%49.41

Codes

Color #523E81 in popluar color models

52 3E 81
RGB 82 62 129
HSL 258° 35.08% 37.45%
HSB/HSV 258° 51.94% 50.59%
CMYK 36.43% 51.94% 0.00%
49.41%

Color #523E81 in popluar number systems.

HEX 52 3E 81
Decimal 82 62 129
Binary 1010010 111110 10000001
Octal 122 76 201

Shades and tints

Shades of #523E81

#523E81
(82,62,129)
#4B3976
(75,57,118)
#44346B
(68,52,107)
#3D2F60
(61,47,96)
#362A55
(54,42,85)
#2F254A
(47,37,74)
#28203F
(40,32,63)
#211B34
(33,27,52)
#1A1629
(26,22,41)
#13111E
(19,17,30)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #523E81

#523E81
(82,62,129)
#614F8C
(97,79,140)
#706097
(112,96,151)
#7F71A2
(127,113,162)
#8E82AD
(142,130,173)
#9D93B8
(157,147,184)
#ACA4C3
(172,164,195)
#BBB5CE
(187,181,206)
#CAC6D9
(202,198,217)
#D9D7E4
(217,215,228)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523E81; }

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

This text font color is #523E81.

Background Color

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

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

This div background color is #523E81.

Border color

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

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

This div border color is #523E81.

Opacity

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

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

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

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

This text has shadow with #523E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523E81.

Preview

Color preview on black background

This text has color #523E81 on black background.


Color preview on white background

This text has color #523E81 on white background.


Black color preview on #523E81 background

This text has black color on #523E81 background.


White color preview on #523E81 background

This text has white color on #523E81 background.


Related colors

Complementary color

Complementary color for #hex is #ADC17E.


I love getcolorcode.com

Triadic colors

1 #81523E and #3E8152 with #523E81 are triadic colors.

2 #813E52 and #3E5281 with #523E81 are triadic colors.