COLOR #82A590

HEX: #82A590 RGB: (130,165,144)

Color info

#82A590 contains red, green and blue colors in about the same proportion. Web safe color of #82A590 is #999999 (or #999).

RGB color model

#82A590 color RGB value is (130,165,144).

RGB: (130,165,144) (51%, 65%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 144 of 255 = 56%

130
165
144

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

Portions of RGB colors in percentages

R + G + B = 130 + 165 + 144 = 439 (100%)
R 130 of 439 ~ 29.61%
G 165 of 439 ~ 37.59%
B 144 of 439 ~ 32.8'%

%29.61
%37.59
%32.8

CMYK color model

#82A590 color CMYK value is (21,0,13,35).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 35.29%

CMYK: (21,0,13,35)
C21M0Y13K35 (21%, 0%, 13%, 35%)
(0.21 / 0.00 / 0.13 / 0.35)

CMYK percentages

%21.21
%0
%12.73
%35.29

Codes

Color #82A590 in popluar color models

82 A5 90
RGB 130 165 144
HSL 144° 16.28% 57.84%
HSB/HSV 144° 21.21% 64.71%
CMYK 21.21% 0.00% 12.73%
35.29%

Color #82A590 in popluar number systems.

HEX 82 A5 90
Decimal 130 165 144
Binary 10000010 10100101 10010000
Octal 202 245 220

Shades and tints

Shades of #82A590

#82A590
(130,165,144)
#779683
(119,150,131)
#6C8776
(108,135,118)
#617869
(97,120,105)
#56695C
(86,105,92)
#4B5A4F
(75,90,79)
#404B42
(64,75,66)
#353C35
(53,60,53)
#2A2D28
(42,45,40)
#1F1E1B
(31,30,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #82A590

#82A590
(130,165,144)
#8DAD9A
(141,173,154)
#98B5A4
(152,181,164)
#A3BDAE
(163,189,174)
#AEC5B8
(174,197,184)
#B9CDC2
(185,205,194)
#C4D5CC
(196,213,204)
#CFDDD6
(207,221,214)
#DAE5E0
(218,229,224)
#E5EDEA
(229,237,234)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A590 color. Also use rgb(130,165,144) instead hex code.

Text Font Color

.myTextColor { color: #82A590; }

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

This text font color is #82A590.

Background Color

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

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

This div background color is #82A590.

Border color

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

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

This div border color is #82A590.

Opacity

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

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

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

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

This text has shadow with #82A590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A590.

Preview

Color preview on black background

This text has color #82A590 on black background.


Color preview on white background

This text has color #82A590 on white background.


Black color preview on #82A590 background

This text has black color on #82A590 background.


White color preview on #82A590 background

This text has white color on #82A590 background.


Related colors

Complementary color

Complementary color for #hex is #7D5A6F.


I love getcolorcode.com

Triadic colors

1 #9082A5 and #A59082 with #82A590 are triadic colors.

2 #90A582 and #A58290 with #82A590 are triadic colors.