COLOR #829376

HEX: #829376
RGB: (130,147,118)

Color info

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

RGB color model

#829376 color RGB value is (130,147,118).

  • red value is 130;
  • green value is 147;
  • blue value is 118.
RGB:
(130,147,118)
(51%,58%,46%)

RGB channels and saturation

R 130 of 255 = 51%
G 147 of 255 = 58%
B 118 of 255 = 46%

130
147
118

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

Portions of RGB colors in percentages

R + G + B =
130 + 147 + 118 = 395 (100%)
R 130 of 395 ~ 32.91%
G 147 of 395 ~ 37.22%
B 118 of 395 ~ 29.87%

%32.91
%37.22
%29.87

CMYK color model

#829376 color CMYK value is (12,0,20,42).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 42.35%
CMYK:
(12,0,20,42)
C12M0Y20K42 
(12%,0%,20%,42%)
(0.12/0.00/0.20/0.42)	

CMYK percentages

%11.56
%0
%19.73
%42.35

Codes

Color #829376 in popluar color models

829376
RGB130147118
HSL95°11.84%51.96%
HSB/HSV95°19.73%57.65%
CMYK11.56%0.00%19.73%
42.35%

Color #829376 in popluar number systems.

HEX829376
Decimal130147118
Binary10000010100100111110110
Octal202223166

Shades and tints

Shades of #829376

#829376
(130,147,118)
#77866C
(119,134,108)
#6C7962
(108,121,98)
#616C58
(97,108,88)
#565F4E
(86,95,78)
#4B5244
(75,82,68)
#40453A
(64,69,58)
#353830
(53,56,48)
#2A2B26
(42,43,38)
#1F1E1C
(31,30,28)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #829376

#829376
(130,147,118)
#8D9C82
(141,156,130)
#98A58E
(152,165,142)
#A3AE9A
(163,174,154)
#AEB7A6
(174,183,166)
#B9C0B2
(185,192,178)
#C4C9BE
(196,201,190)
#CFD2CA
(207,210,202)
#DADBD6
(218,219,214)
#E5E4E2
(229,228,226)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829376 color. Also use rgb(130,147,118) instead hex code.

Text Font Color

.myTextColor { color: #829376; }

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

This text font color is #829376.


Background Color

.myBgColor { background-color: #829376; }

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

This div background color is #829376.


Border color

.myBorderColor { border: 1px solid #829376; }

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

This div border color is #829376.


Opacity

.myOpacity80 { color: #829376; opacity: 0.8; }

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

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

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

This text has shadow with #829376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829376 on black background.


Color preview on white background

This text has color #829376 on white background.



Black color preview on #829376 background

This text has black color on #829376 background.


White color preview on #829376 background

This text has white color on #829376 background.