COLOR #83527F

HEX: #83527F
RGB: (131,82,127)

Color info

#83527F contains red, green and blue colors in about the same proportion. Web safe color of #83527F is #996666 (or #966).

RGB color model

#83527F color RGB value is (131,82,127).

  • red value is 131;
  • green value is 82;
  • blue value is 127.
RGB:
(131,82,127)
(51%,32%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 82 of 255 = 32%
B 127 of 255 = 50%

131
82
127

R + G + B ~ 44%. #83527F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 82 + 127 = 340 (100%)
R 131 of 340 ~ 38.53%
G 82 of 340 ~ 24.12%
B 127 of 340 ~ 37.35%

%38.53
%24.12
%37.35

CMYK color model

#83527F color CMYK value is (0,37,3,49).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(0,37,3,49)
C0M37Y3K49 
(0%,37%,3%,49%)
(0.00/0.37/0.03/0.49)	

CMYK percentages

%0
%37.4
%3.05
%48.63

Codes

Color #83527F in popluar color models

83527F
RGB13182127
HSL305°23.00%41.76%
HSB/HSV305°37.40%51.37%
CMYK0.00%37.40%3.05%
48.63%

Color #83527F in popluar number systems.

HEX83527F
Decimal13182127
Binary1000001110100101111111
Octal203122177

Shades and tints

Shades of #83527F

#83527F
(131,82,127)
#784B74
(120,75,116)
#6D4469
(109,68,105)
#623D5E
(98,61,94)
#573653
(87,54,83)
#4C2F48
(76,47,72)
#41283D
(65,40,61)
#362132
(54,33,50)
#2B1A27
(43,26,39)
#20131C
(32,19,28)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #83527F

#83527F
(131,82,127)
#8E618A
(142,97,138)
#997095
(153,112,149)
#A47FA0
(164,127,160)
#AF8EAB
(175,142,171)
#BA9DB6
(186,157,182)
#C5ACC1
(197,172,193)
#D0BBCC
(208,187,204)
#DBCAD7
(219,202,215)
#E6D9E2
(230,217,226)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83527F color. Also use rgb(131,82,127) instead hex code.

Text Font Color

.myTextColor { color: #83527F; }

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

This text font color is #83527F.


Background Color

.myBgColor { background-color: #83527F; }

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

This div background color is #83527F.


Border color

.myBorderColor { border: 1px solid #83527F; }

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

This div border color is #83527F.


Opacity

.myOpacity80 { color: #83527F; opacity: 0.8; }

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

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

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

This text has shadow with #83527F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83527F on black background.


Color preview on white background

This text has color #83527F on white background.



Black color preview on #83527F background

This text has black color on #83527F background.


White color preview on #83527F background

This text has white color on #83527F background.