COLOR #829C83

HEX: #829C83
RGB: (130,156,131)

Color info

#829C83 contains red, green and blue colors in about the same proportion. Web safe color of #829C83 is #999999 (or #999).

RGB color model

#829C83 color RGB value is (130,156,131).

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

RGB channels and saturation

R 130 of 255 = 51%
G 156 of 255 = 61%
B 131 of 255 = 51%

130
156
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 156 + 131 = 417 (100%)
R 130 of 417 ~ 31.18%
G 156 of 417 ~ 37.41%
B 131 of 417 ~ 31.41%

%31.18
%37.41
%31.41

CMYK color model

#829C83 color CMYK value is (17,0,16,39).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 38.82%
CMYK:
(17,0,16,39)
C17M0Y16K39 
(17%,0%,16%,39%)
(0.17/0.00/0.16/0.39)	

CMYK percentages

%16.67
%0
%16.03
%38.82

Codes

Color #829C83 in popluar color models

829C83
RGB130156131
HSL122°11.61%56.08%
HSB/HSV122°16.67%61.18%
CMYK16.67%0.00%16.03%
38.82%

Color #829C83 in popluar number systems.

HEX829C83
Decimal130156131
Binary100000101001110010000011
Octal202234203

Shades and tints

Shades of #829C83

#829C83
(130,156,131)
#778E78
(119,142,120)
#6C806D
(108,128,109)
#617262
(97,114,98)
#566457
(86,100,87)
#4B564C
(75,86,76)
#404841
(64,72,65)
#353A36
(53,58,54)
#2A2C2B
(42,44,43)
#1F1E20
(31,30,32)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #829C83

#829C83
(130,156,131)
#8DA58E
(141,165,142)
#98AE99
(152,174,153)
#A3B7A4
(163,183,164)
#AEC0AF
(174,192,175)
#B9C9BA
(185,201,186)
#C4D2C5
(196,210,197)
#CFDBD0
(207,219,208)
#DAE4DB
(218,228,219)
#E5EDE6
(229,237,230)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C83; }

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

This text font color is #829C83.


Background Color

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

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

This div background color is #829C83.


Border color

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

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

This div border color is #829C83.


Opacity

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

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

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

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

This text has shadow with #829C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C83 on black background.


Color preview on white background

This text has color #829C83 on white background.



Black color preview on #829C83 background

This text has black color on #829C83 background.


White color preview on #829C83 background

This text has white color on #829C83 background.