COLOR #82AE4F

HEX: #82AE4F
RGB: (130,174,79)

Color info

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

RGB color model

#82AE4F color RGB value is (130,174,79).

  • red value is 130;
  • green value is 174;
  • blue value is 79.
RGB:
(130,174,79)
(51%,68%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 174 of 255 = 68%
B 79 of 255 = 31%

130
174
79

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

Portions of RGB colors in percentages

R + G + B =
130 + 174 + 79 = 383 (100%)
R 130 of 383 ~ 33.94%
G 174 of 383 ~ 45.43%
B 79 of 383 ~ 20.63%

%33.94
%45.43
%20.63

CMYK color model

#82AE4F color CMYK value is (25,0,55,32).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 54.60%
  • key color value is 31.76%
CMYK:
(25,0,55,32)
C25M0Y55K32 
(25%,0%,55%,32%)
(0.25/0.00/0.55/0.32)	

CMYK percentages

%25.29
%0
%54.6
%31.76

Codes

Color #82AE4F in popluar color models

82AE4F
RGB13017479
HSL88°37.55%49.61%
HSB/HSV88°54.60%68.24%
CMYK25.29%0.00%54.60%
31.76%

Color #82AE4F in popluar number systems.

HEX82AE4F
Decimal13017479
Binary10000010101011101001111
Octal202256117

Shades and tints

Shades of #82AE4F

#82AE4F
(130,174,79)
#779F48
(119,159,72)
#6C9041
(108,144,65)
#61813A
(97,129,58)
#567233
(86,114,51)
#4B632C
(75,99,44)
#405425
(64,84,37)
#35451E
(53,69,30)
#2A3617
(42,54,23)
#1F2710
(31,39,16)
#141809
(20,24,9)
#000000
(0,0,0)

Tints of #82AE4F

#82AE4F
(130,174,79)
#8DB55F
(141,181,95)
#98BC6F
(152,188,111)
#A3C37F
(163,195,127)
#AECA8F
(174,202,143)
#B9D19F
(185,209,159)
#C4D8AF
(196,216,175)
#CFDFBF
(207,223,191)
#DAE6CF
(218,230,207)
#E5EDDF
(229,237,223)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AE4F color. Also use rgb(130,174,79) instead hex code.

Text Font Color

.myTextColor { color: #82AE4F; }

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

This text font color is #82AE4F.


Background Color

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

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

This div background color is #82AE4F.


Border color

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

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

This div border color is #82AE4F.


Opacity

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

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

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

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

This text has shadow with #82AE4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AE4F on black background.


Color preview on white background

This text has color #82AE4F on white background.



Black color preview on #82AE4F background

This text has black color on #82AE4F background.


White color preview on #82AE4F background

This text has white color on #82AE4F background.