COLOR #816676

HEX: #816676
RGB: (129,102,118)

Color info

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

RGB color model

#816676 color RGB value is (129,102,118).

  • red value is 129;
  • green value is 102;
  • blue value is 118.
RGB:
(129,102,118)
(51%,40%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 102 of 255 = 40%
B 118 of 255 = 46%

129
102
118

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

Portions of RGB colors in percentages

R + G + B =
129 + 102 + 118 = 349 (100%)
R 129 of 349 ~ 36.96%
G 102 of 349 ~ 29.23%
B 118 of 349 ~ 33.81%

%36.96
%29.23
%33.81

CMYK color model

#816676 color CMYK value is (0,21,9,49).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 8.53%
  • key color value is 49.41%
CMYK:
(0,21,9,49)
C0M21Y9K49 
(0%,21%,9%,49%)
(0.00/0.21/0.09/0.49)	

CMYK percentages

%0
%20.93
%8.53
%49.41

Codes

Color #816676 in popluar color models

816676
RGB129102118
HSL324°11.69%45.29%
HSB/HSV324°20.93%50.59%
CMYK0.00%20.93%8.53%
49.41%

Color #816676 in popluar number systems.

HEX816676
Decimal129102118
Binary1000000111001101110110
Octal201146166

Shades and tints

Shades of #816676

#816676
(129,102,118)
#765D6C
(118,93,108)
#6B5462
(107,84,98)
#604B58
(96,75,88)
#55424E
(85,66,78)
#4A3944
(74,57,68)
#3F303A
(63,48,58)
#342730
(52,39,48)
#291E26
(41,30,38)
#1E151C
(30,21,28)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #816676

#816676
(129,102,118)
#8C7382
(140,115,130)
#97808E
(151,128,142)
#A28D9A
(162,141,154)
#AD9AA6
(173,154,166)
#B8A7B2
(184,167,178)
#C3B4BE
(195,180,190)
#CEC1CA
(206,193,202)
#D9CED6
(217,206,214)
#E4DBE2
(228,219,226)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816676 color. Also use rgb(129,102,118) instead hex code.

Text Font Color

.myTextColor { color: #816676; }

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

This text font color is #816676.


Background Color

.myBgColor { background-color: #816676; }

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

This div background color is #816676.


Border color

.myBorderColor { border: 1px solid #816676; }

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

This div border color is #816676.


Opacity

.myOpacity80 { color: #816676; opacity: 0.8; }

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

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

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

This text has shadow with #816676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816676 on black background.


Color preview on white background

This text has color #816676 on white background.



Black color preview on #816676 background

This text has black color on #816676 background.


White color preview on #816676 background

This text has white color on #816676 background.