COLOR #82B55D

HEX: #82B55D
RGB: (130,181,93)

Color info

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

RGB color model

#82B55D color RGB value is (130,181,93).

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

RGB channels and saturation

R 130 of 255 = 51%
G 181 of 255 = 71%
B 93 of 255 = 36%

130
181
93

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

Portions of RGB colors in percentages

R + G + B =
130 + 181 + 93 = 404 (100%)
R 130 of 404 ~ 32.18%
G 181 of 404 ~ 44.8%
B 93 of 404 ~ 23.02%

%32.18
%44.8
%23.02

CMYK color model

#82B55D color CMYK value is (28,0,49,29).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 48.62%
  • key color value is 29.02%
CMYK:
(28,0,49,29)
C28M0Y49K29 
(28%,0%,49%,29%)
(0.28/0.00/0.49/0.29)	

CMYK percentages

%28.18
%0
%48.62
%29.02

Codes

Color #82B55D in popluar color models

82B55D
RGB13018193
HSL95°37.29%53.73%
HSB/HSV95°48.62%70.98%
CMYK28.18%0.00%48.62%
29.02%

Color #82B55D in popluar number systems.

HEX82B55D
Decimal13018193
Binary10000010101101011011101
Octal202265135

Shades and tints

Shades of #82B55D

#82B55D
(130,181,93)
#77A555
(119,165,85)
#6C954D
(108,149,77)
#618545
(97,133,69)
#56753D
(86,117,61)
#4B6535
(75,101,53)
#40552D
(64,85,45)
#354525
(53,69,37)
#2A351D
(42,53,29)
#1F2515
(31,37,21)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #82B55D

#82B55D
(130,181,93)
#8DBB6B
(141,187,107)
#98C179
(152,193,121)
#A3C787
(163,199,135)
#AECD95
(174,205,149)
#B9D3A3
(185,211,163)
#C4D9B1
(196,217,177)
#CFDFBF
(207,223,191)
#DAE5CD
(218,229,205)
#E5EBDB
(229,235,219)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B55D; }

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

This text font color is #82B55D.


Background Color

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

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

This div background color is #82B55D.


Border color

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

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

This div border color is #82B55D.


Opacity

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

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

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

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

This text has shadow with #82B55D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B55D on black background.


Color preview on white background

This text has color #82B55D on white background.



Black color preview on #82B55D background

This text has black color on #82B55D background.


White color preview on #82B55D background

This text has white color on #82B55D background.