COLOR #82527C

HEX: #82527C RGB: (130,82,124)

Color info

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

RGB color model

#82527C color RGB value is (130,82,124).

RGB: (130,82,124) (51%, 32%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 82 of 255 = 32%
B 124 of 255 = 49%

130
82
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 82 + 124 = 336 (100%)
R 130 of 336 ~ 38.69%
G 82 of 336 ~ 24.4%
B 124 of 336 ~ 36.9'%

%38.69
%24.4
%36.9

CMYK color model

#82527C color CMYK value is (0,37,5,49).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 4.62%
  • key color value is 49.02%

CMYK: (0,37,5,49)
C0M37Y5K49 (0%, 37%, 5%, 49%)
(0.00 / 0.37 / 0.05 / 0.49)

CMYK percentages

%0
%36.92
%4.62
%49.02

Codes

Color #82527C in popluar color models

82 52 7C
RGB 130 82 124
HSL 308° 22.64% 41.57%
HSB/HSV 308° 36.92% 50.98%
CMYK 0.00% 36.92% 4.62%
49.02%

Color #82527C in popluar number systems.

HEX 82 52 7C
Decimal 130 82 124
Binary 10000010 1010010 1111100
Octal 202 122 174

Shades and tints

Shades of #82527C

#82527C
(130,82,124)
#774B71
(119,75,113)
#6C4466
(108,68,102)
#613D5B
(97,61,91)
#563650
(86,54,80)
#4B2F45
(75,47,69)
#40283A
(64,40,58)
#35212F
(53,33,47)
#2A1A24
(42,26,36)
#1F1319
(31,19,25)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #82527C

#82527C
(130,82,124)
#8D6187
(141,97,135)
#987092
(152,112,146)
#A37F9D
(163,127,157)
#AE8EA8
(174,142,168)
#B99DB3
(185,157,179)
#C4ACBE
(196,172,190)
#CFBBC9
(207,187,201)
#DACAD4
(218,202,212)
#E5D9DF
(229,217,223)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82527C color. Also use rgb(130,82,124) instead hex code.

Text Font Color

.myTextColor { color: #82527C; }

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

This text font color is #82527C.

Background Color

.myBgColor { background-color: #82527C; }

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

This div background color is #82527C.

Border color

.myBorderColor { border: 1px solid #82527C; }

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

This div border color is #82527C.

Opacity

.myOpacity80 { color: #82527C; opacity: 0.8; }

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

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

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

This text has shadow with #82527C color.


.textShadow {text-shadow: 3px 3px 1px #82527C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82527C; -webkit-box-shadow: 1px 1px 3px 2px #82527C; box-shadow:1px 1px 3px 2px #82527C;">
Div content here
</div>

This div box has shadow with color #82527C.

Preview

Color preview on black background

This text has color #82527C on black background.


Color preview on white background

This text has color #82527C on white background.


Black color preview on #82527C background

This text has black color on #82527C background.


White color preview on #82527C background

This text has white color on #82527C background.


Related colors

Complementary color

Complementary color for #hex is #7DAD83.


I love getcolorcode.com

Triadic colors

1 #7C8252 and #527C82 with #82527C are triadic colors.

2 #7C5282 and #52827C with #82527C are triadic colors.