COLOR #82A046

HEX: #82A046 RGB: (130,160,70)

Color info

#82A046 contains mainly red and green colors. Web safe color of #82A046 is #999933 (or #993).

RGB color model

#82A046 color RGB value is (130,160,70).

RGB: (130,160,70) (51%, 63%, 27%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 70 of 255 = 27%

130
160
70

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 70 = 360 (100%)
R 130 of 360 ~ 36.11%
G 160 of 360 ~ 44.44%
B 70 of 360 ~ 19.44'%

%36.11
%44.44
%19.44

CMYK color model

#82A046 color CMYK value is (19,0,56,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 37.25%
CMYK: (19,0,56,37) C19M0Y56K37 (19%,0%,56%,37%) (0.19/0.00/0.56/0.37) 

CMYK percentages

%18.75
%0
%56.25
%37.25

Codes

Color #82A046 in popluar color models

82 A0 46
RGB 130 160 70
HSL 80° 39.13% 45.10%
HSB/HSV 80° 56.25% 62.75%
CMYK 18.75% 0.00% 56.25%
37.25%

Color #82A046 in popluar number systems.

HEX 82 A0 46
Decimal 130 160 70
Binary 10000010 10100000 1000110
Octal 202 240 106

Shades and tints

Shades of #82A046

#82A046
(130,160,70)
#779240
(119,146,64)
#6C843A
(108,132,58)
#617634
(97,118,52)
#56682E
(86,104,46)
#4B5A28
(75,90,40)
#404C22
(64,76,34)
#353E1C
(53,62,28)
#2A3016
(42,48,22)
#1F2210
(31,34,16)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #82A046

#82A046
(130,160,70)
#8DA856
(141,168,86)
#98B066
(152,176,102)
#A3B876
(163,184,118)
#AEC086
(174,192,134)
#B9C896
(185,200,150)
#C4D0A6
(196,208,166)
#CFD8B6
(207,216,182)
#DAE0C6
(218,224,198)
#E5E8D6
(229,232,214)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A046 color. Also use rgb(130,160,70) instead hex code.

Text Font Color

.myTextColor { color: #82A046; }

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

This text font color is #82A046.

Background Color

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

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

This div background color is #82A046.

Border color

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

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

This div border color is #82A046.

Opacity

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

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

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

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

This text has shadow with #82A046 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A046.

Preview

Color preview on black background

This text has color #82A046 on black background.


Color preview on white background

This text has color #82A046 on white background.


Black color preview on #82A046 background

This text has black color on #82A046 background.


White color preview on #82A046 background

This text has white color on #82A046 background.


Related colors

Complementary color

Complementary color for #hex is #7D5FB9.


I love getcolorcode.com

Triadic colors

1 #4682A0 and #A04682 with #82A046 are triadic colors.

2 #46A082 and #A08246 with #82A046 are triadic colors.