COLOR #829F57

HEX: #829F57
RGB: (130,159,87)

Color info

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

RGB color model

#829F57 color RGB value is (130,159,87).

  • red value is 130;
  • green value is 159;
  • blue value is 87.
RGB:
(130,159,87)
(51%,62%,34%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 87 of 255 = 34%

130
159
87

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

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 87 = 376 (100%)
R 130 of 376 ~ 34.57%
G 159 of 376 ~ 42.29%
B 87 of 376 ~ 23.14%

%34.57
%42.29
%23.14

CMYK color model

#829F57 color CMYK value is (18,0,45,38).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 45.28%
  • key color value is 37.65%
CMYK:
(18,0,45,38)
C18M0Y45K38 
(18%,0%,45%,38%)
(0.18/0.00/0.45/0.38)	

CMYK percentages

%18.24
%0
%45.28
%37.65

Codes

Color #829F57 in popluar color models

829F57
RGB13015987
HSL84°29.27%48.24%
HSB/HSV84°45.28%62.35%
CMYK18.24%0.00%45.28%
37.65%

Color #829F57 in popluar number systems.

HEX829F57
Decimal13015987
Binary10000010100111111010111
Octal202237127

Shades and tints

Shades of #829F57

#829F57
(130,159,87)
#779150
(119,145,80)
#6C8349
(108,131,73)
#617542
(97,117,66)
#56673B
(86,103,59)
#4B5934
(75,89,52)
#404B2D
(64,75,45)
#353D26
(53,61,38)
#2A2F1F
(42,47,31)
#1F2118
(31,33,24)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #829F57

#829F57
(130,159,87)
#8DA766
(141,167,102)
#98AF75
(152,175,117)
#A3B784
(163,183,132)
#AEBF93
(174,191,147)
#B9C7A2
(185,199,162)
#C4CFB1
(196,207,177)
#CFD7C0
(207,215,192)
#DADFCF
(218,223,207)
#E5E7DE
(229,231,222)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829F57 color. Also use rgb(130,159,87) instead hex code.

Text Font Color

.myTextColor { color: #829F57; }

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

This text font color is #829F57.


Background Color

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

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

This div background color is #829F57.


Border color

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

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

This div border color is #829F57.


Opacity

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

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

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

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

This text has shadow with #829F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F57 on black background.


Color preview on white background

This text has color #829F57 on white background.



Black color preview on #829F57 background

This text has black color on #829F57 background.


White color preview on #829F57 background

This text has white color on #829F57 background.