COLOR #828176

HEX: #828176
RGB: (130,129,118)

Color info

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

RGB color model

#828176 color RGB value is (130,129,118).

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

RGB channels and saturation

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

130
129
118

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 118 = 377 (100%)
R 130 of 377 ~ 34.48%
G 129 of 377 ~ 34.22%
B 118 of 377 ~ 31.3%

%34.48
%34.22
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 9.23%
  • key color value is 49.02%
CMYK:
(0,1,9,49)
C0M1Y9K49 
(0%,1%,9%,49%)
(0.00/0.01/0.09/0.49)	

CMYK percentages

%0
%0.77
%9.23
%49.02

Codes

Color #828176 in popluar color models

828176
RGB130129118
HSL55°4.84%48.63%
HSB/HSV55°9.23%50.98%
CMYK0.00%0.77%9.23%
49.02%

Color #828176 in popluar number systems.

HEX828176
Decimal130129118
Binary10000010100000011110110
Octal202201166

Shades and tints

Shades of #828176

#828176
(130,129,118)
#77766C
(119,118,108)
#6C6B62
(108,107,98)
#616058
(97,96,88)
#56554E
(86,85,78)
#4B4A44
(75,74,68)
#403F3A
(64,63,58)
#353430
(53,52,48)
#2A2926
(42,41,38)
#1F1E1C
(31,30,28)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #828176

#828176
(130,129,118)
#8D8C82
(141,140,130)
#98978E
(152,151,142)
#A3A29A
(163,162,154)
#AEADA6
(174,173,166)
#B9B8B2
(185,184,178)
#C4C3BE
(196,195,190)
#CFCECA
(207,206,202)
#DAD9D6
(218,217,214)
#E5E4E2
(229,228,226)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828176; }

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

This text font color is #828176.


Background Color

.myBgColor { background-color: #828176; }

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

This div background color is #828176.


Border color

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

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

This div border color is #828176.


Opacity

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

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

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

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

This text has shadow with #828176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828176 on black background.


Color preview on white background

This text has color #828176 on white background.



Black color preview on #828176 background

This text has black color on #828176 background.


White color preview on #828176 background

This text has white color on #828176 background.