COLOR #82A780

HEX: #82A780
RGB: (130,167,128)

Color info

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

RGB color model

#82A780 color RGB value is (130,167,128).

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

RGB channels and saturation

R 130 of 255 = 51%
G 167 of 255 = 65%
B 128 of 255 = 50%

130
167
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 167 + 128 = 425 (100%)
R 130 of 425 ~ 30.59%
G 167 of 425 ~ 39.29%
B 128 of 425 ~ 30.12%

%30.59
%39.29
%30.12

CMYK color model

#82A780 color CMYK value is (22,0,23,35).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 34.51%
CMYK:
(22,0,23,35)
C22M0Y23K35 
(22%,0%,23%,35%)
(0.22/0.00/0.23/0.35)	

CMYK percentages

%22.16
%0
%23.35
%34.51

Codes

Color #82A780 in popluar color models

82A780
RGB130167128
HSL117°18.14%57.84%
HSB/HSV117°23.35%65.49%
CMYK22.16%0.00%23.35%
34.51%

Color #82A780 in popluar number systems.

HEX82A780
Decimal130167128
Binary100000101010011110000000
Octal202247200

Shades and tints

Shades of #82A780

#82A780
(130,167,128)
#779875
(119,152,117)
#6C896A
(108,137,106)
#617A5F
(97,122,95)
#566B54
(86,107,84)
#4B5C49
(75,92,73)
#404D3E
(64,77,62)
#353E33
(53,62,51)
#2A2F28
(42,47,40)
#1F201D
(31,32,29)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #82A780

#82A780
(130,167,128)
#8DAF8B
(141,175,139)
#98B796
(152,183,150)
#A3BFA1
(163,191,161)
#AEC7AC
(174,199,172)
#B9CFB7
(185,207,183)
#C4D7C2
(196,215,194)
#CFDFCD
(207,223,205)
#DAE7D8
(218,231,216)
#E5EFE3
(229,239,227)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A780; }

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

This text font color is #82A780.


Background Color

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

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

This div background color is #82A780.


Border color

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

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

This div border color is #82A780.


Opacity

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

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

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

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

This text has shadow with #82A780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A780 on black background.


Color preview on white background

This text has color #82A780 on white background.



Black color preview on #82A780 background

This text has black color on #82A780 background.


White color preview on #82A780 background

This text has white color on #82A780 background.