COLOR #82B056

HEX: #82B056
RGB: (130,176,86)

Color info

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

RGB color model

#82B056 color RGB value is (130,176,86).

  • red value is 130;
  • green value is 176;
  • blue value is 86.
RGB:
(130,176,86)
(51%,69%,34%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 86 of 255 = 34%

130
176
86

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

Portions of RGB colors in percentages

R + G + B =
130 + 176 + 86 = 392 (100%)
R 130 of 392 ~ 33.16%
G 176 of 392 ~ 44.9%
B 86 of 392 ~ 21.94%

%33.16
%44.9
%21.94

CMYK color model

#82B056 color CMYK value is (26,0,51,31).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 30.98%
CMYK:
(26,0,51,31)
C26M0Y51K31 
(26%,0%,51%,31%)
(0.26/0.00/0.51/0.31)	

CMYK percentages

%26.14
%0
%51.14
%30.98

Codes

Color #82B056 in popluar color models

82B056
RGB13017686
HSL91°36.29%51.37%
HSB/HSV91°51.14%69.02%
CMYK26.14%0.00%51.14%
30.98%

Color #82B056 in popluar number systems.

HEX82B056
Decimal13017686
Binary10000010101100001010110
Octal202260126

Shades and tints

Shades of #82B056

#82B056
(130,176,86)
#77A04F
(119,160,79)
#6C9048
(108,144,72)
#618041
(97,128,65)
#56703A
(86,112,58)
#4B6033
(75,96,51)
#40502C
(64,80,44)
#354025
(53,64,37)
#2A301E
(42,48,30)
#1F2017
(31,32,23)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #82B056

#82B056
(130,176,86)
#8DB765
(141,183,101)
#98BE74
(152,190,116)
#A3C583
(163,197,131)
#AECC92
(174,204,146)
#B9D3A1
(185,211,161)
#C4DAB0
(196,218,176)
#CFE1BF
(207,225,191)
#DAE8CE
(218,232,206)
#E5EFDD
(229,239,221)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B056 color. Also use rgb(130,176,86) instead hex code.

Text Font Color

.myTextColor { color: #82B056; }

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

This text font color is #82B056.


Background Color

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

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

This div background color is #82B056.


Border color

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

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

This div border color is #82B056.


Opacity

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

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

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

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

This text has shadow with #82B056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B056 on black background.


Color preview on white background

This text has color #82B056 on white background.



Black color preview on #82B056 background

This text has black color on #82B056 background.


White color preview on #82B056 background

This text has white color on #82B056 background.