COLOR #829582

HEX: #829582
RGB: (130,149,130)

Color info

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

RGB color model

#829582 color RGB value is (130,149,130).

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

RGB channels and saturation

R 130 of 255 = 51%
G 149 of 255 = 58%
B 130 of 255 = 51%

130
149
130

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

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 130 = 409 (100%)
R 130 of 409 ~ 31.78%
G 149 of 409 ~ 36.43%
B 130 of 409 ~ 31.78%

%31.78
%36.43
%31.78

CMYK color model

#829582 color CMYK value is (13,0,13,42).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(13,0,13,42)
C13M0Y13K42 
(13%,0%,13%,42%)
(0.13/0.00/0.13/0.42)	

CMYK percentages

%12.75
%0
%12.75
%41.57

Codes

Color #829582 in popluar color models

829582
RGB130149130
HSL120°8.23%54.71%
HSB/HSV120°12.75%58.43%
CMYK12.75%0.00%12.75%
41.57%

Color #829582 in popluar number systems.

HEX829582
Decimal130149130
Binary100000101001010110000010
Octal202225202

Shades and tints

Shades of #829582

#829582
(130,149,130)
#778877
(119,136,119)
#6C7B6C
(108,123,108)
#616E61
(97,110,97)
#566156
(86,97,86)
#4B544B
(75,84,75)
#404740
(64,71,64)
#353A35
(53,58,53)
#2A2D2A
(42,45,42)
#1F201F
(31,32,31)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #829582

#829582
(130,149,130)
#8D9E8D
(141,158,141)
#98A798
(152,167,152)
#A3B0A3
(163,176,163)
#AEB9AE
(174,185,174)
#B9C2B9
(185,194,185)
#C4CBC4
(196,203,196)
#CFD4CF
(207,212,207)
#DADDDA
(218,221,218)
#E5E6E5
(229,230,229)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829582; }

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

This text font color is #829582.


Background Color

.myBgColor { background-color: #829582; }

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

This div background color is #829582.


Border color

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

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

This div border color is #829582.


Opacity

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

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

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

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

This text has shadow with #829582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829582 on black background.


Color preview on white background

This text has color #829582 on white background.



Black color preview on #829582 background

This text has black color on #829582 background.


White color preview on #829582 background

This text has white color on #829582 background.