COLOR #829E65

HEX: #829E65
RGB: (130,158,101)

Color info

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

RGB color model

#829E65 color RGB value is (130,158,101).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 101 of 255 = 40%

130
158
101

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

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 101 = 389 (100%)
R 130 of 389 ~ 33.42%
G 158 of 389 ~ 40.62%
B 101 of 389 ~ 25.96%

%33.42
%40.62
%25.96

CMYK color model

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

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(18,0,36,38)
C18M0Y36K38 
(18%,0%,36%,38%)
(0.18/0.00/0.36/0.38)	

CMYK percentages

%17.72
%0
%36.08
%38.04

Codes

Color #829E65 in popluar color models

829E65
RGB130158101
HSL89°22.71%50.78%
HSB/HSV89°36.08%61.96%
CMYK17.72%0.00%36.08%
38.04%

Color #829E65 in popluar number systems.

HEX829E65
Decimal130158101
Binary10000010100111101100101
Octal202236145

Shades and tints

Shades of #829E65

#829E65
(130,158,101)
#77905C
(119,144,92)
#6C8253
(108,130,83)
#61744A
(97,116,74)
#566641
(86,102,65)
#4B5838
(75,88,56)
#404A2F
(64,74,47)
#353C26
(53,60,38)
#2A2E1D
(42,46,29)
#1F2014
(31,32,20)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #829E65

#829E65
(130,158,101)
#8DA673
(141,166,115)
#98AE81
(152,174,129)
#A3B68F
(163,182,143)
#AEBE9D
(174,190,157)
#B9C6AB
(185,198,171)
#C4CEB9
(196,206,185)
#CFD6C7
(207,214,199)
#DADED5
(218,222,213)
#E5E6E3
(229,230,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E65; }

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

This text font color is #829E65.


Background Color

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

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

This div background color is #829E65.


Border color

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

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

This div border color is #829E65.


Opacity

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

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

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

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

This text has shadow with #829E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E65 on black background.


Color preview on white background

This text has color #829E65 on white background.



Black color preview on #829E65 background

This text has black color on #829E65 background.


White color preview on #829E65 background

This text has white color on #829E65 background.