COLOR #82B564

HEX: #82B564
RGB: (130,181,100)

Color info

#82B564 contains mainly red and green colors. Web safe color of #82B564 is #99CC66 (or #9C6).

RGB color model

#82B564 color RGB value is (130,181,100).

  • red value is 130;
  • green value is 181;
  • blue value is 100.
RGB:
(130,181,100)
(51%,71%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 181 of 255 = 71%
B 100 of 255 = 39%

130
181
100

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

Portions of RGB colors in percentages

R + G + B =
130 + 181 + 100 = 411 (100%)
R 130 of 411 ~ 31.63%
G 181 of 411 ~ 44.04%
B 100 of 411 ~ 24.33%

%31.63
%44.04
%24.33

CMYK color model

#82B564 color CMYK value is (28,0,45,29).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 44.75%
  • key color value is 29.02%
CMYK:
(28,0,45,29)
C28M0Y45K29 
(28%,0%,45%,29%)
(0.28/0.00/0.45/0.29)	

CMYK percentages

%28.18
%0
%44.75
%29.02

Codes

Color #82B564 in popluar color models

82B564
RGB130181100
HSL98°35.37%55.10%
HSB/HSV98°44.75%70.98%
CMYK28.18%0.00%44.75%
29.02%

Color #82B564 in popluar number systems.

HEX82B564
Decimal130181100
Binary10000010101101011100100
Octal202265144

Shades and tints

Shades of #82B564

#82B564
(130,181,100)
#77A55B
(119,165,91)
#6C9552
(108,149,82)
#618549
(97,133,73)
#567540
(86,117,64)
#4B6537
(75,101,55)
#40552E
(64,85,46)
#354525
(53,69,37)
#2A351C
(42,53,28)
#1F2513
(31,37,19)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #82B564

#82B564
(130,181,100)
#8DBB72
(141,187,114)
#98C180
(152,193,128)
#A3C78E
(163,199,142)
#AECD9C
(174,205,156)
#B9D3AA
(185,211,170)
#C4D9B8
(196,217,184)
#CFDFC6
(207,223,198)
#DAE5D4
(218,229,212)
#E5EBE2
(229,235,226)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B564 color. Also use rgb(130,181,100) instead hex code.

Text Font Color

.myTextColor { color: #82B564; }

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

This text font color is #82B564.


Background Color

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

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

This div background color is #82B564.


Border color

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

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

This div border color is #82B564.


Opacity

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

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

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

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

This text has shadow with #82B564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B564 on black background.


Color preview on white background

This text has color #82B564 on white background.



Black color preview on #82B564 background

This text has black color on #82B564 background.


White color preview on #82B564 background

This text has white color on #82B564 background.