COLOR #82A59A

HEX: #82A59A
RGB: (130,165,154)

Color info

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

RGB color model

#82A59A color RGB value is (130,165,154).

  • red value is 130;
  • green value is 165;
  • blue value is 154.
RGB:
(130,165,154)
(51%,65%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 154 of 255 = 60%

130
165
154

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

Portions of RGB colors in percentages

R + G + B =
130 + 165 + 154 = 449 (100%)
R 130 of 449 ~ 28.95%
G 165 of 449 ~ 36.75%
B 154 of 449 ~ 34.3%

%28.95
%36.75
%34.3

CMYK color model

#82A59A color CMYK value is (21,0,7,35).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(21,0,7,35)
C21M0Y7K35 
(21%,0%,7%,35%)
(0.21/0.00/0.07/0.35)	

CMYK percentages

%21.21
%0
%6.67
%35.29

Codes

Color #82A59A in popluar color models

82A59A
RGB130165154
HSL161°16.28%57.84%
HSB/HSV161°21.21%64.71%
CMYK21.21%0.00%6.67%
35.29%

Color #82A59A in popluar number systems.

HEX82A59A
Decimal130165154
Binary100000101010010110011010
Octal202245232

Shades and tints

Shades of #82A59A

#82A59A
(130,165,154)
#77968C
(119,150,140)
#6C877E
(108,135,126)
#617870
(97,120,112)
#566962
(86,105,98)
#4B5A54
(75,90,84)
#404B46
(64,75,70)
#353C38
(53,60,56)
#2A2D2A
(42,45,42)
#1F1E1C
(31,30,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #82A59A

#82A59A
(130,165,154)
#8DADA3
(141,173,163)
#98B5AC
(152,181,172)
#A3BDB5
(163,189,181)
#AEC5BE
(174,197,190)
#B9CDC7
(185,205,199)
#C4D5D0
(196,213,208)
#CFDDD9
(207,221,217)
#DAE5E2
(218,229,226)
#E5EDEB
(229,237,235)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A59A; }

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

This text font color is #82A59A.


Background Color

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

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

This div background color is #82A59A.


Border color

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

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

This div border color is #82A59A.


Opacity

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

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

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

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

This text has shadow with #82A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A59A on black background.


Color preview on white background

This text has color #82A59A on white background.



Black color preview on #82A59A background

This text has black color on #82A59A background.


White color preview on #82A59A background

This text has white color on #82A59A background.