COLOR #82A593

HEX: #82A593
RGB: (130,165,147)

Color info

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

RGB color model

#82A593 color RGB value is (130,165,147).

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

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 147 of 255 = 58%

130
165
147

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

Portions of RGB colors in percentages

R + G + B =
130 + 165 + 147 = 442 (100%)
R 130 of 442 ~ 29.41%
G 165 of 442 ~ 37.33%
B 147 of 442 ~ 33.26%

%29.41
%37.33
%33.26

CMYK color model

#82A593 color CMYK value is (21,0,11,35).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(21,0,11,35)
C21M0Y11K35 
(21%,0%,11%,35%)
(0.21/0.00/0.11/0.35)	

CMYK percentages

%21.21
%0
%10.91
%35.29

Codes

Color #82A593 in popluar color models

82A593
RGB130165147
HSL149°16.28%57.84%
HSB/HSV149°21.21%64.71%
CMYK21.21%0.00%10.91%
35.29%

Color #82A593 in popluar number systems.

HEX82A593
Decimal130165147
Binary100000101010010110010011
Octal202245223

Shades and tints

Shades of #82A593

#82A593
(130,165,147)
#779686
(119,150,134)
#6C8779
(108,135,121)
#61786C
(97,120,108)
#56695F
(86,105,95)
#4B5A52
(75,90,82)
#404B45
(64,75,69)
#353C38
(53,60,56)
#2A2D2B
(42,45,43)
#1F1E1E
(31,30,30)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #82A593

#82A593
(130,165,147)
#8DAD9C
(141,173,156)
#98B5A5
(152,181,165)
#A3BDAE
(163,189,174)
#AEC5B7
(174,197,183)
#B9CDC0
(185,205,192)
#C4D5C9
(196,213,201)
#CFDDD2
(207,221,210)
#DAE5DB
(218,229,219)
#E5EDE4
(229,237,228)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A593; }

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

This text font color is #82A593.


Background Color

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

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

This div background color is #82A593.


Border color

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

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

This div border color is #82A593.


Opacity

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

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

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

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

This text has shadow with #82A593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A593 on black background.


Color preview on white background

This text has color #82A593 on white background.



Black color preview on #82A593 background

This text has black color on #82A593 background.


White color preview on #82A593 background

This text has white color on #82A593 background.