COLOR #82B477

HEX: #82B477
RGB: (130,180,119)

Color info

#82B477 contains mainly red and green colors. Web safe color of #82B477 is #99CC66 (or #9C6).

RGB color model

#82B477 color RGB value is (130,180,119).

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

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 119 of 255 = 47%

130
180
119

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

Portions of RGB colors in percentages

R + G + B =
130 + 180 + 119 = 429 (100%)
R 130 of 429 ~ 30.3%
G 180 of 429 ~ 41.96%
B 119 of 429 ~ 27.74%

%30.3
%41.96
%27.74

CMYK color model

#82B477 color CMYK value is (28,0,34,29).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 33.89%
  • key color value is 29.41%
CMYK:
(28,0,34,29)
C28M0Y34K29 
(28%,0%,34%,29%)
(0.28/0.00/0.34/0.29)	

CMYK percentages

%27.78
%0
%33.89
%29.41

Codes

Color #82B477 in popluar color models

82B477
RGB130180119
HSL109°28.91%58.63%
HSB/HSV109°33.89%70.59%
CMYK27.78%0.00%33.89%
29.41%

Color #82B477 in popluar number systems.

HEX82B477
Decimal130180119
Binary10000010101101001110111
Octal202264167

Shades and tints

Shades of #82B477

#82B477
(130,180,119)
#77A46D
(119,164,109)
#6C9463
(108,148,99)
#618459
(97,132,89)
#56744F
(86,116,79)
#4B6445
(75,100,69)
#40543B
(64,84,59)
#354431
(53,68,49)
#2A3427
(42,52,39)
#1F241D
(31,36,29)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #82B477

#82B477
(130,180,119)
#8DBA83
(141,186,131)
#98C08F
(152,192,143)
#A3C69B
(163,198,155)
#AECCA7
(174,204,167)
#B9D2B3
(185,210,179)
#C4D8BF
(196,216,191)
#CFDECB
(207,222,203)
#DAE4D7
(218,228,215)
#E5EAE3
(229,234,227)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B477; }

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

This text font color is #82B477.


Background Color

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

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

This div background color is #82B477.


Border color

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

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

This div border color is #82B477.


Opacity

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

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

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

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

This text has shadow with #82B477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B477 on black background.


Color preview on white background

This text has color #82B477 on white background.



Black color preview on #82B477 background

This text has black color on #82B477 background.


White color preview on #82B477 background

This text has white color on #82B477 background.