COLOR #816B5D

HEX: #816B5D
RGB: (129,107,93)

Color info

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

RGB color model

#816B5D color RGB value is (129,107,93).

  • red value is 129;
  • green value is 107;
  • blue value is 93.
RGB:
(129,107,93)
(51%,42%,36%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 93 of 255 = 36%

129
107
93

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

Portions of RGB colors in percentages

R + G + B =
129 + 107 + 93 = 329 (100%)
R 129 of 329 ~ 39.21%
G 107 of 329 ~ 32.52%
B 93 of 329 ~ 28.27%

%39.21
%32.52
%28.27

CMYK color model

#816B5D color CMYK value is (0,17,28,49).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(0,17,28,49)
C0M17Y28K49 
(0%,17%,28%,49%)
(0.00/0.17/0.28/0.49)	

CMYK percentages

%0
%17.05
%27.91
%49.41

Codes

Color #816B5D in popluar color models

816B5D
RGB12910793
HSL23°16.22%43.53%
HSB/HSV23°27.91%50.59%
CMYK0.00%17.05%27.91%
49.41%

Color #816B5D in popluar number systems.

HEX816B5D
Decimal12910793
Binary1000000111010111011101
Octal201153135

Shades and tints

Shades of #816B5D

#816B5D
(129,107,93)
#766255
(118,98,85)
#6B594D
(107,89,77)
#605045
(96,80,69)
#55473D
(85,71,61)
#4A3E35
(74,62,53)
#3F352D
(63,53,45)
#342C25
(52,44,37)
#29231D
(41,35,29)
#1E1A15
(30,26,21)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #816B5D

#816B5D
(129,107,93)
#8C786B
(140,120,107)
#978579
(151,133,121)
#A29287
(162,146,135)
#AD9F95
(173,159,149)
#B8ACA3
(184,172,163)
#C3B9B1
(195,185,177)
#CEC6BF
(206,198,191)
#D9D3CD
(217,211,205)
#E4E0DB
(228,224,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816B5D color. Also use rgb(129,107,93) instead hex code.

Text Font Color

.myTextColor { color: #816B5D; }

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

This text font color is #816B5D.


Background Color

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

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

This div background color is #816B5D.


Border color

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

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

This div border color is #816B5D.


Opacity

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

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

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

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

This text has shadow with #816B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816B5D on black background.


Color preview on white background

This text has color #816B5D on white background.



Black color preview on #816B5D background

This text has black color on #816B5D background.


White color preview on #816B5D background

This text has white color on #816B5D background.