COLOR #829E5F

HEX: #829E5F
RGB: (130,158,95)

Color info

#829E5F contains mainly red and green colors. Web safe color of #829E5F is #999966 (or #996).

RGB color model

#829E5F color RGB value is (130,158,95).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 95 of 255 = 37%

130
158
95

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

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 95 = 383 (100%)
R 130 of 383 ~ 33.94%
G 158 of 383 ~ 41.25%
B 95 of 383 ~ 24.8%

%33.94
%41.25
%24.8

CMYK color model

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

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 38.04%
CMYK:
(18,0,40,38)
C18M0Y40K38 
(18%,0%,40%,38%)
(0.18/0.00/0.40/0.38)	

CMYK percentages

%17.72
%0
%39.87
%38.04

Codes

Color #829E5F in popluar color models

829E5F
RGB13015895
HSL87°24.90%49.61%
HSB/HSV87°39.87%61.96%
CMYK17.72%0.00%39.87%
38.04%

Color #829E5F in popluar number systems.

HEX829E5F
Decimal13015895
Binary10000010100111101011111
Octal202236137

Shades and tints

Shades of #829E5F

#829E5F
(130,158,95)
#779057
(119,144,87)
#6C824F
(108,130,79)
#617447
(97,116,71)
#56663F
(86,102,63)
#4B5837
(75,88,55)
#404A2F
(64,74,47)
#353C27
(53,60,39)
#2A2E1F
(42,46,31)
#1F2017
(31,32,23)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #829E5F

#829E5F
(130,158,95)
#8DA66D
(141,166,109)
#98AE7B
(152,174,123)
#A3B689
(163,182,137)
#AEBE97
(174,190,151)
#B9C6A5
(185,198,165)
#C4CEB3
(196,206,179)
#CFD6C1
(207,214,193)
#DADECF
(218,222,207)
#E5E6DD
(229,230,221)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E5F; }

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

This text font color is #829E5F.


Background Color

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

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

This div background color is #829E5F.


Border color

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

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

This div border color is #829E5F.


Opacity

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

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

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

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

This text has shadow with #829E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E5F on black background.


Color preview on white background

This text has color #829E5F on white background.



Black color preview on #829E5F background

This text has black color on #829E5F background.


White color preview on #829E5F background

This text has white color on #829E5F background.