COLOR #82A774

HEX: #82A774 RGB: (130,167,116)

Color info

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

RGB color model

#82A774 color RGB value is (130,167,116).

RGB: (130,167,116) (51%, 65%, 45%)

RGB channels and saturation

R 130 of 255 = 51%
G 167 of 255 = 65%
B 116 of 255 = 45%

130
167
116

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

Portions of RGB colors in percentages

R + G + B = 130 + 167 + 116 = 413 (100%)
R 130 of 413 ~ 31.48%
G 167 of 413 ~ 40.44%
B 116 of 413 ~ 28.09'%

%31.48
%40.44
%28.09

CMYK color model

#82A774 color CMYK value is (22,0,31,35).

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

CMYK: (22,0,31,35)
C22M0Y31K35 (22%, 0%, 31%, 35%)
(0.22 / 0.00 / 0.31 / 0.35)

CMYK percentages

%22.16
%0
%30.54
%34.51

Codes

Color #82A774 in popluar color models

82 A7 74
RGB 130 167 116
HSL 104° 22.47% 55.49%
HSB/HSV 104° 30.54% 65.49%
CMYK 22.16% 0.00% 30.54%
34.51%

Color #82A774 in popluar number systems.

HEX 82 A7 74
Decimal 130 167 116
Binary 10000010 10100111 1110100
Octal 202 247 164

Shades and tints

Shades of #82A774

#82A774
(130,167,116)
#77986A
(119,152,106)
#6C8960
(108,137,96)
#617A56
(97,122,86)
#566B4C
(86,107,76)
#4B5C42
(75,92,66)
#404D38
(64,77,56)
#353E2E
(53,62,46)
#2A2F24
(42,47,36)
#1F201A
(31,32,26)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #82A774

#82A774
(130,167,116)
#8DAF80
(141,175,128)
#98B78C
(152,183,140)
#A3BF98
(163,191,152)
#AEC7A4
(174,199,164)
#B9CFB0
(185,207,176)
#C4D7BC
(196,215,188)
#CFDFC8
(207,223,200)
#DAE7D4
(218,231,212)
#E5EFE0
(229,239,224)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A774; }

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

This text font color is #82A774.

Background Color

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

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

This div background color is #82A774.

Border color

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

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

This div border color is #82A774.

Opacity

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

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

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

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

This text has shadow with #82A774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A774.

Preview

Color preview on black background

This text has color #82A774 on black background.


Color preview on white background

This text has color #82A774 on white background.


Black color preview on #82A774 background

This text has black color on #82A774 background.


White color preview on #82A774 background

This text has white color on #82A774 background.


Related colors

Complementary color

Complementary color for #hex is #7D588B.


I love getcolorcode.com

Triadic colors

1 #7482A7 and #A77482 with #82A774 are triadic colors.

2 #74A782 and #A78274 with #82A774 are triadic colors.