COLOR #829181

HEX: #829181
RGB: (130,145,129)

Color info

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

RGB color model

#829181 color RGB value is (130,145,129).

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

RGB channels and saturation

R 130 of 255 = 51%
G 145 of 255 = 57%
B 129 of 255 = 51%

130
145
129

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 129 = 404 (100%)
R 130 of 404 ~ 32.18%
G 145 of 404 ~ 35.89%
B 129 of 404 ~ 31.93%

%32.18
%35.89
%31.93

CMYK color model

#829181 color CMYK value is (10,0,11,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 11.03%
  • key color value is 43.14%
CMYK:
(10,0,11,43)
C10M0Y11K43 
(10%,0%,11%,43%)
(0.10/0.00/0.11/0.43)	

CMYK percentages

%10.34
%0
%11.03
%43.14

Codes

Color #829181 in popluar color models

829181
RGB130145129
HSL116°6.78%53.73%
HSB/HSV116°11.03%56.86%
CMYK10.34%0.00%11.03%
43.14%

Color #829181 in popluar number systems.

HEX829181
Decimal130145129
Binary100000101001000110000001
Octal202221201

Shades and tints

Shades of #829181

#829181
(130,145,129)
#778476
(119,132,118)
#6C776B
(108,119,107)
#616A60
(97,106,96)
#565D55
(86,93,85)
#4B504A
(75,80,74)
#40433F
(64,67,63)
#353634
(53,54,52)
#2A2929
(42,41,41)
#1F1C1E
(31,28,30)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #829181

#829181
(130,145,129)
#8D9B8C
(141,155,140)
#98A597
(152,165,151)
#A3AFA2
(163,175,162)
#AEB9AD
(174,185,173)
#B9C3B8
(185,195,184)
#C4CDC3
(196,205,195)
#CFD7CE
(207,215,206)
#DAE1D9
(218,225,217)
#E5EBE4
(229,235,228)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829181; }

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

This text font color is #829181.


Background Color

.myBgColor { background-color: #829181; }

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

This div background color is #829181.


Border color

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

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

This div border color is #829181.


Opacity

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

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

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

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

This text has shadow with #829181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829181 on black background.


Color preview on white background

This text has color #829181 on white background.



Black color preview on #829181 background

This text has black color on #829181 background.


White color preview on #829181 background

This text has white color on #829181 background.