COLOR #82A580

HEX: #82A580
RGB: (130,165,128)

Color info

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

RGB color model

#82A580 color RGB value is (130,165,128).

  • red value is 130;
  • green value is 165;
  • blue value is 128.
RGB:
(130,165,128)
(51%,65%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 128 of 255 = 50%

130
165
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 165 + 128 = 423 (100%)
R 130 of 423 ~ 30.73%
G 165 of 423 ~ 39.01%
B 128 of 423 ~ 30.26%

%30.73
%39.01
%30.26

CMYK color model

#82A580 color CMYK value is (21,0,22,35).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(21,0,22,35)
C21M0Y22K35 
(21%,0%,22%,35%)
(0.21/0.00/0.22/0.35)	

CMYK percentages

%21.21
%0
%22.42
%35.29

Codes

Color #82A580 in popluar color models

82A580
RGB130165128
HSL117°17.05%57.45%
HSB/HSV117°22.42%64.71%
CMYK21.21%0.00%22.42%
35.29%

Color #82A580 in popluar number systems.

HEX82A580
Decimal130165128
Binary100000101010010110000000
Octal202245200

Shades and tints

Shades of #82A580

#82A580
(130,165,128)
#779675
(119,150,117)
#6C876A
(108,135,106)
#61785F
(97,120,95)
#566954
(86,105,84)
#4B5A49
(75,90,73)
#404B3E
(64,75,62)
#353C33
(53,60,51)
#2A2D28
(42,45,40)
#1F1E1D
(31,30,29)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #82A580

#82A580
(130,165,128)
#8DAD8B
(141,173,139)
#98B596
(152,181,150)
#A3BDA1
(163,189,161)
#AEC5AC
(174,197,172)
#B9CDB7
(185,205,183)
#C4D5C2
(196,213,194)
#CFDDCD
(207,221,205)
#DAE5D8
(218,229,216)
#E5EDE3
(229,237,227)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A580 color. Also use rgb(130,165,128) instead hex code.

Text Font Color

.myTextColor { color: #82A580; }

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

This text font color is #82A580.


Background Color

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

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

This div background color is #82A580.


Border color

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

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

This div border color is #82A580.


Opacity

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

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

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

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

This text has shadow with #82A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A580 on black background.


Color preview on white background

This text has color #82A580 on white background.



Black color preview on #82A580 background

This text has black color on #82A580 background.


White color preview on #82A580 background

This text has white color on #82A580 background.