COLOR #82B971

HEX: #82B971
RGB: (130,185,113)

Color info

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

RGB color model

#82B971 color RGB value is (130,185,113).

  • red value is 130;
  • green value is 185;
  • blue value is 113.
RGB:
(130,185,113)
(51%,73%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 185 of 255 = 73%
B 113 of 255 = 44%

130
185
113

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

Portions of RGB colors in percentages

R + G + B =
130 + 185 + 113 = 428 (100%)
R 130 of 428 ~ 30.37%
G 185 of 428 ~ 43.22%
B 113 of 428 ~ 26.4%

%30.37
%43.22
%26.4

CMYK color model

#82B971 color CMYK value is (30,0,39,27).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 38.92%
  • key color value is 27.45%
CMYK:
(30,0,39,27)
C30M0Y39K27 
(30%,0%,39%,27%)
(0.30/0.00/0.39/0.27)	

CMYK percentages

%29.73
%0
%38.92
%27.45

Codes

Color #82B971 in popluar color models

82B971
RGB130185113
HSL106°33.96%58.43%
HSB/HSV106°38.92%72.55%
CMYK29.73%0.00%38.92%
27.45%

Color #82B971 in popluar number systems.

HEX82B971
Decimal130185113
Binary10000010101110011110001
Octal202271161

Shades and tints

Shades of #82B971

#82B971
(130,185,113)
#77A967
(119,169,103)
#6C995D
(108,153,93)
#618953
(97,137,83)
#567949
(86,121,73)
#4B693F
(75,105,63)
#405935
(64,89,53)
#35492B
(53,73,43)
#2A3921
(42,57,33)
#1F2917
(31,41,23)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #82B971

#82B971
(130,185,113)
#8DBF7D
(141,191,125)
#98C589
(152,197,137)
#A3CB95
(163,203,149)
#AED1A1
(174,209,161)
#B9D7AD
(185,215,173)
#C4DDB9
(196,221,185)
#CFE3C5
(207,227,197)
#DAE9D1
(218,233,209)
#E5EFDD
(229,239,221)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B971; }

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

This text font color is #82B971.


Background Color

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

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

This div background color is #82B971.


Border color

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

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

This div border color is #82B971.


Opacity

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

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

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

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

This text has shadow with #82B971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B971 on black background.


Color preview on white background

This text has color #82B971 on white background.



Black color preview on #82B971 background

This text has black color on #82B971 background.


White color preview on #82B971 background

This text has white color on #82B971 background.