COLOR #829F7A

HEX: #829F7A RGB: (130,159,122)

Color info

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

RGB color model

#829F7A color RGB value is (130,159,122).

RGB: (130,159,122) (51%, 62%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 122 of 255 = 48%

130
159
122

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

Portions of RGB colors in percentages

R + G + B = 130 + 159 + 122 = 411 (100%)
R 130 of 411 ~ 31.63%
G 159 of 411 ~ 38.69%
B 122 of 411 ~ 29.68'%

%31.63
%38.69
%29.68

CMYK color model

#829F7A color CMYK value is (18,0,23,38).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 37.65%

CMYK: (18,0,23,38)
C18M0Y23K38 (18%, 0%, 23%, 38%)
(0.18 / 0.00 / 0.23 / 0.38)

CMYK percentages

%18.24
%0
%23.27
%37.65

Codes

Color #829F7A in popluar color models

82 9F 7A
RGB 130 159 122
HSL 107° 16.16% 55.10%
HSB/HSV 107° 23.27% 62.35%
CMYK 18.24% 0.00% 23.27%
37.65%

Color #829F7A in popluar number systems.

HEX 82 9F 7A
Decimal 130 159 122
Binary 10000010 10011111 1111010
Octal 202 237 172

Shades and tints

Shades of #829F7A

#829F7A
(130,159,122)
#77916F
(119,145,111)
#6C8364
(108,131,100)
#617559
(97,117,89)
#56674E
(86,103,78)
#4B5943
(75,89,67)
#404B38
(64,75,56)
#353D2D
(53,61,45)
#2A2F22
(42,47,34)
#1F2117
(31,33,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #829F7A

#829F7A
(130,159,122)
#8DA786
(141,167,134)
#98AF92
(152,175,146)
#A3B79E
(163,183,158)
#AEBFAA
(174,191,170)
#B9C7B6
(185,199,182)
#C4CFC2
(196,207,194)
#CFD7CE
(207,215,206)
#DADFDA
(218,223,218)
#E5E7E6
(229,231,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F7A; }

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

This text font color is #829F7A.

Background Color

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

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

This div background color is #829F7A.

Border color

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

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

This div border color is #829F7A.

Opacity

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

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

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

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

This text has shadow with #829F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829F7A.

Preview

Color preview on black background

This text has color #829F7A on black background.


Color preview on white background

This text has color #829F7A on white background.


Black color preview on #829F7A background

This text has black color on #829F7A background.


White color preview on #829F7A background

This text has white color on #829F7A background.


Related colors

Complementary color

Complementary color for #hex is #7D6085.


I love getcolorcode.com

Triadic colors

1 #7A829F and #9F7A82 with #829F7A are triadic colors.

2 #7A9F82 and #9F827A with #829F7A are triadic colors.