COLOR #829561

HEX: #829561
RGB: (130,149,97)

Color info

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

RGB color model

#829561 color RGB value is (130,149,97).

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

RGB channels and saturation

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

130
149
97

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

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 97 = 376 (100%)
R 130 of 376 ~ 34.57%
G 149 of 376 ~ 39.63%
B 97 of 376 ~ 25.8%

%34.57
%39.63
%25.8

CMYK color model

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

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

CMYK percentages

%12.75
%0
%34.9
%41.57

Codes

Color #829561 in popluar color models

829561
RGB13014997
HSL82°21.14%48.24%
HSB/HSV82°34.90%58.43%
CMYK12.75%0.00%34.90%
41.57%

Color #829561 in popluar number systems.

HEX829561
Decimal13014997
Binary10000010100101011100001
Octal202225141

Shades and tints

Shades of #829561

#829561
(130,149,97)
#778859
(119,136,89)
#6C7B51
(108,123,81)
#616E49
(97,110,73)
#566141
(86,97,65)
#4B5439
(75,84,57)
#404731
(64,71,49)
#353A29
(53,58,41)
#2A2D21
(42,45,33)
#1F2019
(31,32,25)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #829561

#829561
(130,149,97)
#8D9E6F
(141,158,111)
#98A77D
(152,167,125)
#A3B08B
(163,176,139)
#AEB999
(174,185,153)
#B9C2A7
(185,194,167)
#C4CBB5
(196,203,181)
#CFD4C3
(207,212,195)
#DADDD1
(218,221,209)
#E5E6DF
(229,230,223)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829561; }

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

This text font color is #829561.


Background Color

.myBgColor { background-color: #829561; }

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

This div background color is #829561.


Border color

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

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

This div border color is #829561.


Opacity

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

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

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

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

This text has shadow with #829561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829561 on black background.


Color preview on white background

This text has color #829561 on white background.



Black color preview on #829561 background

This text has black color on #829561 background.


White color preview on #829561 background

This text has white color on #829561 background.