COLOR #829E31

HEX: #829E31
RGB: (130,158,49)

Color info

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

RGB color model

#829E31 color RGB value is (130,158,49).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 49 of 255 = 19%

130
158
49

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

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 49 = 337 (100%)
R 130 of 337 ~ 38.58%
G 158 of 337 ~ 46.88%
B 49 of 337 ~ 14.54%

%38.58
%46.88
%14.54

CMYK color model

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

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 68.99%
  • key color value is 38.04%
CMYK:
(18,0,69,38)
C18M0Y69K38 
(18%,0%,69%,38%)
(0.18/0.00/0.69/0.38)	

CMYK percentages

%17.72
%0
%68.99
%38.04

Codes

Color #829E31 in popluar color models

829E31
RGB13015849
HSL75°52.66%40.59%
HSB/HSV75°68.99%61.96%
CMYK17.72%0.00%68.99%
38.04%

Color #829E31 in popluar number systems.

HEX829E31
Decimal13015849
Binary1000001010011110110001
Octal20223661

Shades and tints

Shades of #829E31

#829E31
(130,158,49)
#77902D
(119,144,45)
#6C8229
(108,130,41)
#617425
(97,116,37)
#566621
(86,102,33)
#4B581D
(75,88,29)
#404A19
(64,74,25)
#353C15
(53,60,21)
#2A2E11
(42,46,17)
#1F200D
(31,32,13)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #829E31

#829E31
(130,158,49)
#8DA643
(141,166,67)
#98AE55
(152,174,85)
#A3B667
(163,182,103)
#AEBE79
(174,190,121)
#B9C68B
(185,198,139)
#C4CE9D
(196,206,157)
#CFD6AF
(207,214,175)
#DADEC1
(218,222,193)
#E5E6D3
(229,230,211)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E31; }

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

This text font color is #829E31.


Background Color

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

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

This div background color is #829E31.


Border color

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

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

This div border color is #829E31.


Opacity

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

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

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

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

This text has shadow with #829E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E31 on black background.


Color preview on white background

This text has color #829E31 on white background.



Black color preview on #829E31 background

This text has black color on #829E31 background.


White color preview on #829E31 background

This text has white color on #829E31 background.