COLOR #82A285

HEX: #82A285
RGB: (130,162,133)

Color info

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

RGB color model

#82A285 color RGB value is (130,162,133).

  • red value is 130;
  • green value is 162;
  • blue value is 133.
RGB:
(130,162,133)
(51%,64%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 162 of 255 = 64%
B 133 of 255 = 52%

130
162
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 162 + 133 = 425 (100%)
R 130 of 425 ~ 30.59%
G 162 of 425 ~ 38.12%
B 133 of 425 ~ 31.29%

%30.59
%38.12
%31.29

CMYK color model

#82A285 color CMYK value is (20,0,18,36).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 36.47%
CMYK:
(20,0,18,36)
C20M0Y18K36 
(20%,0%,18%,36%)
(0.20/0.00/0.18/0.36)	

CMYK percentages

%19.75
%0
%17.9
%36.47

Codes

Color #82A285 in popluar color models

82A285
RGB130162133
HSL126°14.68%57.25%
HSB/HSV126°19.75%63.53%
CMYK19.75%0.00%17.90%
36.47%

Color #82A285 in popluar number systems.

HEX82A285
Decimal130162133
Binary100000101010001010000101
Octal202242205

Shades and tints

Shades of #82A285

#82A285
(130,162,133)
#779479
(119,148,121)
#6C866D
(108,134,109)
#617861
(97,120,97)
#566A55
(86,106,85)
#4B5C49
(75,92,73)
#404E3D
(64,78,61)
#354031
(53,64,49)
#2A3225
(42,50,37)
#1F2419
(31,36,25)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #82A285

#82A285
(130,162,133)
#8DAA90
(141,170,144)
#98B29B
(152,178,155)
#A3BAA6
(163,186,166)
#AEC2B1
(174,194,177)
#B9CABC
(185,202,188)
#C4D2C7
(196,210,199)
#CFDAD2
(207,218,210)
#DAE2DD
(218,226,221)
#E5EAE8
(229,234,232)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A285 color. Also use rgb(130,162,133) instead hex code.

Text Font Color

.myTextColor { color: #82A285; }

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

This text font color is #82A285.


Background Color

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

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

This div background color is #82A285.


Border color

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

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

This div border color is #82A285.


Opacity

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

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

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

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

This text has shadow with #82A285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A285 on black background.


Color preview on white background

This text has color #82A285 on white background.



Black color preview on #82A285 background

This text has black color on #82A285 background.


White color preview on #82A285 background

This text has white color on #82A285 background.