COLOR #523271

HEX: #523271
RGB: (82,50,113)

Color info

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

RGB color model

#523271 color RGB value is (82,50,113).

  • red value is 82;
  • green value is 50;
  • blue value is 113.
RGB:
(82,50,113)
(32%,20%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 113 of 255 = 44%

82
50
113

R + G + B ~ 32%. #523271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 113 = 245 (100%)
R 82 of 245 ~ 33.47%
G 50 of 245 ~ 20.41%
B 113 of 245 ~ 46.12%

%33.47
%20.41
%46.12

CMYK color model

#523271 color CMYK value is (27,56,0,56).

  • cyan value is 27.43%
  • magenta value is 55.75%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(27,56,0,56)
C27M56Y0K56 
(27%,56%,0%,56%)
(0.27/0.56/0.00/0.56)	

CMYK percentages

%27.43
%55.75
%0
%55.69

Codes

Color #523271 in popluar color models

523271
RGB8250113
HSL270°38.65%31.96%
HSB/HSV270°55.75%44.31%
CMYK27.43%55.75%0.00%
55.69%

Color #523271 in popluar number systems.

HEX523271
Decimal8250113
Binary10100101100101110001
Octal12262161

Shades and tints

Shades of #523271

#523271
(82,50,113)
#4B2E67
(75,46,103)
#442A5D
(68,42,93)
#3D2653
(61,38,83)
#362249
(54,34,73)
#2F1E3F
(47,30,63)
#281A35
(40,26,53)
#21162B
(33,22,43)
#1A1221
(26,18,33)
#130E17
(19,14,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #523271

#523271
(82,50,113)
#61447D
(97,68,125)
#705689
(112,86,137)
#7F6895
(127,104,149)
#8E7AA1
(142,122,161)
#9D8CAD
(157,140,173)
#AC9EB9
(172,158,185)
#BBB0C5
(187,176,197)
#CAC2D1
(202,194,209)
#D9D4DD
(217,212,221)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523271 color. Also use rgb(82,50,113) instead hex code.

Text Font Color

.myTextColor { color: #523271; }

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

This text font color is #523271.


Background Color

.myBgColor { background-color: #523271; }

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

This div background color is #523271.


Border color

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

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

This div border color is #523271.


Opacity

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

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

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

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

This text has shadow with #523271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523271 on black background.


Color preview on white background

This text has color #523271 on white background.



Black color preview on #523271 background

This text has black color on #523271 background.


White color preview on #523271 background

This text has white color on #523271 background.