COLOR #82B582

HEX: #82B582 RGB: (130,181,130)

Color info

#82B582 contains red, green and blue colors in about the same proportion. Web safe color of #82B582 is #99CC99 (or #9C9).

RGB color model

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

RGB: (130,181,130) (51%, 71%, 51%)

RGB channels and saturation

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

130
181
130

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

Portions of RGB colors in percentages

R + G + B = 130 + 181 + 130 = 441 (100%)
R 130 of 441 ~ 29.48%
G 181 of 441 ~ 41.04%
B 130 of 441 ~ 29.48'%

%29.48
%41.04
%29.48

CMYK color model

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

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 28.18%
  • key color value is 29.02%

CMYK: (28,0,28,29)
C28M0Y28K29 (28%, 0%, 28%, 29%)
(0.28 / 0.00 / 0.28 / 0.29)

CMYK percentages

%28.18
%0
%28.18
%29.02

Codes

Color #82B582 in popluar color models

82 B5 82
RGB 130 181 130
HSL 120° 25.63% 60.98%
HSB/HSV 120° 28.18% 70.98%
CMYK 28.18% 0.00% 28.18%
29.02%

Color #82B582 in popluar number systems.

HEX 82 B5 82
Decimal 130 181 130
Binary 10000010 10110101 10000010
Octal 202 265 202

Shades and tints

Shades of #82B582

#82B582
(130,181,130)
#77A577
(119,165,119)
#6C956C
(108,149,108)
#618561
(97,133,97)
#567556
(86,117,86)
#4B654B
(75,101,75)
#405540
(64,85,64)
#354535
(53,69,53)
#2A352A
(42,53,42)
#1F251F
(31,37,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #82B582

#82B582
(130,181,130)
#8DBB8D
(141,187,141)
#98C198
(152,193,152)
#A3C7A3
(163,199,163)
#AECDAE
(174,205,174)
#B9D3B9
(185,211,185)
#C4D9C4
(196,217,196)
#CFDFCF
(207,223,207)
#DAE5DA
(218,229,218)
#E5EBE5
(229,235,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B582; }

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

This text font color is #82B582.

Background Color

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

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

This div background color is #82B582.

Border color

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

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

This div border color is #82B582.

Opacity

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

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

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

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

This text has shadow with #82B582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B582.

Preview

Color preview on black background

This text has color #82B582 on black background.


Color preview on white background

This text has color #82B582 on white background.


Black color preview on #82B582 background

This text has black color on #82B582 background.


White color preview on #82B582 background

This text has white color on #82B582 background.


Related colors

Complementary color

Complementary color for #hex is #7D4A7D.


I love getcolorcode.com

Triadic colors

1 #8282B5 and #B58282 with #82B582 are triadic colors.

2 #82B582 and #B58282 with #82B582 are triadic colors.