COLOR #829179

HEX: #829179
RGB: (130,145,121)

Color info

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

RGB color model

#829179 color RGB value is (130,145,121).

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

RGB channels and saturation

R 130 of 255 = 51%
G 145 of 255 = 57%
B 121 of 255 = 47%

130
145
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 121 = 396 (100%)
R 130 of 396 ~ 32.83%
G 145 of 396 ~ 36.62%
B 121 of 396 ~ 30.56%

%32.83
%36.62
%30.56

CMYK color model

#829179 color CMYK value is (10,0,17,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 16.55%
  • key color value is 43.14%
CMYK:
(10,0,17,43)
C10M0Y17K43 
(10%,0%,17%,43%)
(0.10/0.00/0.17/0.43)	

CMYK percentages

%10.34
%0
%16.55
%43.14

Codes

Color #829179 in popluar color models

829179
RGB130145121
HSL98°9.84%52.16%
HSB/HSV98°16.55%56.86%
CMYK10.34%0.00%16.55%
43.14%

Color #829179 in popluar number systems.

HEX829179
Decimal130145121
Binary10000010100100011111001
Octal202221171

Shades and tints

Shades of #829179

#829179
(130,145,121)
#77846E
(119,132,110)
#6C7763
(108,119,99)
#616A58
(97,106,88)
#565D4D
(86,93,77)
#4B5042
(75,80,66)
#404337
(64,67,55)
#35362C
(53,54,44)
#2A2921
(42,41,33)
#1F1C16
(31,28,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #829179

#829179
(130,145,121)
#8D9B85
(141,155,133)
#98A591
(152,165,145)
#A3AF9D
(163,175,157)
#AEB9A9
(174,185,169)
#B9C3B5
(185,195,181)
#C4CDC1
(196,205,193)
#CFD7CD
(207,215,205)
#DAE1D9
(218,225,217)
#E5EBE5
(229,235,229)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829179; }

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

This text font color is #829179.


Background Color

.myBgColor { background-color: #829179; }

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

This div background color is #829179.


Border color

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

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

This div border color is #829179.


Opacity

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

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

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

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

This text has shadow with #829179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829179 on black background.


Color preview on white background

This text has color #829179 on white background.



Black color preview on #829179 background

This text has black color on #829179 background.


White color preview on #829179 background

This text has white color on #829179 background.