COLOR #816B5C

HEX: #816B5C RGB: (129,107,92)

Color info

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

RGB color model

#816B5C color RGB value is (129,107,92).

RGB: (129,107,92) (51%, 42%, 36%)

RGB channels and saturation

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

129
107
92

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

Portions of RGB colors in percentages

R + G + B = 129 + 107 + 92 = 328 (100%)
R 129 of 328 ~ 39.33%
G 107 of 328 ~ 32.62%
B 92 of 328 ~ 28.05'%

%39.33
%32.62
%28.05

CMYK color model

#816B5C color CMYK value is (0,17,29,49).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 28.68%
  • key color value is 49.41%

CMYK: (0,17,29,49)
C0M17Y29K49 (0%, 17%, 29%, 49%)
(0.00 / 0.17 / 0.29 / 0.49)

CMYK percentages

%0
%17.05
%28.68
%49.41

Codes

Color #816B5C in popluar color models

81 6B 5C
RGB 129 107 92
HSL 24° 16.74% 43.33%
HSB/HSV 24° 28.68% 50.59%
CMYK 0.00% 17.05% 28.68%
49.41%

Color #816B5C in popluar number systems.

HEX 81 6B 5C
Decimal 129 107 92
Binary 10000001 1101011 1011100
Octal 201 153 134

Shades and tints

Shades of #816B5C

#816B5C
(129,107,92)
#766254
(118,98,84)
#6B594C
(107,89,76)
#605044
(96,80,68)
#55473C
(85,71,60)
#4A3E34
(74,62,52)
#3F352C
(63,53,44)
#342C24
(52,44,36)
#29231C
(41,35,28)
#1E1A14
(30,26,20)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #816B5C

#816B5C
(129,107,92)
#8C786A
(140,120,106)
#978578
(151,133,120)
#A29286
(162,146,134)
#AD9F94
(173,159,148)
#B8ACA2
(184,172,162)
#C3B9B0
(195,185,176)
#CEC6BE
(206,198,190)
#D9D3CC
(217,211,204)
#E4E0DA
(228,224,218)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816B5C; }

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

This text font color is #816B5C.

Background Color

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

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

This div background color is #816B5C.

Border color

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

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

This div border color is #816B5C.

Opacity

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

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

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

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

This text has shadow with #816B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816B5C.

Preview

Color preview on black background

This text has color #816B5C on black background.


Color preview on white background

This text has color #816B5C on white background.


Black color preview on #816B5C background

This text has black color on #816B5C background.


White color preview on #816B5C background

This text has white color on #816B5C background.


Related colors

Complementary color

Complementary color for #hex is #7E94A3.


I love getcolorcode.com

Triadic colors

1 #5C816B and #6B5C81 with #816B5C are triadic colors.

2 #5C6B81 and #6B815C with #816B5C are triadic colors.