COLOR #82A846

HEX: #82A846 RGB: (130,168,70)

Color info

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

RGB color model

#82A846 color RGB value is (130,168,70).

RGB: (130,168,70) (51%, 66%, 27%)

RGB channels and saturation

R 130 of 255 = 51%
G 168 of 255 = 66%
B 70 of 255 = 27%

130
168
70

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

Portions of RGB colors in percentages

R + G + B = 130 + 168 + 70 = 368 (100%)
R 130 of 368 ~ 35.33%
G 168 of 368 ~ 45.65%
B 70 of 368 ~ 19.02'%

%35.33
%45.65
%19.02

CMYK color model

#82A846 color CMYK value is (23,0,58,34).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 34.12%

CMYK: (23,0,58,34)
C23M0Y58K34 (23%, 0%, 58%, 34%)
(0.23 / 0.00 / 0.58 / 0.34)

CMYK percentages

%22.62
%0
%58.33
%34.12

Codes

Color #82A846 in popluar color models

82 A8 46
RGB 130 168 70
HSL 83° 41.18% 46.67%
HSB/HSV 83° 58.33% 65.88%
CMYK 22.62% 0.00% 58.33%
34.12%

Color #82A846 in popluar number systems.

HEX 82 A8 46
Decimal 130 168 70
Binary 10000010 10101000 1000110
Octal 202 250 106

Shades and tints

Shades of #82A846

#82A846
(130,168,70)
#779940
(119,153,64)
#6C8A3A
(108,138,58)
#617B34
(97,123,52)
#566C2E
(86,108,46)
#4B5D28
(75,93,40)
#404E22
(64,78,34)
#353F1C
(53,63,28)
#2A3016
(42,48,22)
#1F2110
(31,33,16)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #82A846

#82A846
(130,168,70)
#8DAF56
(141,175,86)
#98B666
(152,182,102)
#A3BD76
(163,189,118)
#AEC486
(174,196,134)
#B9CB96
(185,203,150)
#C4D2A6
(196,210,166)
#CFD9B6
(207,217,182)
#DAE0C6
(218,224,198)
#E5E7D6
(229,231,214)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A846; }

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

This text font color is #82A846.

Background Color

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

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

This div background color is #82A846.

Border color

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

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

This div border color is #82A846.

Opacity

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

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

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

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

This text has shadow with #82A846 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A846.

Preview

Color preview on black background

This text has color #82A846 on black background.


Color preview on white background

This text has color #82A846 on white background.


Black color preview on #82A846 background

This text has black color on #82A846 background.


White color preview on #82A846 background

This text has white color on #82A846 background.


Related colors

Complementary color

Complementary color for #hex is #7D57B9.


I love getcolorcode.com

Triadic colors

1 #4682A8 and #A84682 with #82A846 are triadic colors.

2 #46A882 and #A88246 with #82A846 are triadic colors.