COLOR #829B56

HEX: #829B56
RGB: (130,155,86)

Color info

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

RGB color model

#829B56 color RGB value is (130,155,86).

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

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 86 of 255 = 34%

130
155
86

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

Portions of RGB colors in percentages

R + G + B =
130 + 155 + 86 = 371 (100%)
R 130 of 371 ~ 35.04%
G 155 of 371 ~ 41.78%
B 86 of 371 ~ 23.18%

%35.04
%41.78
%23.18

CMYK color model

#829B56 color CMYK value is (16,0,45,39).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 44.52%
  • key color value is 39.22%
CMYK:
(16,0,45,39)
C16M0Y45K39 
(16%,0%,45%,39%)
(0.16/0.00/0.45/0.39)	

CMYK percentages

%16.13
%0
%44.52
%39.22

Codes

Color #829B56 in popluar color models

829B56
RGB13015586
HSL82°28.63%47.25%
HSB/HSV82°44.52%60.78%
CMYK16.13%0.00%44.52%
39.22%

Color #829B56 in popluar number systems.

HEX829B56
Decimal13015586
Binary10000010100110111010110
Octal202233126

Shades and tints

Shades of #829B56

#829B56
(130,155,86)
#778D4F
(119,141,79)
#6C7F48
(108,127,72)
#617141
(97,113,65)
#56633A
(86,99,58)
#4B5533
(75,85,51)
#40472C
(64,71,44)
#353925
(53,57,37)
#2A2B1E
(42,43,30)
#1F1D17
(31,29,23)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #829B56

#829B56
(130,155,86)
#8DA465
(141,164,101)
#98AD74
(152,173,116)
#A3B683
(163,182,131)
#AEBF92
(174,191,146)
#B9C8A1
(185,200,161)
#C4D1B0
(196,209,176)
#CFDABF
(207,218,191)
#DAE3CE
(218,227,206)
#E5ECDD
(229,236,221)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829B56; }

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

This text font color is #829B56.


Background Color

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

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

This div background color is #829B56.


Border color

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

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

This div border color is #829B56.


Opacity

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

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

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

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

This text has shadow with #829B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B56 on black background.


Color preview on white background

This text has color #829B56 on white background.



Black color preview on #829B56 background

This text has black color on #829B56 background.


White color preview on #829B56 background

This text has white color on #829B56 background.