COLOR #82B035

HEX: #82B035
RGB: (130,176,53)

Color info

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

RGB color model

#82B035 color RGB value is (130,176,53).

  • red value is 130;
  • green value is 176;
  • blue value is 53.
RGB:
(130,176,53)
(51%,69%,21%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 53 of 255 = 21%

130
176
53

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

Portions of RGB colors in percentages

R + G + B =
130 + 176 + 53 = 359 (100%)
R 130 of 359 ~ 36.21%
G 176 of 359 ~ 49.03%
B 53 of 359 ~ 14.76%

%36.21
%49.03
%14.76

CMYK color model

#82B035 color CMYK value is (26,0,70,31).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 69.89%
  • key color value is 30.98%
CMYK:
(26,0,70,31)
C26M0Y70K31 
(26%,0%,70%,31%)
(0.26/0.00/0.70/0.31)	

CMYK percentages

%26.14
%0
%69.89
%30.98

Codes

Color #82B035 in popluar color models

82B035
RGB13017653
HSL82°53.71%44.90%
HSB/HSV82°69.89%69.02%
CMYK26.14%0.00%69.89%
30.98%

Color #82B035 in popluar number systems.

HEX82B035
Decimal13017653
Binary1000001010110000110101
Octal20226065

Shades and tints

Shades of #82B035

#82B035
(130,176,53)
#77A031
(119,160,49)
#6C902D
(108,144,45)
#618029
(97,128,41)
#567025
(86,112,37)
#4B6021
(75,96,33)
#40501D
(64,80,29)
#354019
(53,64,25)
#2A3015
(42,48,21)
#1F2011
(31,32,17)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #82B035

#82B035
(130,176,53)
#8DB747
(141,183,71)
#98BE59
(152,190,89)
#A3C56B
(163,197,107)
#AECC7D
(174,204,125)
#B9D38F
(185,211,143)
#C4DAA1
(196,218,161)
#CFE1B3
(207,225,179)
#DAE8C5
(218,232,197)
#E5EFD7
(229,239,215)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B035 color. Also use rgb(130,176,53) instead hex code.

Text Font Color

.myTextColor { color: #82B035; }

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

This text font color is #82B035.


Background Color

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

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

This div background color is #82B035.


Border color

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

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

This div border color is #82B035.


Opacity

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

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

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

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

This text has shadow with #82B035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B035 on black background.


Color preview on white background

This text has color #82B035 on white background.



Black color preview on #82B035 background

This text has black color on #82B035 background.


White color preview on #82B035 background

This text has white color on #82B035 background.