COLOR #818176

HEX: #818176
RGB: (129,129,118)

Color info

#818176 contains red, green and blue colors in about the same proportion. Web safe color of #818176 is #999966 (or #996).

RGB color model

#818176 color RGB value is (129,129,118).

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

RGB channels and saturation

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

129
129
118

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

Portions of RGB colors in percentages

R + G + B =
129 + 129 + 118 = 376 (100%)
R 129 of 376 ~ 34.31%
G 129 of 376 ~ 34.31%
B 118 of 376 ~ 31.38%

%34.31
%34.31
%31.38

CMYK color model

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

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

CMYK percentages

%0
%0
%8.53
%49.41

Codes

Color #818176 in popluar color models

818176
RGB129129118
HSL60°4.45%48.43%
HSB/HSV60°8.53%50.59%
CMYK0.00%0.00%8.53%
49.41%

Color #818176 in popluar number systems.

HEX818176
Decimal129129118
Binary10000001100000011110110
Octal201201166

Shades and tints

Shades of #818176

#818176
(129,129,118)
#76766C
(118,118,108)
#6B6B62
(107,107,98)
#606058
(96,96,88)
#55554E
(85,85,78)
#4A4A44
(74,74,68)
#3F3F3A
(63,63,58)
#343430
(52,52,48)
#292926
(41,41,38)
#1E1E1C
(30,30,28)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #818176

#818176
(129,129,118)
#8C8C82
(140,140,130)
#97978E
(151,151,142)
#A2A29A
(162,162,154)
#ADADA6
(173,173,166)
#B8B8B2
(184,184,178)
#C3C3BE
(195,195,190)
#CECECA
(206,206,202)
#D9D9D6
(217,217,214)
#E4E4E2
(228,228,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818176; }

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

This text font color is #818176.


Background Color

.myBgColor { background-color: #818176; }

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

This div background color is #818176.


Border color

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

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

This div border color is #818176.


Opacity

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

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

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

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

This text has shadow with #818176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818176 on black background.


Color preview on white background

This text has color #818176 on white background.



Black color preview on #818176 background

This text has black color on #818176 background.


White color preview on #818176 background

This text has white color on #818176 background.