COLOR #829B5B

HEX: #829B5B
RGB: (130,155,91)

Color info

#829B5B contains mainly red and green colors. Web safe color of #829B5B is #999966 (or #996).

RGB color model

#829B5B color RGB value is (130,155,91).

  • red value is 130;
  • green value is 155;
  • blue value is 91.
RGB:
(130,155,91)
(51%,61%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 91 of 255 = 36%

130
155
91

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

Portions of RGB colors in percentages

R + G + B =
130 + 155 + 91 = 376 (100%)
R 130 of 376 ~ 34.57%
G 155 of 376 ~ 41.22%
B 91 of 376 ~ 24.2%

%34.57
%41.22
%24.2

CMYK color model

#829B5B color CMYK value is (16,0,41,39).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 39.22%
CMYK:
(16,0,41,39)
C16M0Y41K39 
(16%,0%,41%,39%)
(0.16/0.00/0.41/0.39)	

CMYK percentages

%16.13
%0
%41.29
%39.22

Codes

Color #829B5B in popluar color models

829B5B
RGB13015591
HSL83°26.02%48.24%
HSB/HSV83°41.29%60.78%
CMYK16.13%0.00%41.29%
39.22%

Color #829B5B in popluar number systems.

HEX829B5B
Decimal13015591
Binary10000010100110111011011
Octal202233133

Shades and tints

Shades of #829B5B

#829B5B
(130,155,91)
#778D53
(119,141,83)
#6C7F4B
(108,127,75)
#617143
(97,113,67)
#56633B
(86,99,59)
#4B5533
(75,85,51)
#40472B
(64,71,43)
#353923
(53,57,35)
#2A2B1B
(42,43,27)
#1F1D13
(31,29,19)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #829B5B

#829B5B
(130,155,91)
#8DA469
(141,164,105)
#98AD77
(152,173,119)
#A3B685
(163,182,133)
#AEBF93
(174,191,147)
#B9C8A1
(185,200,161)
#C4D1AF
(196,209,175)
#CFDABD
(207,218,189)
#DAE3CB
(218,227,203)
#E5ECD9
(229,236,217)
#F0F5E7
(240,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829B5B color. Also use rgb(130,155,91) instead hex code.

Text Font Color

.myTextColor { color: #829B5B; }

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

This text font color is #829B5B.


Background Color

.myBgColor { background-color: #829B5B; }

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

This div background color is #829B5B.


Border color

.myBorderColor { border: 1px solid #829B5B; }

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

This div border color is #829B5B.


Opacity

.myOpacity80 { color: #829B5B; opacity: 0.8; }

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

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

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

This text has shadow with #829B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B5B on black background.


Color preview on white background

This text has color #829B5B on white background.



Black color preview on #829B5B background

This text has black color on #829B5B background.


White color preview on #829B5B background

This text has white color on #829B5B background.