COLOR #829E4D

HEX: #829E4D
RGB: (130,158,77)

Color info

#829E4D contains mainly red and green colors. Web safe color of #829E4D is #999933 (or #993).

RGB color model

#829E4D color RGB value is (130,158,77).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 77 of 255 = 30%

130
158
77

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

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 77 = 365 (100%)
R 130 of 365 ~ 35.62%
G 158 of 365 ~ 43.29%
B 77 of 365 ~ 21.1%

%35.62
%43.29
%21.1

CMYK color model

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

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 51.27%
  • key color value is 38.04%
CMYK:
(18,0,51,38)
C18M0Y51K38 
(18%,0%,51%,38%)
(0.18/0.00/0.51/0.38)	

CMYK percentages

%17.72
%0
%51.27
%38.04

Codes

Color #829E4D in popluar color models

829E4D
RGB13015877
HSL81°34.47%46.08%
HSB/HSV81°51.27%61.96%
CMYK17.72%0.00%51.27%
38.04%

Color #829E4D in popluar number systems.

HEX829E4D
Decimal13015877
Binary10000010100111101001101
Octal202236115

Shades and tints

Shades of #829E4D

#829E4D
(130,158,77)
#779046
(119,144,70)
#6C823F
(108,130,63)
#617438
(97,116,56)
#566631
(86,102,49)
#4B582A
(75,88,42)
#404A23
(64,74,35)
#353C1C
(53,60,28)
#2A2E15
(42,46,21)
#1F200E
(31,32,14)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #829E4D

#829E4D
(130,158,77)
#8DA65D
(141,166,93)
#98AE6D
(152,174,109)
#A3B67D
(163,182,125)
#AEBE8D
(174,190,141)
#B9C69D
(185,198,157)
#C4CEAD
(196,206,173)
#CFD6BD
(207,214,189)
#DADECD
(218,222,205)
#E5E6DD
(229,230,221)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E4D; }

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

This text font color is #829E4D.


Background Color

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

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

This div background color is #829E4D.


Border color

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

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

This div border color is #829E4D.


Opacity

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

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

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

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

This text has shadow with #829E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E4D on black background.


Color preview on white background

This text has color #829E4D on white background.



Black color preview on #829E4D background

This text has black color on #829E4D background.


White color preview on #829E4D background

This text has white color on #829E4D background.