COLOR #82A831

HEX: #82A831
RGB: (130,168,49)

Color info

#82A831 contains mainly red and green colors. Web safe color of #82A831 is #999933 (or #993).

RGB color model

#82A831 color RGB value is (130,168,49).

  • red value is 130;
  • green value is 168;
  • blue value is 49.
RGB:
(130,168,49)
(51%,66%,19%)

RGB channels and saturation

R 130 of 255 = 51%
G 168 of 255 = 66%
B 49 of 255 = 19%

130
168
49

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

Portions of RGB colors in percentages

R + G + B =
130 + 168 + 49 = 347 (100%)
R 130 of 347 ~ 37.46%
G 168 of 347 ~ 48.41%
B 49 of 347 ~ 14.12%

%37.46
%48.41
%14.12

CMYK color model

#82A831 color CMYK value is (23,0,71,34).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 34.12%
CMYK:
(23,0,71,34)
C23M0Y71K34 
(23%,0%,71%,34%)
(0.23/0.00/0.71/0.34)	

CMYK percentages

%22.62
%0
%70.83
%34.12

Codes

Color #82A831 in popluar color models

82A831
RGB13016849
HSL79°54.84%42.55%
HSB/HSV79°70.83%65.88%
CMYK22.62%0.00%70.83%
34.12%

Color #82A831 in popluar number systems.

HEX82A831
Decimal13016849
Binary1000001010101000110001
Octal20225061

Shades and tints

Shades of #82A831

#82A831
(130,168,49)
#77992D
(119,153,45)
#6C8A29
(108,138,41)
#617B25
(97,123,37)
#566C21
(86,108,33)
#4B5D1D
(75,93,29)
#404E19
(64,78,25)
#353F15
(53,63,21)
#2A3011
(42,48,17)
#1F210D
(31,33,13)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #82A831

#82A831
(130,168,49)
#8DAF43
(141,175,67)
#98B655
(152,182,85)
#A3BD67
(163,189,103)
#AEC479
(174,196,121)
#B9CB8B
(185,203,139)
#C4D29D
(196,210,157)
#CFD9AF
(207,217,175)
#DAE0C1
(218,224,193)
#E5E7D3
(229,231,211)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A831 color. Also use rgb(130,168,49) instead hex code.

Text Font Color

.myTextColor { color: #82A831; }

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

This text font color is #82A831.


Background Color

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

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

This div background color is #82A831.


Border color

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

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

This div border color is #82A831.


Opacity

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

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

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

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

This text has shadow with #82A831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A831 on black background.


Color preview on white background

This text has color #82A831 on white background.



Black color preview on #82A831 background

This text has black color on #82A831 background.


White color preview on #82A831 background

This text has white color on #82A831 background.