COLOR #829E63

HEX: #829E63
RGB: (130,158,99)

Color info

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

RGB color model

#829E63 color RGB value is (130,158,99).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 99 of 255 = 39%

130
158
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 99 = 387 (100%)
R 130 of 387 ~ 33.59%
G 158 of 387 ~ 40.83%
B 99 of 387 ~ 25.58%

%33.59
%40.83
%25.58

CMYK color model

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

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 37.34%
  • key color value is 38.04%
CMYK:
(18,0,37,38)
C18M0Y37K38 
(18%,0%,37%,38%)
(0.18/0.00/0.37/0.38)	

CMYK percentages

%17.72
%0
%37.34
%38.04

Codes

Color #829E63 in popluar color models

829E63
RGB13015899
HSL88°23.32%50.39%
HSB/HSV88°37.34%61.96%
CMYK17.72%0.00%37.34%
38.04%

Color #829E63 in popluar number systems.

HEX829E63
Decimal13015899
Binary10000010100111101100011
Octal202236143

Shades and tints

Shades of #829E63

#829E63
(130,158,99)
#77905A
(119,144,90)
#6C8251
(108,130,81)
#617448
(97,116,72)
#56663F
(86,102,63)
#4B5836
(75,88,54)
#404A2D
(64,74,45)
#353C24
(53,60,36)
#2A2E1B
(42,46,27)
#1F2012
(31,32,18)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #829E63

#829E63
(130,158,99)
#8DA671
(141,166,113)
#98AE7F
(152,174,127)
#A3B68D
(163,182,141)
#AEBE9B
(174,190,155)
#B9C6A9
(185,198,169)
#C4CEB7
(196,206,183)
#CFD6C5
(207,214,197)
#DADED3
(218,222,211)
#E5E6E1
(229,230,225)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E63; }

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

This text font color is #829E63.


Background Color

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

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

This div background color is #829E63.


Border color

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

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

This div border color is #829E63.


Opacity

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

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

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

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

This text has shadow with #829E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E63 on black background.


Color preview on white background

This text has color #829E63 on white background.



Black color preview on #829E63 background

This text has black color on #829E63 background.


White color preview on #829E63 background

This text has white color on #829E63 background.