COLOR #82A57A

HEX: #82A57A RGB: (130,165,122)

Color info

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

RGB color model

#82A57A color RGB value is (130,165,122).

RGB: (130,165,122) (51%, 65%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 122 of 255 = 48%

130
165
122

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

Portions of RGB colors in percentages

R + G + B = 130 + 165 + 122 = 417 (100%)
R 130 of 417 ~ 31.18%
G 165 of 417 ~ 39.57%
B 122 of 417 ~ 29.26'%

%31.18
%39.57
%29.26

CMYK color model

#82A57A color CMYK value is (21,0,26,35).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 35.29%

CMYK: (21,0,26,35)
C21M0Y26K35 (21%, 0%, 26%, 35%)
(0.21 / 0.00 / 0.26 / 0.35)

CMYK percentages

%21.21
%0
%26.06
%35.29

Codes

Color #82A57A in popluar color models

82 A5 7A
RGB 130 165 122
HSL 109° 19.28% 56.27%
HSB/HSV 109° 26.06% 64.71%
CMYK 21.21% 0.00% 26.06%
35.29%

Color #82A57A in popluar number systems.

HEX 82 A5 7A
Decimal 130 165 122
Binary 10000010 10100101 1111010
Octal 202 245 172

Shades and tints

Shades of #82A57A

#82A57A
(130,165,122)
#77966F
(119,150,111)
#6C8764
(108,135,100)
#617859
(97,120,89)
#56694E
(86,105,78)
#4B5A43
(75,90,67)
#404B38
(64,75,56)
#353C2D
(53,60,45)
#2A2D22
(42,45,34)
#1F1E17
(31,30,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #82A57A

#82A57A
(130,165,122)
#8DAD86
(141,173,134)
#98B592
(152,181,146)
#A3BD9E
(163,189,158)
#AEC5AA
(174,197,170)
#B9CDB6
(185,205,182)
#C4D5C2
(196,213,194)
#CFDDCE
(207,221,206)
#DAE5DA
(218,229,218)
#E5EDE6
(229,237,230)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A57A color. Also use rgb(130,165,122) instead hex code.

Text Font Color

.myTextColor { color: #82A57A; }

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

This text font color is #82A57A.

Background Color

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

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

This div background color is #82A57A.

Border color

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

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

This div border color is #82A57A.

Opacity

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

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

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

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

This text has shadow with #82A57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A57A.

Preview

Color preview on black background

This text has color #82A57A on black background.


Color preview on white background

This text has color #82A57A on white background.


Black color preview on #82A57A background

This text has black color on #82A57A background.


White color preview on #82A57A background

This text has white color on #82A57A background.


Related colors

Complementary color

Complementary color for #hex is #7D5A85.


I love getcolorcode.com

Triadic colors

1 #7A82A5 and #A57A82 with #82A57A are triadic colors.

2 #7AA582 and #A5827A with #82A57A are triadic colors.