COLOR #82517D

HEX: #82517D
RGB: (130,81,125)

Color info

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

RGB color model

#82517D color RGB value is (130,81,125).

  • red value is 130;
  • green value is 81;
  • blue value is 125.
RGB:
(130,81,125)
(51%,32%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 81 of 255 = 32%
B 125 of 255 = 49%

130
81
125

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

Portions of RGB colors in percentages

R + G + B =
130 + 81 + 125 = 336 (100%)
R 130 of 336 ~ 38.69%
G 81 of 336 ~ 24.11%
B 125 of 336 ~ 37.2%

%38.69
%24.11
%37.2

CMYK color model

#82517D color CMYK value is (0,38,4,49).

  • cyan value is 0.00%
  • magenta value is 37.69%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(0,38,4,49)
C0M38Y4K49 
(0%,38%,4%,49%)
(0.00/0.38/0.04/0.49)	

CMYK percentages

%0
%37.69
%3.85
%49.02

Codes

Color #82517D in popluar color models

82517D
RGB13081125
HSL306°23.22%41.37%
HSB/HSV306°37.69%50.98%
CMYK0.00%37.69%3.85%
49.02%

Color #82517D in popluar number systems.

HEX82517D
Decimal13081125
Binary1000001010100011111101
Octal202121175

Shades and tints

Shades of #82517D

#82517D
(130,81,125)
#774A72
(119,74,114)
#6C4367
(108,67,103)
#613C5C
(97,60,92)
#563551
(86,53,81)
#4B2E46
(75,46,70)
#40273B
(64,39,59)
#352030
(53,32,48)
#2A1925
(42,25,37)
#1F121A
(31,18,26)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #82517D

#82517D
(130,81,125)
#8D6088
(141,96,136)
#986F93
(152,111,147)
#A37E9E
(163,126,158)
#AE8DA9
(174,141,169)
#B99CB4
(185,156,180)
#C4ABBF
(196,171,191)
#CFBACA
(207,186,202)
#DAC9D5
(218,201,213)
#E5D8E0
(229,216,224)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82517D color. Also use rgb(130,81,125) instead hex code.

Text Font Color

.myTextColor { color: #82517D; }

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

This text font color is #82517D.


Background Color

.myBgColor { background-color: #82517D; }

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

This div background color is #82517D.


Border color

.myBorderColor { border: 1px solid #82517D; }

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

This div border color is #82517D.


Opacity

.myOpacity80 { color: #82517D; opacity: 0.8; }

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

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

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

This text has shadow with #82517D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82517D on black background.


Color preview on white background

This text has color #82517D on white background.



Black color preview on #82517D background

This text has black color on #82517D background.


White color preview on #82517D background

This text has white color on #82517D background.