COLOR #829F6A

HEX: #829F6A
RGB: (130,159,106)

Color info

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

RGB color model

#829F6A color RGB value is (130,159,106).

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

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 106 of 255 = 42%

130
159
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 106 = 395 (100%)
R 130 of 395 ~ 32.91%
G 159 of 395 ~ 40.25%
B 106 of 395 ~ 26.84%

%32.91
%40.25
%26.84

CMYK color model

#829F6A color CMYK value is (18,0,33,38).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 37.65%
CMYK:
(18,0,33,38)
C18M0Y33K38 
(18%,0%,33%,38%)
(0.18/0.00/0.33/0.38)	

CMYK percentages

%18.24
%0
%33.33
%37.65

Codes

Color #829F6A in popluar color models

829F6A
RGB130159106
HSL93°21.63%51.96%
HSB/HSV93°33.33%62.35%
CMYK18.24%0.00%33.33%
37.65%

Color #829F6A in popluar number systems.

HEX829F6A
Decimal130159106
Binary10000010100111111101010
Octal202237152

Shades and tints

Shades of #829F6A

#829F6A
(130,159,106)
#779161
(119,145,97)
#6C8358
(108,131,88)
#61754F
(97,117,79)
#566746
(86,103,70)
#4B593D
(75,89,61)
#404B34
(64,75,52)
#353D2B
(53,61,43)
#2A2F22
(42,47,34)
#1F2119
(31,33,25)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #829F6A

#829F6A
(130,159,106)
#8DA777
(141,167,119)
#98AF84
(152,175,132)
#A3B791
(163,183,145)
#AEBF9E
(174,191,158)
#B9C7AB
(185,199,171)
#C4CFB8
(196,207,184)
#CFD7C5
(207,215,197)
#DADFD2
(218,223,210)
#E5E7DF
(229,231,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F6A; }

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

This text font color is #829F6A.


Background Color

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

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

This div background color is #829F6A.


Border color

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

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

This div border color is #829F6A.


Opacity

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

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

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

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

This text has shadow with #829F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F6A on black background.


Color preview on white background

This text has color #829F6A on white background.



Black color preview on #829F6A background

This text has black color on #829F6A background.


White color preview on #829F6A background

This text has white color on #829F6A background.