COLOR #82B446

HEX: #82B446
RGB: (130,180,70)

Color info

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

RGB color model

#82B446 color RGB value is (130,180,70).

  • red value is 130;
  • green value is 180;
  • blue value is 70.
RGB:
(130,180,70)
(51%,71%,27%)

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 70 of 255 = 27%

130
180
70

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

Portions of RGB colors in percentages

R + G + B =
130 + 180 + 70 = 380 (100%)
R 130 of 380 ~ 34.21%
G 180 of 380 ~ 47.37%
B 70 of 380 ~ 18.42%

%34.21
%47.37
%18.42

CMYK color model

#82B446 color CMYK value is (28,0,61,29).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 29.41%
CMYK:
(28,0,61,29)
C28M0Y61K29 
(28%,0%,61%,29%)
(0.28/0.00/0.61/0.29)	

CMYK percentages

%27.78
%0
%61.11
%29.41

Codes

Color #82B446 in popluar color models

82B446
RGB13018070
HSL87°44.00%49.02%
HSB/HSV87°61.11%70.59%
CMYK27.78%0.00%61.11%
29.41%

Color #82B446 in popluar number systems.

HEX82B446
Decimal13018070
Binary10000010101101001000110
Octal202264106

Shades and tints

Shades of #82B446

#82B446
(130,180,70)
#77A440
(119,164,64)
#6C943A
(108,148,58)
#618434
(97,132,52)
#56742E
(86,116,46)
#4B6428
(75,100,40)
#405422
(64,84,34)
#35441C
(53,68,28)
#2A3416
(42,52,22)
#1F2410
(31,36,16)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #82B446

#82B446
(130,180,70)
#8DBA56
(141,186,86)
#98C066
(152,192,102)
#A3C676
(163,198,118)
#AECC86
(174,204,134)
#B9D296
(185,210,150)
#C4D8A6
(196,216,166)
#CFDEB6
(207,222,182)
#DAE4C6
(218,228,198)
#E5EAD6
(229,234,214)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B446 color. Also use rgb(130,180,70) instead hex code.

Text Font Color

.myTextColor { color: #82B446; }

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

This text font color is #82B446.


Background Color

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

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

This div background color is #82B446.


Border color

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

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

This div border color is #82B446.


Opacity

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

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

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

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

This text has shadow with #82B446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B446 on black background.


Color preview on white background

This text has color #82B446 on white background.



Black color preview on #82B446 background

This text has black color on #82B446 background.


White color preview on #82B446 background

This text has white color on #82B446 background.