COLOR #816F4C

HEX: #816F4C RGB: (129,111,76)

Color info

#816F4C contains red, green and blue colors in about the same proportion. Web safe color of #816F4C is #996633 (or #963).

RGB color model

#816F4C color RGB value is (129,111,76).

RGB: (129,111,76) (51%, 44%, 30%)

RGB channels and saturation

R 129 of 255 = 51%
G 111 of 255 = 44%
B 76 of 255 = 30%

129
111
76

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

Portions of RGB colors in percentages

R + G + B = 129 + 111 + 76 = 316 (100%)
R 129 of 316 ~ 40.82%
G 111 of 316 ~ 35.13%
B 76 of 316 ~ 24.05'%

%40.82
%35.13
%24.05

CMYK color model

#816F4C color CMYK value is (0,14,41,49).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 41.09%
  • key color value is 49.41%

CMYK: (0,14,41,49)
C0M14Y41K49 (0%, 14%, 41%, 49%)
(0.00 / 0.14 / 0.41 / 0.49)

CMYK percentages

%0
%13.95
%41.09
%49.41

Codes

Color #816F4C in popluar color models

81 6F 4C
RGB 129 111 76
HSL 40° 25.85% 40.20%
HSB/HSV 40° 41.09% 50.59%
CMYK 0.00% 13.95% 41.09%
49.41%

Color #816F4C in popluar number systems.

HEX 81 6F 4C
Decimal 129 111 76
Binary 10000001 1101111 1001100
Octal 201 157 114

Shades and tints

Shades of #816F4C

#816F4C
(129,111,76)
#766546
(118,101,70)
#6B5B40
(107,91,64)
#60513A
(96,81,58)
#554734
(85,71,52)
#4A3D2E
(74,61,46)
#3F3328
(63,51,40)
#342922
(52,41,34)
#291F1C
(41,31,28)
#1E1516
(30,21,22)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #816F4C

#816F4C
(129,111,76)
#8C7C5C
(140,124,92)
#97896C
(151,137,108)
#A2967C
(162,150,124)
#ADA38C
(173,163,140)
#B8B09C
(184,176,156)
#C3BDAC
(195,189,172)
#CECABC
(206,202,188)
#D9D7CC
(217,215,204)
#E4E4DC
(228,228,220)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816F4C color. Also use rgb(129,111,76) instead hex code.

Text Font Color

.myTextColor { color: #816F4C; }

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

This text font color is #816F4C.

Background Color

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

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

This div background color is #816F4C.

Border color

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

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

This div border color is #816F4C.

Opacity

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

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

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

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

This text has shadow with #816F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816F4C.

Preview

Color preview on black background

This text has color #816F4C on black background.


Color preview on white background

This text has color #816F4C on white background.


Black color preview on #816F4C background

This text has black color on #816F4C background.


White color preview on #816F4C background

This text has white color on #816F4C background.


Related colors

Complementary color

Complementary color for #hex is #7E90B3.


I love getcolorcode.com

Triadic colors

1 #4C816F and #6F4C81 with #816F4C are triadic colors.

2 #4C6F81 and #6F814C with #816F4C are triadic colors.