COLOR #82BA78

HEX: #82BA78
RGB: (130,186,120)

Color info

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

RGB color model

#82BA78 color RGB value is (130,186,120).

  • red value is 130;
  • green value is 186;
  • blue value is 120.
RGB: (130,186,120) (51%,73%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 186 of 255 = 73%
B 120 of 255 = 47%

130
186
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 186 + 120 = 436 (100%)
R 130 of 436 ~ 29.82%
G 186 of 436 ~ 42.66%
B 120 of 436 ~ 27.52%

%29.82
%42.66
%27.52

CMYK color model

#82BA78 color CMYK value is (30,0,35,27).

  • cyan value is 30.11%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 27.06%
CMYK: (30,0,35,27) C30M0Y35K27 (30%,0%,35%,27%) (0.30/0.00/0.35/0.27)

CMYK percentages

%30.11
%0
%35.48
%27.06

Codes

Color #82BA78 in popluar color models

82BA78
RGB130186120
HSL111°32.35%60.00%
HSB/HSV111°35.48%72.94%
CMYK30.11%0.00%35.48%
27.06%

Color #82BA78 in popluar number systems.

HEX82BA78
Decimal130186120
Binary10000010101110101111000
Octal202272170

Shades and tints

Shades of #82BA78

#82BA78
(130,186,120)
#77AA6E
(119,170,110)
#6C9A64
(108,154,100)
#618A5A
(97,138,90)
#567A50
(86,122,80)
#4B6A46
(75,106,70)
#405A3C
(64,90,60)
#354A32
(53,74,50)
#2A3A28
(42,58,40)
#1F2A1E
(31,42,30)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #82BA78

#82BA78
(130,186,120)
#8DC084
(141,192,132)
#98C690
(152,198,144)
#A3CC9C
(163,204,156)
#AED2A8
(174,210,168)
#B9D8B4
(185,216,180)
#C4DEC0
(196,222,192)
#CFE4CC
(207,228,204)
#DAEAD8
(218,234,216)
#E5F0E4
(229,240,228)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BA78 color. Also use rgb(130,186,120) instead hex code.

Text Font Color

.myTextColor { color: #82BA78; }

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

This text font color is #82BA78.


Background Color

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

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

This div background color is #82BA78.


Border color

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

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

This div border color is #82BA78.


Opacity

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

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

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

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

This text has shadow with #82BA78 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #82BA78 on black background.


Color preview on white background

This text has color #82BA78 on white background.



Black color preview on #82BA78 background

This text has black color on #82BA78 background.


White color preview on #82BA78 background

This text has white color on #82BA78 background.