COLOR #82A32B

HEX: #82A32B
RGB: (130,163,43)

Color info

#82A32B contains mainly red and green colors. Web safe color of #82A32B is #999933 (or #993).

RGB color model

#82A32B color RGB value is (130,163,43).

  • red value is 130;
  • green value is 163;
  • blue value is 43.
RGB:
(130,163,43)
(51%,64%,17%)

RGB channels and saturation

R 130 of 255 = 51%
G 163 of 255 = 64%
B 43 of 255 = 17%

130
163
43

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

Portions of RGB colors in percentages

R + G + B =
130 + 163 + 43 = 336 (100%)
R 130 of 336 ~ 38.69%
G 163 of 336 ~ 48.51%
B 43 of 336 ~ 12.8%

%38.69
%48.51
%12.8

CMYK color model

#82A32B color CMYK value is (20,0,74,36).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 73.62%
  • key color value is 36.08%
CMYK:
(20,0,74,36)
C20M0Y74K36 
(20%,0%,74%,36%)
(0.20/0.00/0.74/0.36)	

CMYK percentages

%20.25
%0
%73.62
%36.08

Codes

Color #82A32B in popluar color models

82A32B
RGB13016343
HSL77°58.25%40.39%
HSB/HSV77°73.62%63.92%
CMYK20.25%0.00%73.62%
36.08%

Color #82A32B in popluar number systems.

HEX82A32B
Decimal13016343
Binary1000001010100011101011
Octal20224353

Shades and tints

Shades of #82A32B

#82A32B
(130,163,43)
#779528
(119,149,40)
#6C8725
(108,135,37)
#617922
(97,121,34)
#566B1F
(86,107,31)
#4B5D1C
(75,93,28)
#404F19
(64,79,25)
#354116
(53,65,22)
#2A3313
(42,51,19)
#1F2510
(31,37,16)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #82A32B

#82A32B
(130,163,43)
#8DAB3E
(141,171,62)
#98B351
(152,179,81)
#A3BB64
(163,187,100)
#AEC377
(174,195,119)
#B9CB8A
(185,203,138)
#C4D39D
(196,211,157)
#CFDBB0
(207,219,176)
#DAE3C3
(218,227,195)
#E5EBD6
(229,235,214)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A32B; }

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

This text font color is #82A32B.


Background Color

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

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

This div background color is #82A32B.


Border color

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

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

This div border color is #82A32B.


Opacity

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

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

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

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

This text has shadow with #82A32B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A32B on black background.


Color preview on white background

This text has color #82A32B on white background.



Black color preview on #82A32B background

This text has black color on #82A32B background.


White color preview on #82A32B background

This text has white color on #82A32B background.