COLOR #829C70

HEX: #829C70 RGB: (130,156,112)

Color info

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

RGB color model

#829C70 color RGB value is (130,156,112).

RGB: (130,156,112) (51%, 61%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 156 of 255 = 61%
B 112 of 255 = 44%

130
156
112

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

Portions of RGB colors in percentages

R + G + B = 130 + 156 + 112 = 398 (100%)
R 130 of 398 ~ 32.66%
G 156 of 398 ~ 39.2%
B 112 of 398 ~ 28.14'%

%32.66
%39.2
%28.14

CMYK color model

#829C70 color CMYK value is (17,0,28,39).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 38.82%

CMYK: (17,0,28,39)
C17M0Y28K39 (17%, 0%, 28%, 39%)
(0.17 / 0.00 / 0.28 / 0.39)

CMYK percentages

%16.67
%0
%28.21
%38.82

Codes

Color #829C70 in popluar color models

82 9C 70
RGB 130 156 112
HSL 95° 18.18% 52.55%
HSB/HSV 95° 28.21% 61.18%
CMYK 16.67% 0.00% 28.21%
38.82%

Color #829C70 in popluar number systems.

HEX 82 9C 70
Decimal 130 156 112
Binary 10000010 10011100 1110000
Octal 202 234 160

Shades and tints

Shades of #829C70

#829C70
(130,156,112)
#778E66
(119,142,102)
#6C805C
(108,128,92)
#617252
(97,114,82)
#566448
(86,100,72)
#4B563E
(75,86,62)
#404834
(64,72,52)
#353A2A
(53,58,42)
#2A2C20
(42,44,32)
#1F1E16
(31,30,22)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #829C70

#829C70
(130,156,112)
#8DA57D
(141,165,125)
#98AE8A
(152,174,138)
#A3B797
(163,183,151)
#AEC0A4
(174,192,164)
#B9C9B1
(185,201,177)
#C4D2BE
(196,210,190)
#CFDBCB
(207,219,203)
#DAE4D8
(218,228,216)
#E5EDE5
(229,237,229)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C70; }

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

This text font color is #829C70.

Background Color

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

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

This div background color is #829C70.

Border color

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

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

This div border color is #829C70.

Opacity

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

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

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

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

This text has shadow with #829C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829C70.

Preview

Color preview on black background

This text has color #829C70 on black background.


Color preview on white background

This text has color #829C70 on white background.


Black color preview on #829C70 background

This text has black color on #829C70 background.


White color preview on #829C70 background

This text has white color on #829C70 background.


Related colors

Complementary color

Complementary color for #hex is #7D638F.


I love getcolorcode.com

Triadic colors

1 #70829C and #9C7082 with #829C70 are triadic colors.

2 #709C82 and #9C8270 with #829C70 are triadic colors.