COLOR #82A059

HEX: #82A059
RGB: (130,160,89)

Color info

#82A059 contains mainly red and green colors. Web safe color of #82A059 is #999966 (or #996).

RGB color model

#82A059 color RGB value is (130,160,89).

  • red value is 130;
  • green value is 160;
  • blue value is 89.
RGB:
(130,160,89)
(51%,63%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 89 of 255 = 35%

130
160
89

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

Portions of RGB colors in percentages

R + G + B =
130 + 160 + 89 = 379 (100%)
R 130 of 379 ~ 34.3%
G 160 of 379 ~ 42.22%
B 89 of 379 ~ 23.48%

%34.3
%42.22
%23.48

CMYK color model

#82A059 color CMYK value is (19,0,44,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK:
(19,0,44,37)
C19M0Y44K37 
(19%,0%,44%,37%)
(0.19/0.00/0.44/0.37)	

CMYK percentages

%18.75
%0
%44.38
%37.25

Codes

Color #82A059 in popluar color models

82A059
RGB13016089
HSL85°28.51%48.82%
HSB/HSV85°44.38%62.75%
CMYK18.75%0.00%44.38%
37.25%

Color #82A059 in popluar number systems.

HEX82A059
Decimal13016089
Binary10000010101000001011001
Octal202240131

Shades and tints

Shades of #82A059

#82A059
(130,160,89)
#779251
(119,146,81)
#6C8449
(108,132,73)
#617641
(97,118,65)
#566839
(86,104,57)
#4B5A31
(75,90,49)
#404C29
(64,76,41)
#353E21
(53,62,33)
#2A3019
(42,48,25)
#1F2211
(31,34,17)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #82A059

#82A059
(130,160,89)
#8DA868
(141,168,104)
#98B077
(152,176,119)
#A3B886
(163,184,134)
#AEC095
(174,192,149)
#B9C8A4
(185,200,164)
#C4D0B3
(196,208,179)
#CFD8C2
(207,216,194)
#DAE0D1
(218,224,209)
#E5E8E0
(229,232,224)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A059 color. Also use rgb(130,160,89) instead hex code.

Text Font Color

.myTextColor { color: #82A059; }

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

This text font color is #82A059.


Background Color

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

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

This div background color is #82A059.


Border color

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

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

This div border color is #82A059.


Opacity

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

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

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

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

This text has shadow with #82A059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A059 on black background.


Color preview on white background

This text has color #82A059 on white background.



Black color preview on #82A059 background

This text has black color on #82A059 background.


White color preview on #82A059 background

This text has white color on #82A059 background.