COLOR #82A867

HEX: #82A867 RGB: (130,168,103)

Color info

#82A867 contains mainly red and green colors. Web safe color of #82A867 is #999966 (or #996).

RGB color model

#82A867 color RGB value is (130,168,103).

RGB: (130,168,103) (51%, 66%, 40%)

RGB channels and saturation

R 130 of 255 = 51%
G 168 of 255 = 66%
B 103 of 255 = 40%

130
168
103

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

Portions of RGB colors in percentages

R + G + B = 130 + 168 + 103 = 401 (100%)
R 130 of 401 ~ 32.42%
G 168 of 401 ~ 41.9%
B 103 of 401 ~ 25.69'%

%32.42
%41.9
%25.69

CMYK color model

#82A867 color CMYK value is (23,0,39,34).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 38.69%
  • key color value is 34.12%
CMYK: (23,0,39,34) C23M0Y39K34 (23%,0%,39%,34%) (0.23/0.00/0.39/0.34) 

CMYK percentages

%22.62
%0
%38.69
%34.12

Codes

Color #82A867 in popluar color models

82 A8 67
RGB 130 168 103
HSL 95° 27.20% 53.14%
HSB/HSV 95° 38.69% 65.88%
CMYK 22.62% 0.00% 38.69%
34.12%

Color #82A867 in popluar number systems.

HEX 82 A8 67
Decimal 130 168 103
Binary 10000010 10101000 1100111
Octal 202 250 147

Shades and tints

Shades of #82A867

#82A867
(130,168,103)
#77995E
(119,153,94)
#6C8A55
(108,138,85)
#617B4C
(97,123,76)
#566C43
(86,108,67)
#4B5D3A
(75,93,58)
#404E31
(64,78,49)
#353F28
(53,63,40)
#2A301F
(42,48,31)
#1F2116
(31,33,22)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #82A867

#82A867
(130,168,103)
#8DAF74
(141,175,116)
#98B681
(152,182,129)
#A3BD8E
(163,189,142)
#AEC49B
(174,196,155)
#B9CBA8
(185,203,168)
#C4D2B5
(196,210,181)
#CFD9C2
(207,217,194)
#DAE0CF
(218,224,207)
#E5E7DC
(229,231,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A867 color. Also use rgb(130,168,103) instead hex code.

Text Font Color

.myTextColor { color: #82A867; }

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

This text font color is #82A867.

Background Color

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

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

This div background color is #82A867.

Border color

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

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

This div border color is #82A867.

Opacity

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

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

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

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

This text has shadow with #82A867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A867.

Preview

Color preview on black background

This text has color #82A867 on black background.


Color preview on white background

This text has color #82A867 on white background.


Black color preview on #82A867 background

This text has black color on #82A867 background.


White color preview on #82A867 background

This text has white color on #82A867 background.


Related colors

Complementary color

Complementary color for #hex is #7D5798.


I love getcolorcode.com

Triadic colors

1 #6782A8 and #A86782 with #82A867 are triadic colors.

2 #67A882 and #A88267 with #82A867 are triadic colors.