COLOR #82B35B

HEX: #82B35B
RGB: (130,179,91)

Color info

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

RGB color model

#82B35B color RGB value is (130,179,91).

  • red value is 130;
  • green value is 179;
  • blue value is 91.
RGB:
(130,179,91)
(51%,70%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 179 of 255 = 70%
B 91 of 255 = 36%

130
179
91

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

Portions of RGB colors in percentages

R + G + B =
130 + 179 + 91 = 400 (100%)
R 130 of 400 ~ 32.5%
G 179 of 400 ~ 44.75%
B 91 of 400 ~ 22.75%

%32.5
%44.75
%22.75

CMYK color model

#82B35B color CMYK value is (27,0,49,30).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 49.16%
  • key color value is 29.80%
CMYK:
(27,0,49,30)
C27M0Y49K30 
(27%,0%,49%,30%)
(0.27/0.00/0.49/0.30)	

CMYK percentages

%27.37
%0
%49.16
%29.8

Codes

Color #82B35B in popluar color models

82B35B
RGB13017991
HSL93°36.67%52.94%
HSB/HSV93°49.16%70.20%
CMYK27.37%0.00%49.16%
29.80%

Color #82B35B in popluar number systems.

HEX82B35B
Decimal13017991
Binary10000010101100111011011
Octal202263133

Shades and tints

Shades of #82B35B

#82B35B
(130,179,91)
#77A353
(119,163,83)
#6C934B
(108,147,75)
#618343
(97,131,67)
#56733B
(86,115,59)
#4B6333
(75,99,51)
#40532B
(64,83,43)
#354323
(53,67,35)
#2A331B
(42,51,27)
#1F2313
(31,35,19)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #82B35B

#82B35B
(130,179,91)
#8DB969
(141,185,105)
#98BF77
(152,191,119)
#A3C585
(163,197,133)
#AECB93
(174,203,147)
#B9D1A1
(185,209,161)
#C4D7AF
(196,215,175)
#CFDDBD
(207,221,189)
#DAE3CB
(218,227,203)
#E5E9D9
(229,233,217)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B35B; }

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

This text font color is #82B35B.


Background Color

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

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

This div background color is #82B35B.


Border color

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

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

This div border color is #82B35B.


Opacity

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

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

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

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

This text has shadow with #82B35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B35B on black background.


Color preview on white background

This text has color #82B35B on white background.



Black color preview on #82B35B background

This text has black color on #82B35B background.


White color preview on #82B35B background

This text has white color on #82B35B background.