COLOR #828172

HEX: #828172
RGB: (130,129,114)

Color info

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

RGB color model

#828172 color RGB value is (130,129,114).

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

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 114 of 255 = 45%

130
129
114

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 114 = 373 (100%)
R 130 of 373 ~ 34.85%
G 129 of 373 ~ 34.58%
B 114 of 373 ~ 30.56%

%34.85
%34.58
%30.56

CMYK color model

#828172 color CMYK value is (0,1,12,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(0,1,12,49)
C0M1Y12K49 
(0%,1%,12%,49%)
(0.00/0.01/0.12/0.49)	

CMYK percentages

%0
%0.77
%12.31
%49.02

Codes

Color #828172 in popluar color models

828172
RGB130129114
HSL56°6.56%47.84%
HSB/HSV56°12.31%50.98%
CMYK0.00%0.77%12.31%
49.02%

Color #828172 in popluar number systems.

HEX828172
Decimal130129114
Binary10000010100000011110010
Octal202201162

Shades and tints

Shades of #828172

#828172
(130,129,114)
#777668
(119,118,104)
#6C6B5E
(108,107,94)
#616054
(97,96,84)
#56554A
(86,85,74)
#4B4A40
(75,74,64)
#403F36
(64,63,54)
#35342C
(53,52,44)
#2A2922
(42,41,34)
#1F1E18
(31,30,24)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #828172

#828172
(130,129,114)
#8D8C7E
(141,140,126)
#98978A
(152,151,138)
#A3A296
(163,162,150)
#AEADA2
(174,173,162)
#B9B8AE
(185,184,174)
#C4C3BA
(196,195,186)
#CFCEC6
(207,206,198)
#DAD9D2
(218,217,210)
#E5E4DE
(229,228,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828172; }

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

This text font color is #828172.


Background Color

.myBgColor { background-color: #828172; }

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

This div background color is #828172.


Border color

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

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

This div border color is #828172.


Opacity

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

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

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

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

This text has shadow with #828172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828172 on black background.


Color preview on white background

This text has color #828172 on white background.



Black color preview on #828172 background

This text has black color on #828172 background.


White color preview on #828172 background

This text has white color on #828172 background.