COLOR #81706D

HEX: #81706D RGB: (129,112,109)

Color info

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

RGB color model

#81706D color RGB value is (129,112,109).

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

RGB channels and saturation

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

129
112
109

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

Portions of RGB colors in percentages

R + G + B = 129 + 112 + 109 = 350 (100%)
R 129 of 350 ~ 36.86%
G 112 of 350 ~ 32%
B 109 of 350 ~ 31.14'%

%36.86
%32
%31.14

CMYK color model

#81706D color CMYK value is (0,13,16,49).

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

CMYK: (0,13,16,49)
C0M13Y16K49 (0%, 13%, 16%, 49%)
(0.00 / 0.13 / 0.16 / 0.49)

CMYK percentages

%0
%13.18
%15.5
%49.41

Codes

Color #81706D in popluar color models

81 70 6D
RGB 129 112 109
HSL 8.40% 46.67%
HSB/HSV 15.50% 50.59%
CMYK 0.00% 13.18% 15.50%
49.41%

Color #81706D in popluar number systems.

HEX 81 70 6D
Decimal 129 112 109
Binary 10000001 1110000 1101101
Octal 201 160 155

Shades and tints

Shades of #81706D

#81706D
(129,112,109)
#766664
(118,102,100)
#6B5C5B
(107,92,91)
#605252
(96,82,82)
#554849
(85,72,73)
#4A3E40
(74,62,64)
#3F3437
(63,52,55)
#342A2E
(52,42,46)
#292025
(41,32,37)
#1E161C
(30,22,28)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #81706D

#81706D
(129,112,109)
#8C7D7A
(140,125,122)
#978A87
(151,138,135)
#A29794
(162,151,148)
#ADA4A1
(173,164,161)
#B8B1AE
(184,177,174)
#C3BEBB
(195,190,187)
#CECBC8
(206,203,200)
#D9D8D5
(217,216,213)
#E4E5E2
(228,229,226)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81706D; }

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

This text font color is #81706D.

Background Color

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

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

This div background color is #81706D.

Border color

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

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

This div border color is #81706D.

Opacity

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

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

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

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

This text has shadow with #81706D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81706D.

Preview

Color preview on black background

This text has color #81706D on black background.


Color preview on white background

This text has color #81706D on white background.


Black color preview on #81706D background

This text has black color on #81706D background.


White color preview on #81706D background

This text has white color on #81706D background.


Related colors

Complementary color

Complementary color for #hex is #7E8F92.


I love getcolorcode.com

Triadic colors

1 #6D8170 and #706D81 with #81706D are triadic colors.

2 #6D7081 and #70816D with #81706D are triadic colors.