COLOR #817F81

HEX: #817F81
RGB: (129,127,129)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

129
127
129

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 129 = 385 (100%)
R 129 of 385 ~ 33.51%
G 127 of 385 ~ 32.99%
B 129 of 385 ~ 33.51%

%33.51
%32.99
%33.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(0,2,0,49)
C0M2Y0K49 
(0%,2%,0%,49%)
(0.00/0.02/0.00/0.49)	

CMYK percentages

%0
%1.55
%0
%49.41

Codes

Color #817F81 in popluar color models

817F81
RGB129127129
HSL300°0.79%50.20%
HSB/HSV300°1.55%50.59%
CMYK0.00%1.55%0.00%
49.41%

Color #817F81 in popluar number systems.

HEX817F81
Decimal129127129
Binary10000001111111110000001
Octal201177201

Shades and tints

Shades of #817F81

#817F81
(129,127,129)
#767476
(118,116,118)
#6B696B
(107,105,107)
#605E60
(96,94,96)
#555355
(85,83,85)
#4A484A
(74,72,74)
#3F3D3F
(63,61,63)
#343234
(52,50,52)
#292729
(41,39,41)
#1E1C1E
(30,28,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #817F81

#817F81
(129,127,129)
#8C8A8C
(140,138,140)
#979597
(151,149,151)
#A2A0A2
(162,160,162)
#ADABAD
(173,171,173)
#B8B6B8
(184,182,184)
#C3C1C3
(195,193,195)
#CECCCE
(206,204,206)
#D9D7D9
(217,215,217)
#E4E2E4
(228,226,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F81; }

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

This text font color is #817F81.


Background Color

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

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

This div background color is #817F81.


Border color

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

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

This div border color is #817F81.


Opacity

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

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

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

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

This text has shadow with #817F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F81 on black background.


Color preview on white background

This text has color #817F81 on white background.



Black color preview on #817F81 background

This text has black color on #817F81 background.


White color preview on #817F81 background

This text has white color on #817F81 background.