COLOR #82B274

HEX: #82B274
RGB: (130,178,116)

Color info

#82B274 contains mainly red and green colors. Web safe color of #82B274 is #999966 (or #996).

RGB color model

#82B274 color RGB value is (130,178,116).

  • red value is 130;
  • green value is 178;
  • blue value is 116.
RGB:
(130,178,116)
(51%,70%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 178 of 255 = 70%
B 116 of 255 = 45%

130
178
116

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

Portions of RGB colors in percentages

R + G + B =
130 + 178 + 116 = 424 (100%)
R 130 of 424 ~ 30.66%
G 178 of 424 ~ 41.98%
B 116 of 424 ~ 27.36%

%30.66
%41.98
%27.36

CMYK color model

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

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 30.20%
CMYK:
(27,0,35,30)
C27M0Y35K30 
(27%,0%,35%,30%)
(0.27/0.00/0.35/0.30)	

CMYK percentages

%26.97
%0
%34.83
%30.2

Codes

Color #82B274 in popluar color models

82B274
RGB130178116
HSL106°28.70%57.65%
HSB/HSV106°34.83%69.80%
CMYK26.97%0.00%34.83%
30.20%

Color #82B274 in popluar number systems.

HEX82B274
Decimal130178116
Binary10000010101100101110100
Octal202262164

Shades and tints

Shades of #82B274

#82B274
(130,178,116)
#77A26A
(119,162,106)
#6C9260
(108,146,96)
#618256
(97,130,86)
#56724C
(86,114,76)
#4B6242
(75,98,66)
#405238
(64,82,56)
#35422E
(53,66,46)
#2A3224
(42,50,36)
#1F221A
(31,34,26)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #82B274

#82B274
(130,178,116)
#8DB980
(141,185,128)
#98C08C
(152,192,140)
#A3C798
(163,199,152)
#AECEA4
(174,206,164)
#B9D5B0
(185,213,176)
#C4DCBC
(196,220,188)
#CFE3C8
(207,227,200)
#DAEAD4
(218,234,212)
#E5F1E0
(229,241,224)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B274 color. Also use rgb(130,178,116) instead hex code.

Text Font Color

.myTextColor { color: #82B274; }

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

This text font color is #82B274.


Background Color

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

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

This div background color is #82B274.


Border color

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

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

This div border color is #82B274.


Opacity

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

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

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

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

This text has shadow with #82B274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B274 on black background.


Color preview on white background

This text has color #82B274 on white background.



Black color preview on #82B274 background

This text has black color on #82B274 background.


White color preview on #82B274 background

This text has white color on #82B274 background.