COLOR #816D5C

HEX: #816D5C RGB: (129,109,92)

Color info

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

RGB color model

#816D5C color RGB value is (129,109,92).

RGB: (129,109,92) (51%, 43%, 36%)

RGB channels and saturation

R 129 of 255 = 51%
G 109 of 255 = 43%
B 92 of 255 = 36%

129
109
92

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

Portions of RGB colors in percentages

R + G + B = 129 + 109 + 92 = 330 (100%)
R 129 of 330 ~ 39.09%
G 109 of 330 ~ 33.03%
B 92 of 330 ~ 27.88'%

%39.09
%33.03
%27.88

CMYK color model

#816D5C color CMYK value is (0,16,29,49).

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

CMYK: (0,16,29,49)
C0M16Y29K49 (0%, 16%, 29%, 49%)
(0.00 / 0.16 / 0.29 / 0.49)

CMYK percentages

%0
%15.5
%28.68
%49.41

Codes

Color #816D5C in popluar color models

81 6D 5C
RGB 129 109 92
HSL 28° 16.74% 43.33%
HSB/HSV 28° 28.68% 50.59%
CMYK 0.00% 15.50% 28.68%
49.41%

Color #816D5C in popluar number systems.

HEX 81 6D 5C
Decimal 129 109 92
Binary 10000001 1101101 1011100
Octal 201 155 134

Shades and tints

Shades of #816D5C

#816D5C
(129,109,92)
#766454
(118,100,84)
#6B5B4C
(107,91,76)
#605244
(96,82,68)
#55493C
(85,73,60)
#4A4034
(74,64,52)
#3F372C
(63,55,44)
#342E24
(52,46,36)
#29251C
(41,37,28)
#1E1C14
(30,28,20)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #816D5C

#816D5C
(129,109,92)
#8C7A6A
(140,122,106)
#978778
(151,135,120)
#A29486
(162,148,134)
#ADA194
(173,161,148)
#B8AEA2
(184,174,162)
#C3BBB0
(195,187,176)
#CEC8BE
(206,200,190)
#D9D5CC
(217,213,204)
#E4E2DA
(228,226,218)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816D5C; }

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

This text font color is #816D5C.

Background Color

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

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

This div background color is #816D5C.

Border color

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

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

This div border color is #816D5C.

Opacity

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

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

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

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

This text has shadow with #816D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816D5C.

Preview

Color preview on black background

This text has color #816D5C on black background.


Color preview on white background

This text has color #816D5C on white background.


Black color preview on #816D5C background

This text has black color on #816D5C background.


White color preview on #816D5C background

This text has white color on #816D5C background.


Related colors

Complementary color

Complementary color for #hex is #7E92A3.


I love getcolorcode.com

Triadic colors

1 #5C816D and #6D5C81 with #816D5C are triadic colors.

2 #5C6D81 and #6D815C with #816D5C are triadic colors.