COLOR #829877

HEX: #829877
RGB: (130,152,119)

Color info

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

RGB color model

#829877 color RGB value is (130,152,119).

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

RGB channels and saturation

R 130 of 255 = 51%
G 152 of 255 = 60%
B 119 of 255 = 47%

130
152
119

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

Portions of RGB colors in percentages

R + G + B =
130 + 152 + 119 = 401 (100%)
R 130 of 401 ~ 32.42%
G 152 of 401 ~ 37.91%
B 119 of 401 ~ 29.68%

%32.42
%37.91
%29.68

CMYK color model

#829877 color CMYK value is (14,0,22,40).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(14,0,22,40)
C14M0Y22K40 
(14%,0%,22%,40%)
(0.14/0.00/0.22/0.40)	

CMYK percentages

%14.47
%0
%21.71
%40.39

Codes

Color #829877 in popluar color models

829877
RGB130152119
HSL100°13.81%53.14%
HSB/HSV100°21.71%59.61%
CMYK14.47%0.00%21.71%
40.39%

Color #829877 in popluar number systems.

HEX829877
Decimal130152119
Binary10000010100110001110111
Octal202230167

Shades and tints

Shades of #829877

#829877
(130,152,119)
#778B6D
(119,139,109)
#6C7E63
(108,126,99)
#617159
(97,113,89)
#56644F
(86,100,79)
#4B5745
(75,87,69)
#404A3B
(64,74,59)
#353D31
(53,61,49)
#2A3027
(42,48,39)
#1F231D
(31,35,29)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #829877

#829877
(130,152,119)
#8DA183
(141,161,131)
#98AA8F
(152,170,143)
#A3B39B
(163,179,155)
#AEBCA7
(174,188,167)
#B9C5B3
(185,197,179)
#C4CEBF
(196,206,191)
#CFD7CB
(207,215,203)
#DAE0D7
(218,224,215)
#E5E9E3
(229,233,227)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829877; }

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

This text font color is #829877.


Background Color

.myBgColor { background-color: #829877; }

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

This div background color is #829877.


Border color

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

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

This div border color is #829877.


Opacity

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

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

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

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

This text has shadow with #829877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829877 on black background.


Color preview on white background

This text has color #829877 on white background.



Black color preview on #829877 background

This text has black color on #829877 background.


White color preview on #829877 background

This text has white color on #829877 background.