COLOR #82AD77

HEX: #82AD77
RGB: (130,173,119)

Color info

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

RGB color model

#82AD77 color RGB value is (130,173,119).

  • red value is 130;
  • green value is 173;
  • blue value is 119.
RGB:
(130,173,119)
(51%,68%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 173 of 255 = 68%
B 119 of 255 = 47%

130
173
119

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

Portions of RGB colors in percentages

R + G + B =
130 + 173 + 119 = 422 (100%)
R 130 of 422 ~ 30.81%
G 173 of 422 ~ 41%
B 119 of 422 ~ 28.2%

%30.81
%41
%28.2

CMYK color model

#82AD77 color CMYK value is (25,0,31,32).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK:
(25,0,31,32)
C25M0Y31K32 
(25%,0%,31%,32%)
(0.25/0.00/0.31/0.32)	

CMYK percentages

%24.86
%0
%31.21
%32.16

Codes

Color #82AD77 in popluar color models

82AD77
RGB130173119
HSL108°24.77%57.25%
HSB/HSV108°31.21%67.84%
CMYK24.86%0.00%31.21%
32.16%

Color #82AD77 in popluar number systems.

HEX82AD77
Decimal130173119
Binary10000010101011011110111
Octal202255167

Shades and tints

Shades of #82AD77

#82AD77
(130,173,119)
#779E6D
(119,158,109)
#6C8F63
(108,143,99)
#618059
(97,128,89)
#56714F
(86,113,79)
#4B6245
(75,98,69)
#40533B
(64,83,59)
#354431
(53,68,49)
#2A3527
(42,53,39)
#1F261D
(31,38,29)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #82AD77

#82AD77
(130,173,119)
#8DB483
(141,180,131)
#98BB8F
(152,187,143)
#A3C29B
(163,194,155)
#AEC9A7
(174,201,167)
#B9D0B3
(185,208,179)
#C4D7BF
(196,215,191)
#CFDECB
(207,222,203)
#DAE5D7
(218,229,215)
#E5ECE3
(229,236,227)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AD77 color. Also use rgb(130,173,119) instead hex code.

Text Font Color

.myTextColor { color: #82AD77; }

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

This text font color is #82AD77.


Background Color

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

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

This div background color is #82AD77.


Border color

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

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

This div border color is #82AD77.


Opacity

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

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

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

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

This text has shadow with #82AD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AD77 on black background.


Color preview on white background

This text has color #82AD77 on white background.



Black color preview on #82AD77 background

This text has black color on #82AD77 background.


White color preview on #82AD77 background

This text has white color on #82AD77 background.