COLOR #523E7C

HEX: #523E7C
RGB: (82,62,124)

Color info

#523E7C contains mainly red and blue colors. Web safe color of #523E7C is #663366 (or #636).

RGB color model

#523E7C color RGB value is (82,62,124).

  • red value is 82;
  • green value is 62;
  • blue value is 124.
RGB:
(82,62,124)
(32%,24%,49%)

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 124 of 255 = 49%

82
62
124

R + G + B ~ 35%. #523E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 62 + 124 = 268 (100%)
R 82 of 268 ~ 30.6%
G 62 of 268 ~ 23.13%
B 124 of 268 ~ 46.27%

%30.6
%23.13
%46.27

CMYK color model

#523E7C color CMYK value is (34,50,0,51).

  • cyan value is 33.87%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(34,50,0,51)
C34M50Y0K51 
(34%,50%,0%,51%)
(0.34/0.50/0.00/0.51)	

CMYK percentages

%33.87
%50
%0
%51.37

Codes

Color #523E7C in popluar color models

523E7C
RGB8262124
HSL259°33.33%36.47%
HSB/HSV259°50.00%48.63%
CMYK33.87%50.00%0.00%
51.37%

Color #523E7C in popluar number systems.

HEX523E7C
Decimal8262124
Binary10100101111101111100
Octal12276174

Shades and tints

Shades of #523E7C

#523E7C
(82,62,124)
#4B3971
(75,57,113)
#443466
(68,52,102)
#3D2F5B
(61,47,91)
#362A50
(54,42,80)
#2F2545
(47,37,69)
#28203A
(40,32,58)
#211B2F
(33,27,47)
#1A1624
(26,22,36)
#131119
(19,17,25)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #523E7C

#523E7C
(82,62,124)
#614F87
(97,79,135)
#706092
(112,96,146)
#7F719D
(127,113,157)
#8E82A8
(142,130,168)
#9D93B3
(157,147,179)
#ACA4BE
(172,164,190)
#BBB5C9
(187,181,201)
#CAC6D4
(202,198,212)
#D9D7DF
(217,215,223)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523E7C; }

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

This text font color is #523E7C.


Background Color

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

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

This div background color is #523E7C.


Border color

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

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

This div border color is #523E7C.


Opacity

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

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

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

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

This text has shadow with #523E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523E7C on black background.


Color preview on white background

This text has color #523E7C on white background.



Black color preview on #523E7C background

This text has black color on #523E7C background.


White color preview on #523E7C background

This text has white color on #523E7C background.