COLOR #829172

HEX: #829172
RGB: (130,145,114)

Color info

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

RGB color model

#829172 color RGB value is (130,145,114).

  • red value is 130;
  • green value is 145;
  • blue value is 114.
RGB:
(130,145,114)
(51%,57%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 145 of 255 = 57%
B 114 of 255 = 45%

130
145
114

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 114 = 389 (100%)
R 130 of 389 ~ 33.42%
G 145 of 389 ~ 37.28%
B 114 of 389 ~ 29.31%

%33.42
%37.28
%29.31

CMYK color model

#829172 color CMYK value is (10,0,21,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 21.38%
  • key color value is 43.14%
CMYK:
(10,0,21,43)
C10M0Y21K43 
(10%,0%,21%,43%)
(0.10/0.00/0.21/0.43)	

CMYK percentages

%10.34
%0
%21.38
%43.14

Codes

Color #829172 in popluar color models

829172
RGB130145114
HSL89°12.35%50.78%
HSB/HSV89°21.38%56.86%
CMYK10.34%0.00%21.38%
43.14%

Color #829172 in popluar number systems.

HEX829172
Decimal130145114
Binary10000010100100011110010
Octal202221162

Shades and tints

Shades of #829172

#829172
(130,145,114)
#778468
(119,132,104)
#6C775E
(108,119,94)
#616A54
(97,106,84)
#565D4A
(86,93,74)
#4B5040
(75,80,64)
#404336
(64,67,54)
#35362C
(53,54,44)
#2A2922
(42,41,34)
#1F1C18
(31,28,24)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #829172

#829172
(130,145,114)
#8D9B7E
(141,155,126)
#98A58A
(152,165,138)
#A3AF96
(163,175,150)
#AEB9A2
(174,185,162)
#B9C3AE
(185,195,174)
#C4CDBA
(196,205,186)
#CFD7C6
(207,215,198)
#DAE1D2
(218,225,210)
#E5EBDE
(229,235,222)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829172 color. Also use rgb(130,145,114) instead hex code.

Text Font Color

.myTextColor { color: #829172; }

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

This text font color is #829172.


Background Color

.myBgColor { background-color: #829172; }

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

This div background color is #829172.


Border color

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

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

This div border color is #829172.


Opacity

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

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

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

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

This text has shadow with #829172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829172 on black background.


Color preview on white background

This text has color #829172 on white background.



Black color preview on #829172 background

This text has black color on #829172 background.


White color preview on #829172 background

This text has white color on #829172 background.