COLOR #82A77C

HEX: #82A77C RGB: (130,167,124)

Color info

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

RGB color model

#82A77C color RGB value is (130,167,124).

RGB: (130,167,124) (51%, 65%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 167 of 255 = 65%
B 124 of 255 = 49%

130
167
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 167 + 124 = 421 (100%)
R 130 of 421 ~ 30.88%
G 167 of 421 ~ 39.67%
B 124 of 421 ~ 29.45'%

%30.88
%39.67
%29.45

CMYK color model

#82A77C color CMYK value is (22,0,26,35).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 34.51%

CMYK: (22,0,26,35)
C22M0Y26K35 (22%, 0%, 26%, 35%)
(0.22 / 0.00 / 0.26 / 0.35)

CMYK percentages

%22.16
%0
%25.75
%34.51

Codes

Color #82A77C in popluar color models

82 A7 7C
RGB 130 167 124
HSL 112° 19.63% 57.06%
HSB/HSV 112° 25.75% 65.49%
CMYK 22.16% 0.00% 25.75%
34.51%

Color #82A77C in popluar number systems.

HEX 82 A7 7C
Decimal 130 167 124
Binary 10000010 10100111 1111100
Octal 202 247 174

Shades and tints

Shades of #82A77C

#82A77C
(130,167,124)
#779871
(119,152,113)
#6C8966
(108,137,102)
#617A5B
(97,122,91)
#566B50
(86,107,80)
#4B5C45
(75,92,69)
#404D3A
(64,77,58)
#353E2F
(53,62,47)
#2A2F24
(42,47,36)
#1F2019
(31,32,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #82A77C

#82A77C
(130,167,124)
#8DAF87
(141,175,135)
#98B792
(152,183,146)
#A3BF9D
(163,191,157)
#AEC7A8
(174,199,168)
#B9CFB3
(185,207,179)
#C4D7BE
(196,215,190)
#CFDFC9
(207,223,201)
#DAE7D4
(218,231,212)
#E5EFDF
(229,239,223)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A77C; }

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

This text font color is #82A77C.

Background Color

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

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

This div background color is #82A77C.

Border color

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

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

This div border color is #82A77C.

Opacity

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

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

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

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

This text has shadow with #82A77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A77C.

Preview

Color preview on black background

This text has color #82A77C on black background.


Color preview on white background

This text has color #82A77C on white background.


Black color preview on #82A77C background

This text has black color on #82A77C background.


White color preview on #82A77C background

This text has white color on #82A77C background.


Related colors

Complementary color

Complementary color for #hex is #7D5883.


I love getcolorcode.com

Triadic colors

1 #7C82A7 and #A77C82 with #82A77C are triadic colors.

2 #7CA782 and #A7827C with #82A77C are triadic colors.