COLOR #816D6D

HEX: #816D6D
RGB: (129,109,109)

Color info

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

RGB color model

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

  • red value is 129;
  • green value is 109;
  • blue value is 109.
RGB:
(129,109,109)
(51%,43%,43%)

RGB channels and saturation

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

129
109
109

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

Portions of RGB colors in percentages

R + G + B =
129 + 109 + 109 = 347 (100%)
R 129 of 347 ~ 37.18%
G 109 of 347 ~ 31.41%
B 109 of 347 ~ 31.41%

%37.18
%31.41
%31.41

CMYK color model

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

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

CMYK percentages

%0
%15.5
%15.5
%49.41

Codes

Color #816D6D in popluar color models

816D6D
RGB129109109
HSL8.40%46.67%
HSB/HSV15.50%50.59%
CMYK0.00%15.50%15.50%
49.41%

Color #816D6D in popluar number systems.

HEX816D6D
Decimal129109109
Binary1000000111011011101101
Octal201155155

Shades and tints

Shades of #816D6D

#816D6D
(129,109,109)
#766464
(118,100,100)
#6B5B5B
(107,91,91)
#605252
(96,82,82)
#554949
(85,73,73)
#4A4040
(74,64,64)
#3F3737
(63,55,55)
#342E2E
(52,46,46)
#292525
(41,37,37)
#1E1C1C
(30,28,28)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #816D6D

#816D6D
(129,109,109)
#8C7A7A
(140,122,122)
#978787
(151,135,135)
#A29494
(162,148,148)
#ADA1A1
(173,161,161)
#B8AEAE
(184,174,174)
#C3BBBB
(195,187,187)
#CEC8C8
(206,200,200)
#D9D5D5
(217,213,213)
#E4E2E2
(228,226,226)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816D6D; }

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

This text font color is #816D6D.


Background Color

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

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

This div background color is #816D6D.


Border color

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

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

This div border color is #816D6D.


Opacity

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

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

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

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

This text has shadow with #816D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816D6D on black background.


Color preview on white background

This text has color #816D6D on white background.



Black color preview on #816D6D background

This text has black color on #816D6D background.


White color preview on #816D6D background

This text has white color on #816D6D background.