COLOR #829E81

HEX: #829E81
RGB: (130,158,129)

Color info

#829E81 contains red, green and blue colors in about the same proportion. Web safe color of #829E81 is #999999 (or #999).

RGB color model

#829E81 color RGB value is (130,158,129).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 129 of 255 = 51%

130
158
129

R + G + B ~ 55%. #829E81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 129 = 417 (100%)
R 130 of 417 ~ 31.18%
G 158 of 417 ~ 37.89%
B 129 of 417 ~ 30.94%

%31.18
%37.89
%30.94

CMYK color model

#829E81 color CMYK value is (18,0,18,38).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 38.04%
CMYK:
(18,0,18,38)
C18M0Y18K38 
(18%,0%,18%,38%)
(0.18/0.00/0.18/0.38)	

CMYK percentages

%17.72
%0
%18.35
%38.04

Codes

Color #829E81 in popluar color models

829E81
RGB130158129
HSL118°13.00%56.27%
HSB/HSV118°18.35%61.96%
CMYK17.72%0.00%18.35%
38.04%

Color #829E81 in popluar number systems.

HEX829E81
Decimal130158129
Binary100000101001111010000001
Octal202236201

Shades and tints

Shades of #829E81

#829E81
(130,158,129)
#779076
(119,144,118)
#6C826B
(108,130,107)
#617460
(97,116,96)
#566655
(86,102,85)
#4B584A
(75,88,74)
#404A3F
(64,74,63)
#353C34
(53,60,52)
#2A2E29
(42,46,41)
#1F201E
(31,32,30)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #829E81

#829E81
(130,158,129)
#8DA68C
(141,166,140)
#98AE97
(152,174,151)
#A3B6A2
(163,182,162)
#AEBEAD
(174,190,173)
#B9C6B8
(185,198,184)
#C4CEC3
(196,206,195)
#CFD6CE
(207,214,206)
#DADED9
(218,222,217)
#E5E6E4
(229,230,228)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E81; }

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

This text font color is #829E81.


Background Color

.myBgColor { background-color: #829E81; }

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

This div background color is #829E81.


Border color

.myBorderColor { border: 1px solid #829E81; }

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

This div border color is #829E81.


Opacity

.myOpacity80 { color: #829E81; opacity: 0.8; }

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

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

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

This text has shadow with #829E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E81 on black background.


Color preview on white background

This text has color #829E81 on white background.



Black color preview on #829E81 background

This text has black color on #829E81 background.


White color preview on #829E81 background

This text has white color on #829E81 background.