COLOR #828677

HEX: #828677
RGB: (130,134,119)

Color info

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

RGB color model

#828677 color RGB value is (130,134,119).

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

RGB channels and saturation

R 130 of 255 = 51%
G 134 of 255 = 53%
B 119 of 255 = 47%

130
134
119

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

Portions of RGB colors in percentages

R + G + B =
130 + 134 + 119 = 383 (100%)
R 130 of 383 ~ 33.94%
G 134 of 383 ~ 34.99%
B 119 of 383 ~ 31.07%

%33.94
%34.99
%31.07

CMYK color model

#828677 color CMYK value is (3,0,11,47).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(3,0,11,47)
C3M0Y11K47 
(3%,0%,11%,47%)
(0.03/0.00/0.11/0.47)	

CMYK percentages

%2.99
%0
%11.19
%47.45

Codes

Color #828677 in popluar color models

828677
RGB130134119
HSL76°5.93%49.61%
HSB/HSV76°11.19%52.55%
CMYK2.99%0.00%11.19%
47.45%

Color #828677 in popluar number systems.

HEX828677
Decimal130134119
Binary10000010100001101110111
Octal202206167

Shades and tints

Shades of #828677

#828677
(130,134,119)
#777A6D
(119,122,109)
#6C6E63
(108,110,99)
#616259
(97,98,89)
#56564F
(86,86,79)
#4B4A45
(75,74,69)
#403E3B
(64,62,59)
#353231
(53,50,49)
#2A2627
(42,38,39)
#1F1A1D
(31,26,29)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #828677

#828677
(130,134,119)
#8D9183
(141,145,131)
#989C8F
(152,156,143)
#A3A79B
(163,167,155)
#AEB2A7
(174,178,167)
#B9BDB3
(185,189,179)
#C4C8BF
(196,200,191)
#CFD3CB
(207,211,203)
#DADED7
(218,222,215)
#E5E9E3
(229,233,227)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828677; }

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

This text font color is #828677.


Background Color

.myBgColor { background-color: #828677; }

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

This div background color is #828677.


Border color

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

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

This div border color is #828677.


Opacity

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

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

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

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

This text has shadow with #828677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828677 on black background.


Color preview on white background

This text has color #828677 on white background.



Black color preview on #828677 background

This text has black color on #828677 background.


White color preview on #828677 background

This text has white color on #828677 background.