COLOR #82A481

HEX: #82A481
RGB: (130,164,129)

Color info

#82A481 contains red, green and blue colors in about the same proportion. Web safe color of #82A481 is #999999 (or #999).

RGB color model

#82A481 color RGB value is (130,164,129).

  • red value is 130;
  • green value is 164;
  • blue value is 129.
RGB:
(130,164,129)
(51%,64%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 164 of 255 = 64%
B 129 of 255 = 51%

130
164
129

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

Portions of RGB colors in percentages

R + G + B =
130 + 164 + 129 = 423 (100%)
R 130 of 423 ~ 30.73%
G 164 of 423 ~ 38.77%
B 129 of 423 ~ 30.5%

%30.73
%38.77
%30.5

CMYK color model

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

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK:
(21,0,21,36)
C21M0Y21K36 
(21%,0%,21%,36%)
(0.21/0.00/0.21/0.36)	

CMYK percentages

%20.73
%0
%21.34
%35.69

Codes

Color #82A481 in popluar color models

82A481
RGB130164129
HSL118°16.13%57.45%
HSB/HSV118°21.34%64.31%
CMYK20.73%0.00%21.34%
35.69%

Color #82A481 in popluar number systems.

HEX82A481
Decimal130164129
Binary100000101010010010000001
Octal202244201

Shades and tints

Shades of #82A481

#82A481
(130,164,129)
#779676
(119,150,118)
#6C886B
(108,136,107)
#617A60
(97,122,96)
#566C55
(86,108,85)
#4B5E4A
(75,94,74)
#40503F
(64,80,63)
#354234
(53,66,52)
#2A3429
(42,52,41)
#1F261E
(31,38,30)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #82A481

#82A481
(130,164,129)
#8DAC8C
(141,172,140)
#98B497
(152,180,151)
#A3BCA2
(163,188,162)
#AEC4AD
(174,196,173)
#B9CCB8
(185,204,184)
#C4D4C3
(196,212,195)
#CFDCCE
(207,220,206)
#DAE4D9
(218,228,217)
#E5ECE4
(229,236,228)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A481 color. Also use rgb(130,164,129) instead hex code.

Text Font Color

.myTextColor { color: #82A481; }

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

This text font color is #82A481.


Background Color

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

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

This div background color is #82A481.


Border color

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

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

This div border color is #82A481.


Opacity

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

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

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

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

This text has shadow with #82A481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A481 on black background.


Color preview on white background

This text has color #82A481 on white background.



Black color preview on #82A481 background

This text has black color on #82A481 background.


White color preview on #82A481 background

This text has white color on #82A481 background.