COLOR #816D66

HEX: #816D66
RGB: (129,109,102)

Color info

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

RGB color model

#816D66 color RGB value is (129,109,102).

  • red value is 129;
  • green value is 109;
  • blue value is 102.
RGB:
(129,109,102)
(51%,43%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 109 of 255 = 43%
B 102 of 255 = 40%

129
109
102

R + G + B ~ 45%. #816D66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 109 + 102 = 340 (100%)
R 129 of 340 ~ 37.94%
G 109 of 340 ~ 32.06%
B 102 of 340 ~ 30%

%37.94
%32.06
%30

CMYK color model

#816D66 color CMYK value is (0,16,21,49).

  • cyan value is 0.00%
  • magenta value is 15.50%
  • yellow value is 20.93%
  • key color value is 49.41%
CMYK:
(0,16,21,49)
C0M16Y21K49 
(0%,16%,21%,49%)
(0.00/0.16/0.21/0.49)	

CMYK percentages

%0
%15.5
%20.93
%49.41

Codes

Color #816D66 in popluar color models

816D66
RGB129109102
HSL16°11.69%45.29%
HSB/HSV16°20.93%50.59%
CMYK0.00%15.50%20.93%
49.41%

Color #816D66 in popluar number systems.

HEX816D66
Decimal129109102
Binary1000000111011011100110
Octal201155146

Shades and tints

Shades of #816D66

#816D66
(129,109,102)
#76645D
(118,100,93)
#6B5B54
(107,91,84)
#60524B
(96,82,75)
#554942
(85,73,66)
#4A4039
(74,64,57)
#3F3730
(63,55,48)
#342E27
(52,46,39)
#29251E
(41,37,30)
#1E1C15
(30,28,21)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #816D66

#816D66
(129,109,102)
#8C7A73
(140,122,115)
#978780
(151,135,128)
#A2948D
(162,148,141)
#ADA19A
(173,161,154)
#B8AEA7
(184,174,167)
#C3BBB4
(195,187,180)
#CEC8C1
(206,200,193)
#D9D5CE
(217,213,206)
#E4E2DB
(228,226,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816D66 color. Also use rgb(129,109,102) instead hex code.

Text Font Color

.myTextColor { color: #816D66; }

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

This text font color is #816D66.


Background Color

.myBgColor { background-color: #816D66; }

<div style="background-color:#816D66">Inner text</div>

This div background color is #816D66.


Border color

.myBorderColor { border: 1px solid #816D66; }

<div style="border:3px solid #816D66">Div</div>

This div border color is #816D66.


Opacity

.myOpacity80 { color: #816D66; opacity: 0.8; }

<p style="color:#816D66;opacity:0.8;">80%</p>

Text with #816D66 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 #816D66;}

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

This text has shadow with #816D66 color.

.textShadow {text-shadow: 3px 3px 1px #816D66, 3px 3px 1px red;}

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

This text has shadow with #816D66 primary color and red secondary color.


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

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

This text has shadow with #816D66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816D66 on black background.


Color preview on white background

This text has color #816D66 on white background.



Black color preview on #816D66 background

This text has black color on #816D66 background.


White color preview on #816D66 background

This text has white color on #816D66 background.