COLOR #816176

HEX: #816176
RGB: (129,97,118)

Color info

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

RGB color model

#816176 color RGB value is (129,97,118).

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

RGB channels and saturation

R 129 of 255 = 51%
G 97 of 255 = 38%
B 118 of 255 = 46%

129
97
118

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

Portions of RGB colors in percentages

R + G + B =
129 + 97 + 118 = 344 (100%)
R 129 of 344 ~ 37.5%
G 97 of 344 ~ 28.2%
B 118 of 344 ~ 34.3%

%37.5
%28.2
%34.3

CMYK color model

#816176 color CMYK value is (0,25,9,49).

  • cyan value is 0.00%
  • magenta value is 24.81%
  • yellow value is 8.53%
  • key color value is 49.41%
CMYK:
(0,25,9,49)
C0M25Y9K49 
(0%,25%,9%,49%)
(0.00/0.25/0.09/0.49)	

CMYK percentages

%0
%24.81
%8.53
%49.41

Codes

Color #816176 in popluar color models

816176
RGB12997118
HSL321°14.16%44.31%
HSB/HSV321°24.81%50.59%
CMYK0.00%24.81%8.53%
49.41%

Color #816176 in popluar number systems.

HEX816176
Decimal12997118
Binary1000000111000011110110
Octal201141166

Shades and tints

Shades of #816176

#816176
(129,97,118)
#76596C
(118,89,108)
#6B5162
(107,81,98)
#604958
(96,73,88)
#55414E
(85,65,78)
#4A3944
(74,57,68)
#3F313A
(63,49,58)
#342930
(52,41,48)
#292126
(41,33,38)
#1E191C
(30,25,28)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #816176

#816176
(129,97,118)
#8C6F82
(140,111,130)
#977D8E
(151,125,142)
#A28B9A
(162,139,154)
#AD99A6
(173,153,166)
#B8A7B2
(184,167,178)
#C3B5BE
(195,181,190)
#CEC3CA
(206,195,202)
#D9D1D6
(217,209,214)
#E4DFE2
(228,223,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816176; }

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

This text font color is #816176.


Background Color

.myBgColor { background-color: #816176; }

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

This div background color is #816176.


Border color

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

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

This div border color is #816176.


Opacity

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

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

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

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

This text has shadow with #816176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816176 on black background.


Color preview on white background

This text has color #816176 on white background.



Black color preview on #816176 background

This text has black color on #816176 background.


White color preview on #816176 background

This text has white color on #816176 background.