COLOR #82A973

HEX: #82A973
RGB: (130,169,115)

Color info

#82A973 contains red, green and blue colors in about the same proportion. Web safe color of #82A973 is #999966 (or #996).

RGB color model

#82A973 color RGB value is (130,169,115).

  • red value is 130;
  • green value is 169;
  • blue value is 115.
RGB:
(130,169,115)
(51%,66%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 115 of 255 = 45%

130
169
115

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

Portions of RGB colors in percentages

R + G + B =
130 + 169 + 115 = 414 (100%)
R 130 of 414 ~ 31.4%
G 169 of 414 ~ 40.82%
B 115 of 414 ~ 27.78%

%31.4
%40.82
%27.78

CMYK color model

#82A973 color CMYK value is (23,0,32,34).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 31.95%
  • key color value is 33.73%
CMYK:
(23,0,32,34)
C23M0Y32K34 
(23%,0%,32%,34%)
(0.23/0.00/0.32/0.34)	

CMYK percentages

%23.08
%0
%31.95
%33.73

Codes

Color #82A973 in popluar color models

82A973
RGB130169115
HSL103°23.89%55.69%
HSB/HSV103°31.95%66.27%
CMYK23.08%0.00%31.95%
33.73%

Color #82A973 in popluar number systems.

HEX82A973
Decimal130169115
Binary10000010101010011110011
Octal202251163

Shades and tints

Shades of #82A973

#82A973
(130,169,115)
#779A69
(119,154,105)
#6C8B5F
(108,139,95)
#617C55
(97,124,85)
#566D4B
(86,109,75)
#4B5E41
(75,94,65)
#404F37
(64,79,55)
#35402D
(53,64,45)
#2A3123
(42,49,35)
#1F2219
(31,34,25)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #82A973

#82A973
(130,169,115)
#8DB07F
(141,176,127)
#98B78B
(152,183,139)
#A3BE97
(163,190,151)
#AEC5A3
(174,197,163)
#B9CCAF
(185,204,175)
#C4D3BB
(196,211,187)
#CFDAC7
(207,218,199)
#DAE1D3
(218,225,211)
#E5E8DF
(229,232,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A973 color. Also use rgb(130,169,115) instead hex code.

Text Font Color

.myTextColor { color: #82A973; }

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

This text font color is #82A973.


Background Color

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

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

This div background color is #82A973.


Border color

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

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

This div border color is #82A973.


Opacity

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

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

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

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

This text has shadow with #82A973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A973 on black background.


Color preview on white background

This text has color #82A973 on white background.



Black color preview on #82A973 background

This text has black color on #82A973 background.


White color preview on #82A973 background

This text has white color on #82A973 background.