COLOR #82A876

HEX: #82A876
RGB: (130,168,118)

Color info

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

RGB color model

#82A876 color RGB value is (130,168,118).

  • red value is 130;
  • green value is 168;
  • blue value is 118.
RGB:
(130,168,118)
(51%,66%,46%)

RGB channels and saturation

R 130 of 255 = 51%
G 168 of 255 = 66%
B 118 of 255 = 46%

130
168
118

R + G + B ~ 54%. #82A876 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 168 + 118 = 416 (100%)
R 130 of 416 ~ 31.25%
G 168 of 416 ~ 40.38%
B 118 of 416 ~ 28.37%

%31.25
%40.38
%28.37

CMYK color model

#82A876 color CMYK value is (23,0,30,34).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(23,0,30,34)
C23M0Y30K34 
(23%,0%,30%,34%)
(0.23/0.00/0.30/0.34)	

CMYK percentages

%22.62
%0
%29.76
%34.12

Codes

Color #82A876 in popluar color models

82A876
RGB130168118
HSL106°22.32%56.08%
HSB/HSV106°29.76%65.88%
CMYK22.62%0.00%29.76%
34.12%

Color #82A876 in popluar number systems.

HEX82A876
Decimal130168118
Binary10000010101010001110110
Octal202250166

Shades and tints

Shades of #82A876

#82A876
(130,168,118)
#77996C
(119,153,108)
#6C8A62
(108,138,98)
#617B58
(97,123,88)
#566C4E
(86,108,78)
#4B5D44
(75,93,68)
#404E3A
(64,78,58)
#353F30
(53,63,48)
#2A3026
(42,48,38)
#1F211C
(31,33,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #82A876

#82A876
(130,168,118)
#8DAF82
(141,175,130)
#98B68E
(152,182,142)
#A3BD9A
(163,189,154)
#AEC4A6
(174,196,166)
#B9CBB2
(185,203,178)
#C4D2BE
(196,210,190)
#CFD9CA
(207,217,202)
#DAE0D6
(218,224,214)
#E5E7E2
(229,231,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A876 color. Also use rgb(130,168,118) instead hex code.

Text Font Color

.myTextColor { color: #82A876; }

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

This text font color is #82A876.


Background Color

.myBgColor { background-color: #82A876; }

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

This div background color is #82A876.


Border color

.myBorderColor { border: 1px solid #82A876; }

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

This div border color is #82A876.


Opacity

.myOpacity80 { color: #82A876; opacity: 0.8; }

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

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

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

This text has shadow with #82A876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A876 on black background.


Color preview on white background

This text has color #82A876 on white background.



Black color preview on #82A876 background

This text has black color on #82A876 background.


White color preview on #82A876 background

This text has white color on #82A876 background.