COLOR #829C7B

HEX: #829C7B
RGB: (130,156,123)

Color info

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

RGB color model

#829C7B color RGB value is (130,156,123).

  • red value is 130;
  • green value is 156;
  • blue value is 123.
RGB:
(130,156,123)
(51%,61%,48%)

RGB channels and saturation

R 130 of 255 = 51%
G 156 of 255 = 61%
B 123 of 255 = 48%

130
156
123

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

Portions of RGB colors in percentages

R + G + B =
130 + 156 + 123 = 409 (100%)
R 130 of 409 ~ 31.78%
G 156 of 409 ~ 38.14%
B 123 of 409 ~ 30.07%

%31.78
%38.14
%30.07

CMYK color model

#829C7B color CMYK value is (17,0,21,39).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 38.82%
CMYK:
(17,0,21,39)
C17M0Y21K39 
(17%,0%,21%,39%)
(0.17/0.00/0.21/0.39)	

CMYK percentages

%16.67
%0
%21.15
%38.82

Codes

Color #829C7B in popluar color models

829C7B
RGB130156123
HSL107°14.29%54.71%
HSB/HSV107°21.15%61.18%
CMYK16.67%0.00%21.15%
38.82%

Color #829C7B in popluar number systems.

HEX829C7B
Decimal130156123
Binary10000010100111001111011
Octal202234173

Shades and tints

Shades of #829C7B

#829C7B
(130,156,123)
#778E70
(119,142,112)
#6C8065
(108,128,101)
#61725A
(97,114,90)
#56644F
(86,100,79)
#4B5644
(75,86,68)
#404839
(64,72,57)
#353A2E
(53,58,46)
#2A2C23
(42,44,35)
#1F1E18
(31,30,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #829C7B

#829C7B
(130,156,123)
#8DA587
(141,165,135)
#98AE93
(152,174,147)
#A3B79F
(163,183,159)
#AEC0AB
(174,192,171)
#B9C9B7
(185,201,183)
#C4D2C3
(196,210,195)
#CFDBCF
(207,219,207)
#DAE4DB
(218,228,219)
#E5EDE7
(229,237,231)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C7B; }

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

This text font color is #829C7B.


Background Color

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

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

This div background color is #829C7B.


Border color

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

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

This div border color is #829C7B.


Opacity

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

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

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

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

This text has shadow with #829C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C7B on black background.


Color preview on white background

This text has color #829C7B on white background.



Black color preview on #829C7B background

This text has black color on #829C7B background.


White color preview on #829C7B background

This text has white color on #829C7B background.