COLOR #817F82

HEX: #817F82
RGB: (129,127,130)

Color info

#817F82 contains red, green and blue colors in about the same proportion. Web safe color of #817F82 is #996699 (or #969).

RGB color model

#817F82 color RGB value is (129,127,130).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 130 of 255 = 51%

129
127
130

R + G + B ~ 51%. #817F82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 130 = 386 (100%)
R 129 of 386 ~ 33.42%
G 127 of 386 ~ 32.9%
B 130 of 386 ~ 33.68%

%33.42
%32.9
%33.68

CMYK color model

#817F82 color CMYK value is (1,2,0,49).

  • cyan value is 0.77%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(1,2,0,49)
C1M2Y0K49 
(1%,2%,0%,49%)
(0.01/0.02/0.00/0.49)	

CMYK percentages

%0.77
%2.31
%0
%49.02

Codes

Color #817F82 in popluar color models

817F82
RGB129127130
HSL280°1.19%50.39%
HSB/HSV280°2.31%50.98%
CMYK0.77%2.31%0.00%
49.02%

Color #817F82 in popluar number systems.

HEX817F82
Decimal129127130
Binary10000001111111110000010
Octal201177202

Shades and tints

Shades of #817F82

#817F82
(129,127,130)
#767477
(118,116,119)
#6B696C
(107,105,108)
#605E61
(96,94,97)
#555356
(85,83,86)
#4A484B
(74,72,75)
#3F3D40
(63,61,64)
#343235
(52,50,53)
#29272A
(41,39,42)
#1E1C1F
(30,28,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #817F82

#817F82
(129,127,130)
#8C8A8D
(140,138,141)
#979598
(151,149,152)
#A2A0A3
(162,160,163)
#ADABAE
(173,171,174)
#B8B6B9
(184,182,185)
#C3C1C4
(195,193,196)
#CECCCF
(206,204,207)
#D9D7DA
(217,215,218)
#E4E2E5
(228,226,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817F82 color. Also use rgb(129,127,130) instead hex code.

Text Font Color

.myTextColor { color: #817F82; }

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

This text font color is #817F82.


Background Color

.myBgColor { background-color: #817F82; }

<div style="background-color:#817F82">Inner text</div>

This div background color is #817F82.


Border color

.myBorderColor { border: 1px solid #817F82; }

<div style="border:3px solid #817F82">Div</div>

This div border color is #817F82.


Opacity

.myOpacity80 { color: #817F82; opacity: 0.8; }

<p style="color:#817F82;opacity:0.8;">80%</p>

Text with #817F82 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 #817F82;}

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

This text has shadow with #817F82 color.

.textShadow {text-shadow: 3px 3px 1px #817F82, 3px 3px 1px red;}

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

This text has shadow with #817F82 primary color and red secondary color.


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

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

This text has shadow with #817F82 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F82 on black background.


Color preview on white background

This text has color #817F82 on white background.



Black color preview on #817F82 background

This text has black color on #817F82 background.


White color preview on #817F82 background

This text has white color on #817F82 background.