COLOR #82577F

HEX: #82577F
RGB: (130,87,127)

Color info

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

RGB color model

#82577F color RGB value is (130,87,127).

  • red value is 130;
  • green value is 87;
  • blue value is 127.
RGB:
(130,87,127)
(51%,34%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 87 of 255 = 34%
B 127 of 255 = 50%

130
87
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 87 + 127 = 344 (100%)
R 130 of 344 ~ 37.79%
G 87 of 344 ~ 25.29%
B 127 of 344 ~ 36.92%

%37.79
%25.29
%36.92

CMYK color model

#82577F color CMYK value is (0,33,2,49).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(0,33,2,49)
C0M33Y2K49 
(0%,33%,2%,49%)
(0.00/0.33/0.02/0.49)	

CMYK percentages

%0
%33.08
%2.31
%49.02

Codes

Color #82577F in popluar color models

82577F
RGB13087127
HSL304°19.82%42.55%
HSB/HSV304°33.08%50.98%
CMYK0.00%33.08%2.31%
49.02%

Color #82577F in popluar number systems.

HEX82577F
Decimal13087127
Binary1000001010101111111111
Octal202127177

Shades and tints

Shades of #82577F

#82577F
(130,87,127)
#775074
(119,80,116)
#6C4969
(108,73,105)
#61425E
(97,66,94)
#563B53
(86,59,83)
#4B3448
(75,52,72)
#402D3D
(64,45,61)
#352632
(53,38,50)
#2A1F27
(42,31,39)
#1F181C
(31,24,28)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #82577F

#82577F
(130,87,127)
#8D668A
(141,102,138)
#987595
(152,117,149)
#A384A0
(163,132,160)
#AE93AB
(174,147,171)
#B9A2B6
(185,162,182)
#C4B1C1
(196,177,193)
#CFC0CC
(207,192,204)
#DACFD7
(218,207,215)
#E5DEE2
(229,222,226)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82577F color. Also use rgb(130,87,127) instead hex code.

Text Font Color

.myTextColor { color: #82577F; }

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

This text font color is #82577F.


Background Color

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

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

This div background color is #82577F.


Border color

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

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

This div border color is #82577F.


Opacity

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

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

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

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

This text has shadow with #82577F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82577F on black background.


Color preview on white background

This text has color #82577F on white background.



Black color preview on #82577F background

This text has black color on #82577F background.


White color preview on #82577F background

This text has white color on #82577F background.