COLOR #817F71

HEX: #817F71
RGB: (129,127,113)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

129
127
113

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 113 = 369 (100%)
R 129 of 369 ~ 34.96%
G 127 of 369 ~ 34.42%
B 113 of 369 ~ 30.62%

%34.96
%34.42
%30.62

CMYK color model

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

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

CMYK percentages

%0
%1.55
%12.4
%49.41

Codes

Color #817F71 in popluar color models

817F71
RGB129127113
HSL53°6.61%47.45%
HSB/HSV53°12.40%50.59%
CMYK0.00%1.55%12.40%
49.41%

Color #817F71 in popluar number systems.

HEX817F71
Decimal129127113
Binary1000000111111111110001
Octal201177161

Shades and tints

Shades of #817F71

#817F71
(129,127,113)
#767467
(118,116,103)
#6B695D
(107,105,93)
#605E53
(96,94,83)
#555349
(85,83,73)
#4A483F
(74,72,63)
#3F3D35
(63,61,53)
#34322B
(52,50,43)
#292721
(41,39,33)
#1E1C17
(30,28,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #817F71

#817F71
(129,127,113)
#8C8A7D
(140,138,125)
#979589
(151,149,137)
#A2A095
(162,160,149)
#ADABA1
(173,171,161)
#B8B6AD
(184,182,173)
#C3C1B9
(195,193,185)
#CECCC5
(206,204,197)
#D9D7D1
(217,215,209)
#E4E2DD
(228,226,221)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F71; }

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

This text font color is #817F71.


Background Color

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

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

This div background color is #817F71.


Border color

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

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

This div border color is #817F71.


Opacity

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

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

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

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

This text has shadow with #817F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F71 on black background.


Color preview on white background

This text has color #817F71 on white background.



Black color preview on #817F71 background

This text has black color on #817F71 background.


White color preview on #817F71 background

This text has white color on #817F71 background.