COLOR #816B62

HEX: #816B62
RGB: (129,107,98)

Color info

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

RGB color model

#816B62 color RGB value is (129,107,98).

  • red value is 129;
  • green value is 107;
  • blue value is 98.
RGB:
(129,107,98)
(51%,42%,38%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 98 of 255 = 38%

129
107
98

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

Portions of RGB colors in percentages

R + G + B =
129 + 107 + 98 = 334 (100%)
R 129 of 334 ~ 38.62%
G 107 of 334 ~ 32.04%
B 98 of 334 ~ 29.34%

%38.62
%32.04
%29.34

CMYK color model

#816B62 color CMYK value is (0,17,24,49).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 24.03%
  • key color value is 49.41%
CMYK:
(0,17,24,49)
C0M17Y24K49 
(0%,17%,24%,49%)
(0.00/0.17/0.24/0.49)	

CMYK percentages

%0
%17.05
%24.03
%49.41

Codes

Color #816B62 in popluar color models

816B62
RGB12910798
HSL17°13.66%44.51%
HSB/HSV17°24.03%50.59%
CMYK0.00%17.05%24.03%
49.41%

Color #816B62 in popluar number systems.

HEX816B62
Decimal12910798
Binary1000000111010111100010
Octal201153142

Shades and tints

Shades of #816B62

#816B62
(129,107,98)
#76625A
(118,98,90)
#6B5952
(107,89,82)
#60504A
(96,80,74)
#554742
(85,71,66)
#4A3E3A
(74,62,58)
#3F3532
(63,53,50)
#342C2A
(52,44,42)
#292322
(41,35,34)
#1E1A1A
(30,26,26)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #816B62

#816B62
(129,107,98)
#8C7870
(140,120,112)
#97857E
(151,133,126)
#A2928C
(162,146,140)
#AD9F9A
(173,159,154)
#B8ACA8
(184,172,168)
#C3B9B6
(195,185,182)
#CEC6C4
(206,198,196)
#D9D3D2
(217,211,210)
#E4E0E0
(228,224,224)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816B62; }

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

This text font color is #816B62.


Background Color

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

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

This div background color is #816B62.


Border color

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

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

This div border color is #816B62.


Opacity

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

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

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

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

This text has shadow with #816B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816B62 on black background.


Color preview on white background

This text has color #816B62 on white background.



Black color preview on #816B62 background

This text has black color on #816B62 background.


White color preview on #816B62 background

This text has white color on #816B62 background.