COLOR #81706E

HEX: #81706E RGB: (129,112,110)

Color info

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

RGB color model

#81706E color RGB value is (129,112,110).

RGB: (129,112,110) (51%, 44%, 43%)

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 110 of 255 = 43%

129
112
110

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

Portions of RGB colors in percentages

R + G + B = 129 + 112 + 110 = 351 (100%)
R 129 of 351 ~ 36.75%
G 112 of 351 ~ 31.91%
B 110 of 351 ~ 31.34'%

%36.75
%31.91
%31.34

CMYK color model

#81706E color CMYK value is (0,13,15,49).

  • cyan value is 0.00%
  • magenta value is 13.18%
  • yellow value is 14.73%
  • key color value is 49.41%

CMYK: (0,13,15,49)
C0M13Y15K49 (0%, 13%, 15%, 49%)
(0.00 / 0.13 / 0.15 / 0.49)

CMYK percentages

%0
%13.18
%14.73
%49.41

Codes

Color #81706E in popluar color models

81 70 6E
RGB 129 112 110
HSL 7.95% 46.86%
HSB/HSV 14.73% 50.59%
CMYK 0.00% 13.18% 14.73%
49.41%

Color #81706E in popluar number systems.

HEX 81 70 6E
Decimal 129 112 110
Binary 10000001 1110000 1101110
Octal 201 160 156

Shades and tints

Shades of #81706E

#81706E
(129,112,110)
#766664
(118,102,100)
#6B5C5A
(107,92,90)
#605250
(96,82,80)
#554846
(85,72,70)
#4A3E3C
(74,62,60)
#3F3432
(63,52,50)
#342A28
(52,42,40)
#29201E
(41,32,30)
#1E1614
(30,22,20)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #81706E

#81706E
(129,112,110)
#8C7D7B
(140,125,123)
#978A88
(151,138,136)
#A29795
(162,151,149)
#ADA4A2
(173,164,162)
#B8B1AF
(184,177,175)
#C3BEBC
(195,190,188)
#CECBC9
(206,203,201)
#D9D8D6
(217,216,214)
#E4E5E3
(228,229,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81706E color. Also use rgb(129,112,110) instead hex code.

Text Font Color

.myTextColor { color: #81706E; }

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

This text font color is #81706E.

Background Color

.myBgColor { background-color: #81706E; }

<div style="background-color:#81706E">Inner text</div>

This div background color is #81706E.

Border color

.myBorderColor { border: 1px solid #81706E; }

<div style="border:3px solid #81706E">Div</div>

This div border color is #81706E.

Opacity

.myOpacity80 { color: #81706E; opacity: 0.8; }

<p style="color:#81706E;opacity:0.8;">80%</p>

Text with #81706E 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 #81706E;}

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

This text has shadow with #81706E color.


.textShadow {text-shadow: 3px 3px 1px #81706E', 3px 3px 1px red;}

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

This text has shadow with #81706E primary color and red secondary color.


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

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

This text has shadow with #81706E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #81706E; -webkit-box-shadow: 1px 1px 3px 2px #81706E; box-shadow:1px 1px 3px 2px #81706E;">
Div content here
</div>

This div box has shadow with color #81706E.

Preview

Color preview on black background

This text has color #81706E on black background.


Color preview on white background

This text has color #81706E on white background.


Black color preview on #81706E background

This text has black color on #81706E background.


White color preview on #81706E background

This text has white color on #81706E background.


Related colors

Complementary color

Complementary color for #hex is #7E8F91.


I love getcolorcode.com

Triadic colors

1 #6E8170 and #706E81 with #81706E are triadic colors.

2 #6E7081 and #70816E with #81706E are triadic colors.