COLOR #828160

HEX: #828160
RGB: (130,129,96)

Color info

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

RGB color model

#828160 color RGB value is (130,129,96).

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

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 96 of 255 = 38%

130
129
96

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 96 = 355 (100%)
R 130 of 355 ~ 36.62%
G 129 of 355 ~ 36.34%
B 96 of 355 ~ 27.04%

%36.62
%36.34
%27.04

CMYK color model

#828160 color CMYK value is (0,1,26,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 26.15%
  • key color value is 49.02%
CMYK:
(0,1,26,49)
C0M1Y26K49 
(0%,1%,26%,49%)
(0.00/0.01/0.26/0.49)	

CMYK percentages

%0
%0.77
%26.15
%49.02

Codes

Color #828160 in popluar color models

828160
RGB13012996
HSL58°15.04%44.31%
HSB/HSV58°26.15%50.98%
CMYK0.00%0.77%26.15%
49.02%

Color #828160 in popluar number systems.

HEX828160
Decimal13012996
Binary10000010100000011100000
Octal202201140

Shades and tints

Shades of #828160

#828160
(130,129,96)
#777658
(119,118,88)
#6C6B50
(108,107,80)
#616048
(97,96,72)
#565540
(86,85,64)
#4B4A38
(75,74,56)
#403F30
(64,63,48)
#353428
(53,52,40)
#2A2920
(42,41,32)
#1F1E18
(31,30,24)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #828160

#828160
(130,129,96)
#8D8C6E
(141,140,110)
#98977C
(152,151,124)
#A3A28A
(163,162,138)
#AEAD98
(174,173,152)
#B9B8A6
(185,184,166)
#C4C3B4
(196,195,180)
#CFCEC2
(207,206,194)
#DAD9D0
(218,217,208)
#E5E4DE
(229,228,222)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828160; }

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

This text font color is #828160.


Background Color

.myBgColor { background-color: #828160; }

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

This div background color is #828160.


Border color

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

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

This div border color is #828160.


Opacity

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

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

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

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

This text has shadow with #828160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828160 on black background.


Color preview on white background

This text has color #828160 on white background.



Black color preview on #828160 background

This text has black color on #828160 background.


White color preview on #828160 background

This text has white color on #828160 background.