COLOR #829562

HEX: #829562
RGB: (130,149,98)

Color info

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

RGB color model

#829562 color RGB value is (130,149,98).

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

RGB channels and saturation

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

130
149
98

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

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 98 = 377 (100%)
R 130 of 377 ~ 34.48%
G 149 of 377 ~ 39.52%
B 98 of 377 ~ 25.99%

%34.48
%39.52
%25.99

CMYK color model

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

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

CMYK percentages

%12.75
%0
%34.23
%41.57

Codes

Color #829562 in popluar color models

829562
RGB13014998
HSL82°20.65%48.43%
HSB/HSV82°34.23%58.43%
CMYK12.75%0.00%34.23%
41.57%

Color #829562 in popluar number systems.

HEX829562
Decimal13014998
Binary10000010100101011100010
Octal202225142

Shades and tints

Shades of #829562

#829562
(130,149,98)
#77885A
(119,136,90)
#6C7B52
(108,123,82)
#616E4A
(97,110,74)
#566142
(86,97,66)
#4B543A
(75,84,58)
#404732
(64,71,50)
#353A2A
(53,58,42)
#2A2D22
(42,45,34)
#1F201A
(31,32,26)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #829562

#829562
(130,149,98)
#8D9E70
(141,158,112)
#98A77E
(152,167,126)
#A3B08C
(163,176,140)
#AEB99A
(174,185,154)
#B9C2A8
(185,194,168)
#C4CBB6
(196,203,182)
#CFD4C4
(207,212,196)
#DADDD2
(218,221,210)
#E5E6E0
(229,230,224)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829562; }

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

This text font color is #829562.


Background Color

.myBgColor { background-color: #829562; }

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

This div background color is #829562.


Border color

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

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

This div border color is #829562.


Opacity

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

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

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

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

This text has shadow with #829562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829562 on black background.


Color preview on white background

This text has color #829562 on white background.



Black color preview on #829562 background

This text has black color on #829562 background.


White color preview on #829562 background

This text has white color on #829562 background.