COLOR #523D87

HEX: #523D87
RGB: (82,61,135)

Color info

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

RGB color model

#523D87 color RGB value is (82,61,135).

  • red value is 82;
  • green value is 61;
  • blue value is 135.
RGB:
(82,61,135)
(32%,24%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 61 of 255 = 24%
B 135 of 255 = 53%

82
61
135

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

Portions of RGB colors in percentages

R + G + B =
82 + 61 + 135 = 278 (100%)
R 82 of 278 ~ 29.5%
G 61 of 278 ~ 21.94%
B 135 of 278 ~ 48.56%

%29.5
%21.94
%48.56

CMYK color model

#523D87 color CMYK value is (39,55,0,47).

  • cyan value is 39.26%
  • magenta value is 54.81%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(39,55,0,47)
C39M55Y0K47 
(39%,55%,0%,47%)
(0.39/0.55/0.00/0.47)	

CMYK percentages

%39.26
%54.81
%0
%47.06

Codes

Color #523D87 in popluar color models

523D87
RGB8261135
HSL257°37.76%38.43%
HSB/HSV257°54.81%52.94%
CMYK39.26%54.81%0.00%
47.06%

Color #523D87 in popluar number systems.

HEX523D87
Decimal8261135
Binary101001011110110000111
Octal12275207

Shades and tints

Shades of #523D87

#523D87
(82,61,135)
#4B387B
(75,56,123)
#44336F
(68,51,111)
#3D2E63
(61,46,99)
#362957
(54,41,87)
#2F244B
(47,36,75)
#281F3F
(40,31,63)
#211A33
(33,26,51)
#1A1527
(26,21,39)
#13101B
(19,16,27)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #523D87

#523D87
(82,61,135)
#614E91
(97,78,145)
#705F9B
(112,95,155)
#7F70A5
(127,112,165)
#8E81AF
(142,129,175)
#9D92B9
(157,146,185)
#ACA3C3
(172,163,195)
#BBB4CD
(187,180,205)
#CAC5D7
(202,197,215)
#D9D6E1
(217,214,225)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523D87 color. Also use rgb(82,61,135) instead hex code.

Text Font Color

.myTextColor { color: #523D87; }

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

This text font color is #523D87.


Background Color

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

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

This div background color is #523D87.


Border color

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

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

This div border color is #523D87.


Opacity

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

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

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

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

This text has shadow with #523D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523D87 on black background.


Color preview on white background

This text has color #523D87 on white background.



Black color preview on #523D87 background

This text has black color on #523D87 background.


White color preview on #523D87 background

This text has white color on #523D87 background.