COLOR #82A390

HEX: #82A390
RGB: (130,163,144)

Color info

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

RGB color model

#82A390 color RGB value is (130,163,144).

  • red value is 130;
  • green value is 163;
  • blue value is 144.
RGB:
(130,163,144)
(51%,64%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 163 of 255 = 64%
B 144 of 255 = 56%

130
163
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 163 + 144 = 437 (100%)
R 130 of 437 ~ 29.75%
G 163 of 437 ~ 37.3%
B 144 of 437 ~ 32.95%

%29.75
%37.3
%32.95

CMYK color model

#82A390 color CMYK value is (20,0,12,36).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(20,0,12,36)
C20M0Y12K36 
(20%,0%,12%,36%)
(0.20/0.00/0.12/0.36)	

CMYK percentages

%20.25
%0
%11.66
%36.08

Codes

Color #82A390 in popluar color models

82A390
RGB130163144
HSL145°15.21%57.45%
HSB/HSV145°20.25%63.92%
CMYK20.25%0.00%11.66%
36.08%

Color #82A390 in popluar number systems.

HEX82A390
Decimal130163144
Binary100000101010001110010000
Octal202243220

Shades and tints

Shades of #82A390

#82A390
(130,163,144)
#779583
(119,149,131)
#6C8776
(108,135,118)
#617969
(97,121,105)
#566B5C
(86,107,92)
#4B5D4F
(75,93,79)
#404F42
(64,79,66)
#354135
(53,65,53)
#2A3328
(42,51,40)
#1F251B
(31,37,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #82A390

#82A390
(130,163,144)
#8DAB9A
(141,171,154)
#98B3A4
(152,179,164)
#A3BBAE
(163,187,174)
#AEC3B8
(174,195,184)
#B9CBC2
(185,203,194)
#C4D3CC
(196,211,204)
#CFDBD6
(207,219,214)
#DAE3E0
(218,227,224)
#E5EBEA
(229,235,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A390; }

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

This text font color is #82A390.


Background Color

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

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

This div background color is #82A390.


Border color

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

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

This div border color is #82A390.


Opacity

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

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

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

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

This text has shadow with #82A390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A390 on black background.


Color preview on white background

This text has color #82A390 on white background.



Black color preview on #82A390 background

This text has black color on #82A390 background.


White color preview on #82A390 background

This text has white color on #82A390 background.