COLOR #81704C

HEX: #81704C
RGB: (129,112,76)

Color info

#81704C contains red, green and blue colors in about the same proportion. Web safe color of #81704C is #996633 (or #963).

RGB color model

#81704C color RGB value is (129,112,76).

  • red value is 129;
  • green value is 112;
  • blue value is 76.
RGB:
(129,112,76)
(51%,44%,30%)

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 76 of 255 = 30%

129
112
76

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

Portions of RGB colors in percentages

R + G + B =
129 + 112 + 76 = 317 (100%)
R 129 of 317 ~ 40.69%
G 112 of 317 ~ 35.33%
B 76 of 317 ~ 23.97%

%40.69
%35.33
%23.97

CMYK color model

#81704C color CMYK value is (0,13,41,49).

  • cyan value is 0.00%
  • magenta value is 13.18%
  • yellow value is 41.09%
  • key color value is 49.41%
CMYK:
(0,13,41,49)
C0M13Y41K49 
(0%,13%,41%,49%)
(0.00/0.13/0.41/0.49)	

CMYK percentages

%0
%13.18
%41.09
%49.41

Codes

Color #81704C in popluar color models

81704C
RGB12911276
HSL41°25.85%40.20%
HSB/HSV41°41.09%50.59%
CMYK0.00%13.18%41.09%
49.41%

Color #81704C in popluar number systems.

HEX81704C
Decimal12911276
Binary1000000111100001001100
Octal201160114

Shades and tints

Shades of #81704C

#81704C
(129,112,76)
#766646
(118,102,70)
#6B5C40
(107,92,64)
#60523A
(96,82,58)
#554834
(85,72,52)
#4A3E2E
(74,62,46)
#3F3428
(63,52,40)
#342A22
(52,42,34)
#29201C
(41,32,28)
#1E1616
(30,22,22)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #81704C

#81704C
(129,112,76)
#8C7D5C
(140,125,92)
#978A6C
(151,138,108)
#A2977C
(162,151,124)
#ADA48C
(173,164,140)
#B8B19C
(184,177,156)
#C3BEAC
(195,190,172)
#CECBBC
(206,203,188)
#D9D8CC
(217,216,204)
#E4E5DC
(228,229,220)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81704C color. Also use rgb(129,112,76) instead hex code.

Text Font Color

.myTextColor { color: #81704C; }

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

This text font color is #81704C.


Background Color

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

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

This div background color is #81704C.


Border color

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

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

This div border color is #81704C.


Opacity

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

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

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

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

This text has shadow with #81704C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81704C on black background.


Color preview on white background

This text has color #81704C on white background.



Black color preview on #81704C background

This text has black color on #81704C background.


White color preview on #81704C background

This text has white color on #81704C background.