COLOR #523C95

HEX: #523C95
RGB: (82,60,149)

Color info

#523C95 contains mainly blue color. Web safe color of #523C95 is #663399 (or #639).

RGB color model

#523C95 color RGB value is (82,60,149).

  • red value is 82;
  • green value is 60;
  • blue value is 149.
RGB:
(82,60,149)
(32%,24%,58%)

RGB channels and saturation

R 82 of 255 = 32%
G 60 of 255 = 24%
B 149 of 255 = 58%

82
60
149

R + G + B ~ 38%. #523C95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 60 + 149 = 291 (100%)
R 82 of 291 ~ 28.18%
G 60 of 291 ~ 20.62%
B 149 of 291 ~ 51.2%

%28.18
%20.62
%51.2

CMYK color model

#523C95 color CMYK value is (45,60,0,42).

  • cyan value is 44.97%
  • magenta value is 59.73%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(45,60,0,42)
C45M60Y0K42 
(45%,60%,0%,42%)
(0.45/0.60/0.00/0.42)	

CMYK percentages

%44.97
%59.73
%0
%41.57

Codes

Color #523C95 in popluar color models

523C95
RGB8260149
HSL255°42.58%40.98%
HSB/HSV255°59.73%58.43%
CMYK44.97%59.73%0.00%
41.57%

Color #523C95 in popluar number systems.

HEX523C95
Decimal8260149
Binary101001011110010010101
Octal12274225

Shades and tints

Shades of #523C95

#523C95
(82,60,149)
#4B3788
(75,55,136)
#44327B
(68,50,123)
#3D2D6E
(61,45,110)
#362861
(54,40,97)
#2F2354
(47,35,84)
#281E47
(40,30,71)
#21193A
(33,25,58)
#1A142D
(26,20,45)
#130F20
(19,15,32)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #523C95

#523C95
(82,60,149)
#614D9E
(97,77,158)
#705EA7
(112,94,167)
#7F6FB0
(127,111,176)
#8E80B9
(142,128,185)
#9D91C2
(157,145,194)
#ACA2CB
(172,162,203)
#BBB3D4
(187,179,212)
#CAC4DD
(202,196,221)
#D9D5E6
(217,213,230)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523C95; }

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

This text font color is #523C95.


Background Color

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

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

This div background color is #523C95.


Border color

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

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

This div border color is #523C95.


Opacity

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

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

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

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

This text has shadow with #523C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523C95 on black background.


Color preview on white background

This text has color #523C95 on white background.



Black color preview on #523C95 background

This text has black color on #523C95 background.


White color preview on #523C95 background

This text has white color on #523C95 background.