COLOR #82A280

HEX: #82A280
RGB: (130,162,128)

Color info

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

RGB color model

#82A280 color RGB value is (130,162,128).

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

RGB channels and saturation

R 130 of 255 = 51%
G 162 of 255 = 64%
B 128 of 255 = 50%

130
162
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 162 + 128 = 420 (100%)
R 130 of 420 ~ 30.95%
G 162 of 420 ~ 38.57%
B 128 of 420 ~ 30.48%

%30.95
%38.57
%30.48

CMYK color model

#82A280 color CMYK value is (20,0,21,36).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 36.47%
CMYK:
(20,0,21,36)
C20M0Y21K36 
(20%,0%,21%,36%)
(0.20/0.00/0.21/0.36)	

CMYK percentages

%19.75
%0
%20.99
%36.47

Codes

Color #82A280 in popluar color models

82A280
RGB130162128
HSL116°15.45%56.86%
HSB/HSV116°20.99%63.53%
CMYK19.75%0.00%20.99%
36.47%

Color #82A280 in popluar number systems.

HEX82A280
Decimal130162128
Binary100000101010001010000000
Octal202242200

Shades and tints

Shades of #82A280

#82A280
(130,162,128)
#779475
(119,148,117)
#6C866A
(108,134,106)
#61785F
(97,120,95)
#566A54
(86,106,84)
#4B5C49
(75,92,73)
#404E3E
(64,78,62)
#354033
(53,64,51)
#2A3228
(42,50,40)
#1F241D
(31,36,29)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #82A280

#82A280
(130,162,128)
#8DAA8B
(141,170,139)
#98B296
(152,178,150)
#A3BAA1
(163,186,161)
#AEC2AC
(174,194,172)
#B9CAB7
(185,202,183)
#C4D2C2
(196,210,194)
#CFDACD
(207,218,205)
#DAE2D8
(218,226,216)
#E5EAE3
(229,234,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A280; }

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

This text font color is #82A280.


Background Color

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

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

This div background color is #82A280.


Border color

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

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

This div border color is #82A280.


Opacity

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

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

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

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

This text has shadow with #82A280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A280 on black background.


Color preview on white background

This text has color #82A280 on white background.



Black color preview on #82A280 background

This text has black color on #82A280 background.


White color preview on #82A280 background

This text has white color on #82A280 background.