COLOR #82A485

HEX: #82A485
RGB: (130,164,133)

Color info

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

RGB color model

#82A485 color RGB value is (130,164,133).

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

RGB channels and saturation

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

130
164
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 164 + 133 = 427 (100%)
R 130 of 427 ~ 30.44%
G 164 of 427 ~ 38.41%
B 133 of 427 ~ 31.15%

%30.44
%38.41
%31.15

CMYK color model

#82A485 color CMYK value is (21,0,19,36).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(21,0,19,36)
C21M0Y19K36 
(21%,0%,19%,36%)
(0.21/0.00/0.19/0.36)	

CMYK percentages

%20.73
%0
%18.9
%35.69

Codes

Color #82A485 in popluar color models

82A485
RGB130164133
HSL125°15.74%57.65%
HSB/HSV125°20.73%64.31%
CMYK20.73%0.00%18.90%
35.69%

Color #82A485 in popluar number systems.

HEX82A485
Decimal130164133
Binary100000101010010010000101
Octal202244205

Shades and tints

Shades of #82A485

#82A485
(130,164,133)
#779679
(119,150,121)
#6C886D
(108,136,109)
#617A61
(97,122,97)
#566C55
(86,108,85)
#4B5E49
(75,94,73)
#40503D
(64,80,61)
#354231
(53,66,49)
#2A3425
(42,52,37)
#1F2619
(31,38,25)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #82A485

#82A485
(130,164,133)
#8DAC90
(141,172,144)
#98B49B
(152,180,155)
#A3BCA6
(163,188,166)
#AEC4B1
(174,196,177)
#B9CCBC
(185,204,188)
#C4D4C7
(196,212,199)
#CFDCD2
(207,220,210)
#DAE4DD
(218,228,221)
#E5ECE8
(229,236,232)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A485; }

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

This text font color is #82A485.


Background Color

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

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

This div background color is #82A485.


Border color

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

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

This div border color is #82A485.


Opacity

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

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

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

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

This text has shadow with #82A485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A485 on black background.


Color preview on white background

This text has color #82A485 on white background.



Black color preview on #82A485 background

This text has black color on #82A485 background.


White color preview on #82A485 background

This text has white color on #82A485 background.