COLOR #82966D

HEX: #82966D RGB: (130,150,109)

Color info

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

RGB color model

#82966D color RGB value is (130,150,109).

RGB: (130,150,109) (51%, 59%, 43%)

RGB channels and saturation

R 130 of 255 = 51%
G 150 of 255 = 59%
B 109 of 255 = 43%

130
150
109

R + G + B ~ 51%. #82966D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 150 + 109 = 389 (100%)
R 130 of 389 ~ 33.42%
G 150 of 389 ~ 38.56%
B 109 of 389 ~ 28.02'%

%33.42
%38.56
%28.02

CMYK color model

#82966D color CMYK value is (13,0,27,41).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 41.18%

CMYK: (13,0,27,41)
C13M0Y27K41 (13%, 0%, 27%, 41%)
(0.13 / 0.00 / 0.27 / 0.41)

CMYK percentages

%13.33
%0
%27.33
%41.18

Codes

Color #82966D in popluar color models

82 96 6D
RGB 130 150 109
HSL 89° 16.33% 50.78%
HSB/HSV 89° 27.33% 58.82%
CMYK 13.33% 0.00% 27.33%
41.18%

Color #82966D in popluar number systems.

HEX 82 96 6D
Decimal 130 150 109
Binary 10000010 10010110 1101101
Octal 202 226 155

Shades and tints

Shades of #82966D

#82966D
(130,150,109)
#778964
(119,137,100)
#6C7C5B
(108,124,91)
#616F52
(97,111,82)
#566249
(86,98,73)
#4B5540
(75,85,64)
#404837
(64,72,55)
#353B2E
(53,59,46)
#2A2E25
(42,46,37)
#1F211C
(31,33,28)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #82966D

#82966D
(130,150,109)
#8D9F7A
(141,159,122)
#98A887
(152,168,135)
#A3B194
(163,177,148)
#AEBAA1
(174,186,161)
#B9C3AE
(185,195,174)
#C4CCBB
(196,204,187)
#CFD5C8
(207,213,200)
#DADED5
(218,222,213)
#E5E7E2
(229,231,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82966D color. Also use rgb(130,150,109) instead hex code.

Text Font Color

.myTextColor { color: #82966D; }

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

This text font color is #82966D.

Background Color

.myBgColor { background-color: #82966D; }

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

This div background color is #82966D.

Border color

.myBorderColor { border: 1px solid #82966D; }

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

This div border color is #82966D.

Opacity

.myOpacity80 { color: #82966D; opacity: 0.8; }

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

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

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

This text has shadow with #82966D color.


.textShadow {text-shadow: 3px 3px 1px #82966D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82966D; -webkit-box-shadow: 1px 1px 3px 2px #82966D; box-shadow:1px 1px 3px 2px #82966D;">
Div content here
</div>

This div box has shadow with color #82966D.

Preview

Color preview on black background

This text has color #82966D on black background.


Color preview on white background

This text has color #82966D on white background.


Black color preview on #82966D background

This text has black color on #82966D background.


White color preview on #82966D background

This text has white color on #82966D background.


Related colors

Complementary color

Complementary color for #hex is #7D6992.


I love getcolorcode.com

Triadic colors

1 #6D8296 and #966D82 with #82966D are triadic colors.

2 #6D9682 and #96826D with #82966D are triadic colors.