COLOR #816E5B

HEX: #816E5B
RGB: (129,110,91)

Color info

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

RGB color model

#816E5B color RGB value is (129,110,91).

  • red value is 129;
  • green value is 110;
  • blue value is 91.
RGB:
(129,110,91)
(51%,43%,36%)

RGB channels and saturation

R 129 of 255 = 51%
G 110 of 255 = 43%
B 91 of 255 = 36%

129
110
91

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

Portions of RGB colors in percentages

R + G + B =
129 + 110 + 91 = 330 (100%)
R 129 of 330 ~ 39.09%
G 110 of 330 ~ 33.33%
B 91 of 330 ~ 27.58%

%39.09
%33.33
%27.58

CMYK color model

#816E5B color CMYK value is (0,15,29,49).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 29.46%
  • key color value is 49.41%
CMYK:
(0,15,29,49)
C0M15Y29K49 
(0%,15%,29%,49%)
(0.00/0.15/0.29/0.49)	

CMYK percentages

%0
%14.73
%29.46
%49.41

Codes

Color #816E5B in popluar color models

816E5B
RGB12911091
HSL30°17.27%43.14%
HSB/HSV30°29.46%50.59%
CMYK0.00%14.73%29.46%
49.41%

Color #816E5B in popluar number systems.

HEX816E5B
Decimal12911091
Binary1000000111011101011011
Octal201156133

Shades and tints

Shades of #816E5B

#816E5B
(129,110,91)
#766453
(118,100,83)
#6B5A4B
(107,90,75)
#605043
(96,80,67)
#55463B
(85,70,59)
#4A3C33
(74,60,51)
#3F322B
(63,50,43)
#342823
(52,40,35)
#291E1B
(41,30,27)
#1E1413
(30,20,19)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #816E5B

#816E5B
(129,110,91)
#8C7B69
(140,123,105)
#978877
(151,136,119)
#A29585
(162,149,133)
#ADA293
(173,162,147)
#B8AFA1
(184,175,161)
#C3BCAF
(195,188,175)
#CEC9BD
(206,201,189)
#D9D6CB
(217,214,203)
#E4E3D9
(228,227,217)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816E5B color. Also use rgb(129,110,91) instead hex code.

Text Font Color

.myTextColor { color: #816E5B; }

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

This text font color is #816E5B.


Background Color

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

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

This div background color is #816E5B.


Border color

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

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

This div border color is #816E5B.


Opacity

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

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

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

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

This text has shadow with #816E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816E5B on black background.


Color preview on white background

This text has color #816E5B on white background.



Black color preview on #816E5B background

This text has black color on #816E5B background.


White color preview on #816E5B background

This text has white color on #816E5B background.