COLOR #82717F

HEX: #82717F
RGB: (130,113,127)

Color info

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

RGB color model

#82717F color RGB value is (130,113,127).

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

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 127 of 255 = 50%

130
113
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 113 + 127 = 370 (100%)
R 130 of 370 ~ 35.14%
G 113 of 370 ~ 30.54%
B 127 of 370 ~ 34.32%

%35.14
%30.54
%34.32

CMYK color model

#82717F color CMYK value is (0,13,2,49).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(0,13,2,49)
C0M13Y2K49 
(0%,13%,2%,49%)
(0.00/0.13/0.02/0.49)	

CMYK percentages

%0
%13.08
%2.31
%49.02

Codes

Color #82717F in popluar color models

82717F
RGB130113127
HSL311°7.00%47.65%
HSB/HSV311°13.08%50.98%
CMYK0.00%13.08%2.31%
49.02%

Color #82717F in popluar number systems.

HEX82717F
Decimal130113127
Binary1000001011100011111111
Octal202161177

Shades and tints

Shades of #82717F

#82717F
(130,113,127)
#776774
(119,103,116)
#6C5D69
(108,93,105)
#61535E
(97,83,94)
#564953
(86,73,83)
#4B3F48
(75,63,72)
#40353D
(64,53,61)
#352B32
(53,43,50)
#2A2127
(42,33,39)
#1F171C
(31,23,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #82717F

#82717F
(130,113,127)
#8D7D8A
(141,125,138)
#988995
(152,137,149)
#A395A0
(163,149,160)
#AEA1AB
(174,161,171)
#B9ADB6
(185,173,182)
#C4B9C1
(196,185,193)
#CFC5CC
(207,197,204)
#DAD1D7
(218,209,215)
#E5DDE2
(229,221,226)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82717F; }

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

This text font color is #82717F.


Background Color

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

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

This div background color is #82717F.


Border color

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

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

This div border color is #82717F.


Opacity

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

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

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

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

This text has shadow with #82717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82717F on black background.


Color preview on white background

This text has color #82717F on white background.



Black color preview on #82717F background

This text has black color on #82717F background.


White color preview on #82717F background

This text has white color on #82717F background.