COLOR #829F7C

HEX: #829F7C RGB: (130,159,124)

Color info

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

RGB color model

#829F7C color RGB value is (130,159,124).

RGB: (130,159,124) (51%, 62%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 124 of 255 = 49%

130
159
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 159 + 124 = 413 (100%)
R 130 of 413 ~ 31.48%
G 159 of 413 ~ 38.5%
B 124 of 413 ~ 30.02'%

%31.48
%38.5
%30.02

CMYK color model

#829F7C color CMYK value is (18,0,22,38).

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

CMYK: (18,0,22,38)
C18M0Y22K38 (18%, 0%, 22%, 38%)
(0.18 / 0.00 / 0.22 / 0.38)

CMYK percentages

%18.24
%0
%22.01
%37.65

Codes

Color #829F7C in popluar color models

82 9F 7C
RGB 130 159 124
HSL 110° 15.42% 55.49%
HSB/HSV 110° 22.01% 62.35%
CMYK 18.24% 0.00% 22.01%
37.65%

Color #829F7C in popluar number systems.

HEX 82 9F 7C
Decimal 130 159 124
Binary 10000010 10011111 1111100
Octal 202 237 174

Shades and tints

Shades of #829F7C

#829F7C
(130,159,124)
#779171
(119,145,113)
#6C8366
(108,131,102)
#61755B
(97,117,91)
#566750
(86,103,80)
#4B5945
(75,89,69)
#404B3A
(64,75,58)
#353D2F
(53,61,47)
#2A2F24
(42,47,36)
#1F2119
(31,33,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #829F7C

#829F7C
(130,159,124)
#8DA787
(141,167,135)
#98AF92
(152,175,146)
#A3B79D
(163,183,157)
#AEBFA8
(174,191,168)
#B9C7B3
(185,199,179)
#C4CFBE
(196,207,190)
#CFD7C9
(207,215,201)
#DADFD4
(218,223,212)
#E5E7DF
(229,231,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F7C; }

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

This text font color is #829F7C.

Background Color

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

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

This div background color is #829F7C.

Border color

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

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

This div border color is #829F7C.

Opacity

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

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

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

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

This text has shadow with #829F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829F7C.

Preview

Color preview on black background

This text has color #829F7C on black background.


Color preview on white background

This text has color #829F7C on white background.


Black color preview on #829F7C background

This text has black color on #829F7C background.


White color preview on #829F7C background

This text has white color on #829F7C background.


Related colors

Complementary color

Complementary color for #hex is #7D6083.


I love getcolorcode.com

Triadic colors

1 #7C829F and #9F7C82 with #829F7C are triadic colors.

2 #7C9F82 and #9F827C with #829F7C are triadic colors.