COLOR #828161

HEX: #828161
RGB: (130,129,97)

Color info

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

RGB color model

#828161 color RGB value is (130,129,97).

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

RGB channels and saturation

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

130
129
97

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 97 = 356 (100%)
R 130 of 356 ~ 36.52%
G 129 of 356 ~ 36.24%
B 97 of 356 ~ 27.25%

%36.52
%36.24
%27.25

CMYK color model

#828161 color CMYK value is (0,1,25,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(0,1,25,49)
C0M1Y25K49 
(0%,1%,25%,49%)
(0.00/0.01/0.25/0.49)	

CMYK percentages

%0
%0.77
%25.38
%49.02

Codes

Color #828161 in popluar color models

828161
RGB13012997
HSL58°14.54%44.51%
HSB/HSV58°25.38%50.98%
CMYK0.00%0.77%25.38%
49.02%

Color #828161 in popluar number systems.

HEX828161
Decimal13012997
Binary10000010100000011100001
Octal202201141

Shades and tints

Shades of #828161

#828161
(130,129,97)
#777659
(119,118,89)
#6C6B51
(108,107,81)
#616049
(97,96,73)
#565541
(86,85,65)
#4B4A39
(75,74,57)
#403F31
(64,63,49)
#353429
(53,52,41)
#2A2921
(42,41,33)
#1F1E19
(31,30,25)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #828161

#828161
(130,129,97)
#8D8C6F
(141,140,111)
#98977D
(152,151,125)
#A3A28B
(163,162,139)
#AEAD99
(174,173,153)
#B9B8A7
(185,184,167)
#C4C3B5
(196,195,181)
#CFCEC3
(207,206,195)
#DAD9D1
(218,217,209)
#E5E4DF
(229,228,223)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828161; }

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

This text font color is #828161.


Background Color

.myBgColor { background-color: #828161; }

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

This div background color is #828161.


Border color

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

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

This div border color is #828161.


Opacity

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

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

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

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

This text has shadow with #828161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828161 on black background.


Color preview on white background

This text has color #828161 on white background.



Black color preview on #828161 background

This text has black color on #828161 background.


White color preview on #828161 background

This text has white color on #828161 background.