COLOR #829A60

HEX: #829A60
RGB: (130,154,96)

Color info

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

RGB color model

#829A60 color RGB value is (130,154,96).

  • red value is 130;
  • green value is 154;
  • blue value is 96.
RGB:
(130,154,96)
(51%,60%,38%)

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 96 of 255 = 38%

130
154
96

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

Portions of RGB colors in percentages

R + G + B =
130 + 154 + 96 = 380 (100%)
R 130 of 380 ~ 34.21%
G 154 of 380 ~ 40.53%
B 96 of 380 ~ 25.26%

%34.21
%40.53
%25.26

CMYK color model

#829A60 color CMYK value is (16,0,38,40).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 39.61%
CMYK:
(16,0,38,40)
C16M0Y38K40 
(16%,0%,38%,40%)
(0.16/0.00/0.38/0.40)	

CMYK percentages

%15.58
%0
%37.66
%39.61

Codes

Color #829A60 in popluar color models

829A60
RGB13015496
HSL85°23.20%49.02%
HSB/HSV85°37.66%60.39%
CMYK15.58%0.00%37.66%
39.61%

Color #829A60 in popluar number systems.

HEX829A60
Decimal13015496
Binary10000010100110101100000
Octal202232140

Shades and tints

Shades of #829A60

#829A60
(130,154,96)
#778C58
(119,140,88)
#6C7E50
(108,126,80)
#617048
(97,112,72)
#566240
(86,98,64)
#4B5438
(75,84,56)
#404630
(64,70,48)
#353828
(53,56,40)
#2A2A20
(42,42,32)
#1F1C18
(31,28,24)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #829A60

#829A60
(130,154,96)
#8DA36E
(141,163,110)
#98AC7C
(152,172,124)
#A3B58A
(163,181,138)
#AEBE98
(174,190,152)
#B9C7A6
(185,199,166)
#C4D0B4
(196,208,180)
#CFD9C2
(207,217,194)
#DAE2D0
(218,226,208)
#E5EBDE
(229,235,222)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829A60 color. Also use rgb(130,154,96) instead hex code.

Text Font Color

.myTextColor { color: #829A60; }

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

This text font color is #829A60.


Background Color

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

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

This div background color is #829A60.


Border color

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

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

This div border color is #829A60.


Opacity

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

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

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

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

This text has shadow with #829A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829A60 on black background.


Color preview on white background

This text has color #829A60 on white background.



Black color preview on #829A60 background

This text has black color on #829A60 background.


White color preview on #829A60 background

This text has white color on #829A60 background.