COLOR #82976C

HEX: #82976C
RGB: (130,151,108)

Color info

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

RGB color model

#82976C color RGB value is (130,151,108).

  • red value is 130;
  • green value is 151;
  • blue value is 108.
RGB:
(130,151,108)
(51%,59%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 108 of 255 = 42%

130
151
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 108 = 389 (100%)
R 130 of 389 ~ 33.42%
G 151 of 389 ~ 38.82%
B 108 of 389 ~ 27.76%

%33.42
%38.82
%27.76

CMYK color model

#82976C color CMYK value is (14,0,28,41).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK:
(14,0,28,41)
C14M0Y28K41 
(14%,0%,28%,41%)
(0.14/0.00/0.28/0.41)	

CMYK percentages

%13.91
%0
%28.48
%40.78

Codes

Color #82976C in popluar color models

82976C
RGB130151108
HSL89°17.13%50.78%
HSB/HSV89°28.48%59.22%
CMYK13.91%0.00%28.48%
40.78%

Color #82976C in popluar number systems.

HEX82976C
Decimal130151108
Binary10000010100101111101100
Octal202227154

Shades and tints

Shades of #82976C

#82976C
(130,151,108)
#778A63
(119,138,99)
#6C7D5A
(108,125,90)
#617051
(97,112,81)
#566348
(86,99,72)
#4B563F
(75,86,63)
#404936
(64,73,54)
#353C2D
(53,60,45)
#2A2F24
(42,47,36)
#1F221B
(31,34,27)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #82976C

#82976C
(130,151,108)
#8DA079
(141,160,121)
#98A986
(152,169,134)
#A3B293
(163,178,147)
#AEBBA0
(174,187,160)
#B9C4AD
(185,196,173)
#C4CDBA
(196,205,186)
#CFD6C7
(207,214,199)
#DADFD4
(218,223,212)
#E5E8E1
(229,232,225)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82976C color. Also use rgb(130,151,108) instead hex code.

Text Font Color

.myTextColor { color: #82976C; }

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

This text font color is #82976C.


Background Color

.myBgColor { background-color: #82976C; }

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

This div background color is #82976C.


Border color

.myBorderColor { border: 1px solid #82976C; }

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

This div border color is #82976C.


Opacity

.myOpacity80 { color: #82976C; opacity: 0.8; }

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

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

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

This text has shadow with #82976C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82976C on black background.


Color preview on white background

This text has color #82976C on white background.



Black color preview on #82976C background

This text has black color on #82976C background.


White color preview on #82976C background

This text has white color on #82976C background.