COLOR #81716C

HEX: #81716C
RGB: (129,113,108)

Color info

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

RGB color model

#81716C color RGB value is (129,113,108).

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

RGB channels and saturation

R 129 of 255 = 51%
G 113 of 255 = 44%
B 108 of 255 = 42%

129
113
108

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

Portions of RGB colors in percentages

R + G + B =
129 + 113 + 108 = 350 (100%)
R 129 of 350 ~ 36.86%
G 113 of 350 ~ 32.29%
B 108 of 350 ~ 30.86%

%36.86
%32.29
%30.86

CMYK color model

#81716C color CMYK value is (0,12,16,49).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 16.28%
  • key color value is 49.41%
CMYK:
(0,12,16,49)
C0M12Y16K49 
(0%,12%,16%,49%)
(0.00/0.12/0.16/0.49)	

CMYK percentages

%0
%12.4
%16.28
%49.41

Codes

Color #81716C in popluar color models

81716C
RGB129113108
HSL14°8.86%46.47%
HSB/HSV14°16.28%50.59%
CMYK0.00%12.40%16.28%
49.41%

Color #81716C in popluar number systems.

HEX81716C
Decimal129113108
Binary1000000111100011101100
Octal201161154

Shades and tints

Shades of #81716C

#81716C
(129,113,108)
#766763
(118,103,99)
#6B5D5A
(107,93,90)
#605351
(96,83,81)
#554948
(85,73,72)
#4A3F3F
(74,63,63)
#3F3536
(63,53,54)
#342B2D
(52,43,45)
#292124
(41,33,36)
#1E171B
(30,23,27)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #81716C

#81716C
(129,113,108)
#8C7D79
(140,125,121)
#978986
(151,137,134)
#A29593
(162,149,147)
#ADA1A0
(173,161,160)
#B8ADAD
(184,173,173)
#C3B9BA
(195,185,186)
#CEC5C7
(206,197,199)
#D9D1D4
(217,209,212)
#E4DDE1
(228,221,225)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81716C color. Also use rgb(129,113,108) instead hex code.

Text Font Color

.myTextColor { color: #81716C; }

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

This text font color is #81716C.


Background Color

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

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

This div background color is #81716C.


Border color

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

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

This div border color is #81716C.


Opacity

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

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

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

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

This text has shadow with #81716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81716C on black background.


Color preview on white background

This text has color #81716C on white background.



Black color preview on #81716C background

This text has black color on #81716C background.


White color preview on #81716C background

This text has white color on #81716C background.