COLOR #828977

HEX: #828977
RGB: (130,137,119)

Color info

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

RGB color model

#828977 color RGB value is (130,137,119).

  • red value is 130;
  • green value is 137;
  • blue value is 119.
RGB:
(130,137,119)
(51%,54%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 119 of 255 = 47%

130
137
119

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 119 = 386 (100%)
R 130 of 386 ~ 33.68%
G 137 of 386 ~ 35.49%
B 119 of 386 ~ 30.83%

%33.68
%35.49
%30.83

CMYK color model

#828977 color CMYK value is (5,0,13,46).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(5,0,13,46)
C5M0Y13K46 
(5%,0%,13%,46%)
(0.05/0.00/0.13/0.46)	

CMYK percentages

%5.11
%0
%13.14
%46.27

Codes

Color #828977 in popluar color models

828977
RGB130137119
HSL83°7.09%50.20%
HSB/HSV83°13.14%53.73%
CMYK5.11%0.00%13.14%
46.27%

Color #828977 in popluar number systems.

HEX828977
Decimal130137119
Binary10000010100010011110111
Octal202211167

Shades and tints

Shades of #828977

#828977
(130,137,119)
#777D6D
(119,125,109)
#6C7163
(108,113,99)
#616559
(97,101,89)
#56594F
(86,89,79)
#4B4D45
(75,77,69)
#40413B
(64,65,59)
#353531
(53,53,49)
#2A2927
(42,41,39)
#1F1D1D
(31,29,29)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #828977

#828977
(130,137,119)
#8D9383
(141,147,131)
#989D8F
(152,157,143)
#A3A79B
(163,167,155)
#AEB1A7
(174,177,167)
#B9BBB3
(185,187,179)
#C4C5BF
(196,197,191)
#CFCFCB
(207,207,203)
#DAD9D7
(218,217,215)
#E5E3E3
(229,227,227)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828977 color. Also use rgb(130,137,119) instead hex code.

Text Font Color

.myTextColor { color: #828977; }

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

This text font color is #828977.


Background Color

.myBgColor { background-color: #828977; }

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

This div background color is #828977.


Border color

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

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

This div border color is #828977.


Opacity

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

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

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

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

This text has shadow with #828977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828977 on black background.


Color preview on white background

This text has color #828977 on white background.



Black color preview on #828977 background

This text has black color on #828977 background.


White color preview on #828977 background

This text has white color on #828977 background.