COLOR #82B74B

HEX: #82B74B
RGB: (130,183,75)

Color info

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

RGB color model

#82B74B color RGB value is (130,183,75).

  • red value is 130;
  • green value is 183;
  • blue value is 75.
RGB:
(130,183,75)
(51%,72%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 183 of 255 = 72%
B 75 of 255 = 29%

130
183
75

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

Portions of RGB colors in percentages

R + G + B =
130 + 183 + 75 = 388 (100%)
R 130 of 388 ~ 33.51%
G 183 of 388 ~ 47.16%
B 75 of 388 ~ 19.33%

%33.51
%47.16
%19.33

CMYK color model

#82B74B color CMYK value is (29,0,59,28).

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 59.02%
  • key color value is 28.24%
CMYK:
(29,0,59,28)
C29M0Y59K28 
(29%,0%,59%,28%)
(0.29/0.00/0.59/0.28)	

CMYK percentages

%28.96
%0
%59.02
%28.24

Codes

Color #82B74B in popluar color models

82B74B
RGB13018375
HSL89°42.86%50.59%
HSB/HSV89°59.02%71.76%
CMYK28.96%0.00%59.02%
28.24%

Color #82B74B in popluar number systems.

HEX82B74B
Decimal13018375
Binary10000010101101111001011
Octal202267113

Shades and tints

Shades of #82B74B

#82B74B
(130,183,75)
#77A745
(119,167,69)
#6C973F
(108,151,63)
#618739
(97,135,57)
#567733
(86,119,51)
#4B672D
(75,103,45)
#405727
(64,87,39)
#354721
(53,71,33)
#2A371B
(42,55,27)
#1F2715
(31,39,21)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #82B74B

#82B74B
(130,183,75)
#8DBD5B
(141,189,91)
#98C36B
(152,195,107)
#A3C97B
(163,201,123)
#AECF8B
(174,207,139)
#B9D59B
(185,213,155)
#C4DBAB
(196,219,171)
#CFE1BB
(207,225,187)
#DAE7CB
(218,231,203)
#E5EDDB
(229,237,219)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B74B color. Also use rgb(130,183,75) instead hex code.

Text Font Color

.myTextColor { color: #82B74B; }

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

This text font color is #82B74B.


Background Color

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

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

This div background color is #82B74B.


Border color

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

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

This div border color is #82B74B.


Opacity

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

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

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

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

This text has shadow with #82B74B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B74B on black background.


Color preview on white background

This text has color #82B74B on white background.



Black color preview on #82B74B background

This text has black color on #82B74B background.


White color preview on #82B74B background

This text has white color on #82B74B background.