COLOR #82A380

HEX: #82A380
RGB: (130,163,128)

Color info

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

RGB color model

#82A380 color RGB value is (130,163,128).

  • red value is 130;
  • green value is 163;
  • blue value is 128.
RGB:
(130,163,128)
(51%,64%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 163 of 255 = 64%
B 128 of 255 = 50%

130
163
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 163 + 128 = 421 (100%)
R 130 of 421 ~ 30.88%
G 163 of 421 ~ 38.72%
B 128 of 421 ~ 30.4%

%30.88
%38.72
%30.4

CMYK color model

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

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(20,0,21,36)
C20M0Y21K36 
(20%,0%,21%,36%)
(0.20/0.00/0.21/0.36)	

CMYK percentages

%20.25
%0
%21.47
%36.08

Codes

Color #82A380 in popluar color models

82A380
RGB130163128
HSL117°15.98%57.06%
HSB/HSV117°21.47%63.92%
CMYK20.25%0.00%21.47%
36.08%

Color #82A380 in popluar number systems.

HEX82A380
Decimal130163128
Binary100000101010001110000000
Octal202243200

Shades and tints

Shades of #82A380

#82A380
(130,163,128)
#779575
(119,149,117)
#6C876A
(108,135,106)
#61795F
(97,121,95)
#566B54
(86,107,84)
#4B5D49
(75,93,73)
#404F3E
(64,79,62)
#354133
(53,65,51)
#2A3328
(42,51,40)
#1F251D
(31,37,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #82A380

#82A380
(130,163,128)
#8DAB8B
(141,171,139)
#98B396
(152,179,150)
#A3BBA1
(163,187,161)
#AEC3AC
(174,195,172)
#B9CBB7
(185,203,183)
#C4D3C2
(196,211,194)
#CFDBCD
(207,219,205)
#DAE3D8
(218,227,216)
#E5EBE3
(229,235,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A380 color. Also use rgb(130,163,128) instead hex code.

Text Font Color

.myTextColor { color: #82A380; }

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

This text font color is #82A380.


Background Color

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

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

This div background color is #82A380.


Border color

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

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

This div border color is #82A380.


Opacity

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

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

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

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

This text has shadow with #82A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A380 on black background.


Color preview on white background

This text has color #82A380 on white background.



Black color preview on #82A380 background

This text has black color on #82A380 background.


White color preview on #82A380 background

This text has white color on #82A380 background.