COLOR #82C36C

HEX: #82C36C
RGB: (130,195,108)

Color info

#82C36C contains mainly green color. Web safe color of #82C36C is #99CC66 (or #9C6).

RGB color model

#82C36C color RGB value is (130,195,108).

  • red value is 130;
  • green value is 195;
  • blue value is 108.
RGB:
(130,195,108)
(51%,76%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 108 of 255 = 42%

130
195
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 195 + 108 = 433 (100%)
R 130 of 433 ~ 30.02%
G 195 of 433 ~ 45.03%
B 108 of 433 ~ 24.94%

%30.02
%45.03
%24.94

CMYK color model

#82C36C color CMYK value is (33,0,45,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 44.62%
  • key color value is 23.53%
CMYK:
(33,0,45,24)
C33M0Y45K24 
(33%,0%,45%,24%)
(0.33/0.00/0.45/0.24)	

CMYK percentages

%33.33
%0
%44.62
%23.53

Codes

Color #82C36C in popluar color models

82C36C
RGB130195108
HSL105°42.03%59.41%
HSB/HSV105°44.62%76.47%
CMYK33.33%0.00%44.62%
23.53%

Color #82C36C in popluar number systems.

HEX82C36C
Decimal130195108
Binary10000010110000111101100
Octal202303154

Shades and tints

Shades of #82C36C

#82C36C
(130,195,108)
#77B263
(119,178,99)
#6CA15A
(108,161,90)
#619051
(97,144,81)
#567F48
(86,127,72)
#4B6E3F
(75,110,63)
#405D36
(64,93,54)
#354C2D
(53,76,45)
#2A3B24
(42,59,36)
#1F2A1B
(31,42,27)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #82C36C

#82C36C
(130,195,108)
#8DC879
(141,200,121)
#98CD86
(152,205,134)
#A3D293
(163,210,147)
#AED7A0
(174,215,160)
#B9DCAD
(185,220,173)
#C4E1BA
(196,225,186)
#CFE6C7
(207,230,199)
#DAEBD4
(218,235,212)
#E5F0E1
(229,240,225)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C36C; }

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

This text font color is #82C36C.


Background Color

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

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

This div background color is #82C36C.


Border color

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

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

This div border color is #82C36C.


Opacity

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

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

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

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

This text has shadow with #82C36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C36C on black background.


Color preview on white background

This text has color #82C36C on white background.



Black color preview on #82C36C background

This text has black color on #82C36C background.


White color preview on #82C36C background

This text has white color on #82C36C background.