COLOR #523572

HEX: #523572
RGB: (82,53,114)

Color info

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

RGB color model

#523572 color RGB value is (82,53,114).

  • red value is 82;
  • green value is 53;
  • blue value is 114.
RGB:
(82,53,114)
(32%,21%,45%)

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 114 of 255 = 45%

82
53
114

R + G + B ~ 33%. #523572 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 114 = 249 (100%)
R 82 of 249 ~ 32.93%
G 53 of 249 ~ 21.29%
B 114 of 249 ~ 45.78%

%32.93
%21.29
%45.78

CMYK color model

#523572 color CMYK value is (28,54,0,55).

  • cyan value is 28.07%
  • magenta value is 53.51%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(28,54,0,55)
C28M54Y0K55 
(28%,54%,0%,55%)
(0.28/0.54/0.00/0.55)	

CMYK percentages

%28.07
%53.51
%0
%55.29

Codes

Color #523572 in popluar color models

523572
RGB8253114
HSL269°36.53%32.75%
HSB/HSV269°53.51%44.71%
CMYK28.07%53.51%0.00%
55.29%

Color #523572 in popluar number systems.

HEX523572
Decimal8253114
Binary10100101101011110010
Octal12265162

Shades and tints

Shades of #523572

#523572
(82,53,114)
#4B3168
(75,49,104)
#442D5E
(68,45,94)
#3D2954
(61,41,84)
#36254A
(54,37,74)
#2F2140
(47,33,64)
#281D36
(40,29,54)
#21192C
(33,25,44)
#1A1522
(26,21,34)
#131118
(19,17,24)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #523572

#523572
(82,53,114)
#61477E
(97,71,126)
#70598A
(112,89,138)
#7F6B96
(127,107,150)
#8E7DA2
(142,125,162)
#9D8FAE
(157,143,174)
#ACA1BA
(172,161,186)
#BBB3C6
(187,179,198)
#CAC5D2
(202,197,210)
#D9D7DE
(217,215,222)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523572 color. Also use rgb(82,53,114) instead hex code.

Text Font Color

.myTextColor { color: #523572; }

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

This text font color is #523572.


Background Color

.myBgColor { background-color: #523572; }

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

This div background color is #523572.


Border color

.myBorderColor { border: 1px solid #523572; }

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

This div border color is #523572.


Opacity

.myOpacity80 { color: #523572; opacity: 0.8; }

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

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

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

This text has shadow with #523572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523572 on black background.


Color preview on white background

This text has color #523572 on white background.



Black color preview on #523572 background

This text has black color on #523572 background.


White color preview on #523572 background

This text has white color on #523572 background.