COLOR #816D72

HEX: #816D72
RGB: (129,109,114)

Color info

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

RGB color model

#816D72 color RGB value is (129,109,114).

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

RGB channels and saturation

R 129 of 255 = 51%
G 109 of 255 = 43%
B 114 of 255 = 45%

129
109
114

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

Portions of RGB colors in percentages

R + G + B =
129 + 109 + 114 = 352 (100%)
R 129 of 352 ~ 36.65%
G 109 of 352 ~ 30.97%
B 114 of 352 ~ 32.39%

%36.65
%30.97
%32.39

CMYK color model

#816D72 color CMYK value is (0,16,12,49).

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

CMYK percentages

%0
%15.5
%11.63
%49.41

Codes

Color #816D72 in popluar color models

816D72
RGB129109114
HSL345°8.40%46.67%
HSB/HSV345°15.50%50.59%
CMYK0.00%15.50%11.63%
49.41%

Color #816D72 in popluar number systems.

HEX816D72
Decimal129109114
Binary1000000111011011110010
Octal201155162

Shades and tints

Shades of #816D72

#816D72
(129,109,114)
#766468
(118,100,104)
#6B5B5E
(107,91,94)
#605254
(96,82,84)
#55494A
(85,73,74)
#4A4040
(74,64,64)
#3F3736
(63,55,54)
#342E2C
(52,46,44)
#292522
(41,37,34)
#1E1C18
(30,28,24)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #816D72

#816D72
(129,109,114)
#8C7A7E
(140,122,126)
#97878A
(151,135,138)
#A29496
(162,148,150)
#ADA1A2
(173,161,162)
#B8AEAE
(184,174,174)
#C3BBBA
(195,187,186)
#CEC8C6
(206,200,198)
#D9D5D2
(217,213,210)
#E4E2DE
(228,226,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816D72; }

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

This text font color is #816D72.


Background Color

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

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

This div background color is #816D72.


Border color

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

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

This div border color is #816D72.


Opacity

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

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

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

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

This text has shadow with #816D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816D72 on black background.


Color preview on white background

This text has color #816D72 on white background.



Black color preview on #816D72 background

This text has black color on #816D72 background.


White color preview on #816D72 background

This text has white color on #816D72 background.