COLOR #82A261

HEX: #82A261
RGB: (130,162,97)

Color info

#82A261 contains mainly red and green colors. Web safe color of #82A261 is #999966 (or #996).

RGB color model

#82A261 color RGB value is (130,162,97).

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

RGB channels and saturation

R 130 of 255 = 51%
G 162 of 255 = 64%
B 97 of 255 = 38%

130
162
97

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

Portions of RGB colors in percentages

R + G + B =
130 + 162 + 97 = 389 (100%)
R 130 of 389 ~ 33.42%
G 162 of 389 ~ 41.65%
B 97 of 389 ~ 24.94%

%33.42
%41.65
%24.94

CMYK color model

#82A261 color CMYK value is (20,0,40,36).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 36.47%
CMYK:
(20,0,40,36)
C20M0Y40K36 
(20%,0%,40%,36%)
(0.20/0.00/0.40/0.36)	

CMYK percentages

%19.75
%0
%40.12
%36.47

Codes

Color #82A261 in popluar color models

82A261
RGB13016297
HSL90°25.90%50.78%
HSB/HSV90°40.12%63.53%
CMYK19.75%0.00%40.12%
36.47%

Color #82A261 in popluar number systems.

HEX82A261
Decimal13016297
Binary10000010101000101100001
Octal202242141

Shades and tints

Shades of #82A261

#82A261
(130,162,97)
#779459
(119,148,89)
#6C8651
(108,134,81)
#617849
(97,120,73)
#566A41
(86,106,65)
#4B5C39
(75,92,57)
#404E31
(64,78,49)
#354029
(53,64,41)
#2A3221
(42,50,33)
#1F2419
(31,36,25)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #82A261

#82A261
(130,162,97)
#8DAA6F
(141,170,111)
#98B27D
(152,178,125)
#A3BA8B
(163,186,139)
#AEC299
(174,194,153)
#B9CAA7
(185,202,167)
#C4D2B5
(196,210,181)
#CFDAC3
(207,218,195)
#DAE2D1
(218,226,209)
#E5EADF
(229,234,223)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A261; }

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

This text font color is #82A261.


Background Color

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

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

This div background color is #82A261.


Border color

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

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

This div border color is #82A261.


Opacity

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

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

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

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

This text has shadow with #82A261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A261 on black background.


Color preview on white background

This text has color #82A261 on white background.



Black color preview on #82A261 background

This text has black color on #82A261 background.


White color preview on #82A261 background

This text has white color on #82A261 background.