COLOR #82A05A

HEX: #82A05A RGB: (130,160,90)

Color info

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

RGB color model

#82A05A color RGB value is (130,160,90).

RGB: (130,160,90) (51%, 63%, 35%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 90 of 255 = 35%

130
160
90

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 90 = 380 (100%)
R 130 of 380 ~ 34.21%
G 160 of 380 ~ 42.11%
B 90 of 380 ~ 23.68'%

%34.21
%42.11
%23.68

CMYK color model

#82A05A color CMYK value is (19,0,44,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 37.25%

CMYK: (19,0,44,37)
C19M0Y44K37 (19%, 0%, 44%, 37%)
(0.19 / 0.00 / 0.44 / 0.37)

CMYK percentages

%18.75
%0
%43.75
%37.25

Codes

Color #82A05A in popluar color models

82 A0 5A
RGB 130 160 90
HSL 86° 28.00% 49.02%
HSB/HSV 86° 43.75% 62.75%
CMYK 18.75% 0.00% 43.75%
37.25%

Color #82A05A in popluar number systems.

HEX 82 A0 5A
Decimal 130 160 90
Binary 10000010 10100000 1011010
Octal 202 240 132

Shades and tints

Shades of #82A05A

#82A05A
(130,160,90)
#779252
(119,146,82)
#6C844A
(108,132,74)
#617642
(97,118,66)
#56683A
(86,104,58)
#4B5A32
(75,90,50)
#404C2A
(64,76,42)
#353E22
(53,62,34)
#2A301A
(42,48,26)
#1F2212
(31,34,18)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #82A05A

#82A05A
(130,160,90)
#8DA869
(141,168,105)
#98B078
(152,176,120)
#A3B887
(163,184,135)
#AEC096
(174,192,150)
#B9C8A5
(185,200,165)
#C4D0B4
(196,208,180)
#CFD8C3
(207,216,195)
#DAE0D2
(218,224,210)
#E5E8E1
(229,232,225)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A05A; }

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

This text font color is #82A05A.

Background Color

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

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

This div background color is #82A05A.

Border color

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

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

This div border color is #82A05A.

Opacity

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

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

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

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

This text has shadow with #82A05A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A05A.

Preview

Color preview on black background

This text has color #82A05A on black background.


Color preview on white background

This text has color #82A05A on white background.


Black color preview on #82A05A background

This text has black color on #82A05A background.


White color preview on #82A05A background

This text has white color on #82A05A background.


Related colors

Complementary color

Complementary color for #hex is #7D5FA5.


I love getcolorcode.com

Triadic colors

1 #5A82A0 and #A05A82 with #82A05A are triadic colors.

2 #5AA082 and #A0825A with #82A05A are triadic colors.