COLOR #82A76F

HEX: #82A76F
RGB: (130,167,111)

Color info

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

RGB color model

#82A76F color RGB value is (130,167,111).

  • red value is 130;
  • green value is 167;
  • blue value is 111.
RGB: (130,167,111) (51%,65%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 167 of 255 = 65%
B 111 of 255 = 44%

130
167
111

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

Portions of RGB colors in percentages

R + G + B =
130 + 167 + 111 = 408 (100%)
R 130 of 408 ~ 31.86%
G 167 of 408 ~ 40.93%
B 111 of 408 ~ 27.21%

%31.86
%40.93
%27.21

CMYK color model

#82A76F color CMYK value is (22,0,34,35).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 34.51%
CMYK: (22,0,34,35) C22M0Y34K35 (22%,0%,34%,35%) (0.22/0.00/0.34/0.35)

CMYK percentages

%22.16
%0
%33.53
%34.51

Codes

Color #82A76F in popluar color models

82A76F
RGB130167111
HSL100°24.14%54.51%
HSB/HSV100°33.53%65.49%
CMYK22.16%0.00%33.53%
34.51%

Color #82A76F in popluar number systems.

HEX82A76F
Decimal130167111
Binary10000010101001111101111
Octal202247157

Shades and tints

Shades of #82A76F

#82A76F
(130,167,111)
#779865
(119,152,101)
#6C895B
(108,137,91)
#617A51
(97,122,81)
#566B47
(86,107,71)
#4B5C3D
(75,92,61)
#404D33
(64,77,51)
#353E29
(53,62,41)
#2A2F1F
(42,47,31)
#1F2015
(31,32,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #82A76F

#82A76F
(130,167,111)
#8DAF7C
(141,175,124)
#98B789
(152,183,137)
#A3BF96
(163,191,150)
#AEC7A3
(174,199,163)
#B9CFB0
(185,207,176)
#C4D7BD
(196,215,189)
#CFDFCA
(207,223,202)
#DAE7D7
(218,231,215)
#E5EFE4
(229,239,228)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A76F color. Also use rgb(130,167,111) instead hex code.

Text Font Color

.myTextColor { color: #82A76F; }

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

This text font color is #82A76F.


Background Color

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

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

This div background color is #82A76F.


Border color

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

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

This div border color is #82A76F.


Opacity

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

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

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

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

This text has shadow with #82A76F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #82A76F on black background.


Color preview on white background

This text has color #82A76F on white background.



Black color preview on #82A76F background

This text has black color on #82A76F background.


White color preview on #82A76F background

This text has white color on #82A76F background.