COLOR #816C42

HEX: #816C42
RGB: (129,108,66)

Color info

#816C42 contains mainly red and green colors. Web safe color of #816C42 is #996633 (or #963).

RGB color model

#816C42 color RGB value is (129,108,66).

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

RGB channels and saturation

R 129 of 255 = 51%
G 108 of 255 = 42%
B 66 of 255 = 26%

129
108
66

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

Portions of RGB colors in percentages

R + G + B =
129 + 108 + 66 = 303 (100%)
R 129 of 303 ~ 42.57%
G 108 of 303 ~ 35.64%
B 66 of 303 ~ 21.78%

%42.57
%35.64
%21.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 48.84%
  • key color value is 49.41%
CMYK:
(0,16,49,49)
C0M16Y49K49 
(0%,16%,49%,49%)
(0.00/0.16/0.49/0.49)	

CMYK percentages

%0
%16.28
%48.84
%49.41

Codes

Color #816C42 in popluar color models

816C42
RGB12910866
HSL40°32.31%38.24%
HSB/HSV40°48.84%50.59%
CMYK0.00%16.28%48.84%
49.41%

Color #816C42 in popluar number systems.

HEX816C42
Decimal12910866
Binary1000000111011001000010
Octal201154102

Shades and tints

Shades of #816C42

#816C42
(129,108,66)
#76633C
(118,99,60)
#6B5A36
(107,90,54)
#605130
(96,81,48)
#55482A
(85,72,42)
#4A3F24
(74,63,36)
#3F361E
(63,54,30)
#342D18
(52,45,24)
#292412
(41,36,18)
#1E1B0C
(30,27,12)
#131206
(19,18,6)
#000000
(0,0,0)

Tints of #816C42

#816C42
(129,108,66)
#8C7953
(140,121,83)
#978664
(151,134,100)
#A29375
(162,147,117)
#ADA086
(173,160,134)
#B8AD97
(184,173,151)
#C3BAA8
(195,186,168)
#CEC7B9
(206,199,185)
#D9D4CA
(217,212,202)
#E4E1DB
(228,225,219)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816C42; }

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

This text font color is #816C42.


Background Color

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

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

This div background color is #816C42.


Border color

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

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

This div border color is #816C42.


Opacity

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

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

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

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

This text has shadow with #816C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816C42 on black background.


Color preview on white background

This text has color #816C42 on white background.



Black color preview on #816C42 background

This text has black color on #816C42 background.


White color preview on #816C42 background

This text has white color on #816C42 background.