COLOR #816C5C

HEX: #816C5C
RGB: (129,108,92)

Color info

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

RGB color model

#816C5C color RGB value is (129,108,92).

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

RGB channels and saturation

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

129
108
92

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

Portions of RGB colors in percentages

R + G + B =
129 + 108 + 92 = 329 (100%)
R 129 of 329 ~ 39.21%
G 108 of 329 ~ 32.83%
B 92 of 329 ~ 27.96%

%39.21
%32.83
%27.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.28%
  • 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
%16.28
%28.68
%49.41

Codes

Color #816C5C in popluar color models

816C5C
RGB12910892
HSL26°16.74%43.33%
HSB/HSV26°28.68%50.59%
CMYK0.00%16.28%28.68%
49.41%

Color #816C5C in popluar number systems.

HEX816C5C
Decimal12910892
Binary1000000111011001011100
Octal201154134

Shades and tints

Shades of #816C5C

#816C5C
(129,108,92)
#766354
(118,99,84)
#6B5A4C
(107,90,76)
#605144
(96,81,68)
#55483C
(85,72,60)
#4A3F34
(74,63,52)
#3F362C
(63,54,44)
#342D24
(52,45,36)
#29241C
(41,36,28)
#1E1B14
(30,27,20)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #816C5C

#816C5C
(129,108,92)
#8C796A
(140,121,106)
#978678
(151,134,120)
#A29386
(162,147,134)
#ADA094
(173,160,148)
#B8ADA2
(184,173,162)
#C3BAB0
(195,186,176)
#CEC7BE
(206,199,190)
#D9D4CC
(217,212,204)
#E4E1DA
(228,225,218)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816C5C; }

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

This text font color is #816C5C.


Background Color

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

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

This div background color is #816C5C.


Border color

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

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

This div border color is #816C5C.


Opacity

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

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

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

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

This text has shadow with #816C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816C5C on black background.


Color preview on white background

This text has color #816C5C on white background.



Black color preview on #816C5C background

This text has black color on #816C5C background.


White color preview on #816C5C background

This text has white color on #816C5C background.