COLOR #829A78

HEX: #829A78
RGB: (130,154,120)

Color info

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

RGB color model

#829A78 color RGB value is (130,154,120).

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

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 120 of 255 = 47%

130
154
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 154 + 120 = 404 (100%)
R 130 of 404 ~ 32.18%
G 154 of 404 ~ 38.12%
B 120 of 404 ~ 29.7%

%32.18
%38.12
%29.7

CMYK color model

#829A78 color CMYK value is (16,0,22,40).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 22.08%
  • key color value is 39.61%
CMYK:
(16,0,22,40)
C16M0Y22K40 
(16%,0%,22%,40%)
(0.16/0.00/0.22/0.40)	

CMYK percentages

%15.58
%0
%22.08
%39.61

Codes

Color #829A78 in popluar color models

829A78
RGB130154120
HSL102°14.41%53.73%
HSB/HSV102°22.08%60.39%
CMYK15.58%0.00%22.08%
39.61%

Color #829A78 in popluar number systems.

HEX829A78
Decimal130154120
Binary10000010100110101111000
Octal202232170

Shades and tints

Shades of #829A78

#829A78
(130,154,120)
#778C6E
(119,140,110)
#6C7E64
(108,126,100)
#61705A
(97,112,90)
#566250
(86,98,80)
#4B5446
(75,84,70)
#40463C
(64,70,60)
#353832
(53,56,50)
#2A2A28
(42,42,40)
#1F1C1E
(31,28,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #829A78

#829A78
(130,154,120)
#8DA384
(141,163,132)
#98AC90
(152,172,144)
#A3B59C
(163,181,156)
#AEBEA8
(174,190,168)
#B9C7B4
(185,199,180)
#C4D0C0
(196,208,192)
#CFD9CC
(207,217,204)
#DAE2D8
(218,226,216)
#E5EBE4
(229,235,228)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829A78; }

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

This text font color is #829A78.


Background Color

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

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

This div background color is #829A78.


Border color

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

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

This div border color is #829A78.


Opacity

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

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

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

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

This text has shadow with #829A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829A78 on black background.


Color preview on white background

This text has color #829A78 on white background.



Black color preview on #829A78 background

This text has black color on #829A78 background.


White color preview on #829A78 background

This text has white color on #829A78 background.