COLOR #829A70

HEX: #829A70
RGB: (130,154,112)

Color info

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

RGB color model

#829A70 color RGB value is (130,154,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 112 of 255 = 44%

130
154
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 154 + 112 = 396 (100%)
R 130 of 396 ~ 32.83%
G 154 of 396 ~ 38.89%
B 112 of 396 ~ 28.28%

%32.83
%38.89
%28.28

CMYK color model

#829A70 color CMYK value is (16,0,27,40).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 39.61%
CMYK:
(16,0,27,40)
C16M0Y27K40 
(16%,0%,27%,40%)
(0.16/0.00/0.27/0.40)	

CMYK percentages

%15.58
%0
%27.27
%39.61

Codes

Color #829A70 in popluar color models

829A70
RGB130154112
HSL94°17.21%52.16%
HSB/HSV94°27.27%60.39%
CMYK15.58%0.00%27.27%
39.61%

Color #829A70 in popluar number systems.

HEX829A70
Decimal130154112
Binary10000010100110101110000
Octal202232160

Shades and tints

Shades of #829A70

#829A70
(130,154,112)
#778C66
(119,140,102)
#6C7E5C
(108,126,92)
#617052
(97,112,82)
#566248
(86,98,72)
#4B543E
(75,84,62)
#404634
(64,70,52)
#35382A
(53,56,42)
#2A2A20
(42,42,32)
#1F1C16
(31,28,22)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #829A70

#829A70
(130,154,112)
#8DA37D
(141,163,125)
#98AC8A
(152,172,138)
#A3B597
(163,181,151)
#AEBEA4
(174,190,164)
#B9C7B1
(185,199,177)
#C4D0BE
(196,208,190)
#CFD9CB
(207,217,203)
#DAE2D8
(218,226,216)
#E5EBE5
(229,235,229)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829A70; }

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

This text font color is #829A70.


Background Color

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

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

This div background color is #829A70.


Border color

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

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

This div border color is #829A70.


Opacity

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

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

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

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

This text has shadow with #829A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829A70 on black background.


Color preview on white background

This text has color #829A70 on white background.



Black color preview on #829A70 background

This text has black color on #829A70 background.


White color preview on #829A70 background

This text has white color on #829A70 background.