COLOR #82B628

HEX: #82B628
RGB: (130,182,40)

Color info

#82B628 contains mainly red and green colors. Web safe color of #82B628 is #99CC33 (or #9C3).

RGB color model

#82B628 color RGB value is (130,182,40).

  • red value is 130;
  • green value is 182;
  • blue value is 40.
RGB:
(130,182,40)
(51%,71%,16%)

RGB channels and saturation

R 130 of 255 = 51%
G 182 of 255 = 71%
B 40 of 255 = 16%

130
182
40

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

Portions of RGB colors in percentages

R + G + B =
130 + 182 + 40 = 352 (100%)
R 130 of 352 ~ 36.93%
G 182 of 352 ~ 51.7%
B 40 of 352 ~ 11.36%

%36.93
%51.7
%11.36

CMYK color model

#82B628 color CMYK value is (29,0,78,29).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 78.02%
  • key color value is 28.63%
CMYK:
(29,0,78,29)
C29M0Y78K29 
(29%,0%,78%,29%)
(0.29/0.00/0.78/0.29)	

CMYK percentages

%28.57
%0
%78.02
%28.63

Codes

Color #82B628 in popluar color models

82B628
RGB13018240
HSL82°63.96%43.53%
HSB/HSV82°78.02%71.37%
CMYK28.57%0.00%78.02%
28.63%

Color #82B628 in popluar number systems.

HEX82B628
Decimal13018240
Binary1000001010110110101000
Octal20226650

Shades and tints

Shades of #82B628

#82B628
(130,182,40)
#77A625
(119,166,37)
#6C9622
(108,150,34)
#61861F
(97,134,31)
#56761C
(86,118,28)
#4B6619
(75,102,25)
#405616
(64,86,22)
#354613
(53,70,19)
#2A3610
(42,54,16)
#1F260D
(31,38,13)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #82B628

#82B628
(130,182,40)
#8DBC3B
(141,188,59)
#98C24E
(152,194,78)
#A3C861
(163,200,97)
#AECE74
(174,206,116)
#B9D487
(185,212,135)
#C4DA9A
(196,218,154)
#CFE0AD
(207,224,173)
#DAE6C0
(218,230,192)
#E5ECD3
(229,236,211)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B628; }

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

This text font color is #82B628.


Background Color

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

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

This div background color is #82B628.


Border color

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

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

This div border color is #82B628.


Opacity

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

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

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

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

This text has shadow with #82B628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B628 on black background.


Color preview on white background

This text has color #82B628 on white background.



Black color preview on #82B628 background

This text has black color on #82B628 background.


White color preview on #82B628 background

This text has white color on #82B628 background.