COLOR #82B272

HEX: #82B272 RGB: (130,178,114)

Color info

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

RGB color model

#82B272 color RGB value is (130,178,114).

RGB: (130,178,114) (51%, 70%, 45%)

RGB channels and saturation

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

130
178
114

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

Portions of RGB colors in percentages

R + G + B = 130 + 178 + 114 = 422 (100%)
R 130 of 422 ~ 30.81%
G 178 of 422 ~ 42.18%
B 114 of 422 ~ 27.01'%

%30.81
%42.18
%27.01

CMYK color model

#82B272 color CMYK value is (27,0,36,30).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 30.20%

CMYK: (27,0,36,30)
C27M0Y36K30 (27%, 0%, 36%, 30%)
(0.27 / 0.00 / 0.36 / 0.30)

CMYK percentages

%26.97
%0
%35.96
%30.2

Codes

Color #82B272 in popluar color models

82 B2 72
RGB 130 178 114
HSL 105° 29.36% 57.25%
HSB/HSV 105° 35.96% 69.80%
CMYK 26.97% 0.00% 35.96%
30.20%

Color #82B272 in popluar number systems.

HEX 82 B2 72
Decimal 130 178 114
Binary 10000010 10110010 1110010
Octal 202 262 162

Shades and tints

Shades of #82B272

#82B272
(130,178,114)
#77A268
(119,162,104)
#6C925E
(108,146,94)
#618254
(97,130,84)
#56724A
(86,114,74)
#4B6240
(75,98,64)
#405236
(64,82,54)
#35422C
(53,66,44)
#2A3222
(42,50,34)
#1F2218
(31,34,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #82B272

#82B272
(130,178,114)
#8DB97E
(141,185,126)
#98C08A
(152,192,138)
#A3C796
(163,199,150)
#AECEA2
(174,206,162)
#B9D5AE
(185,213,174)
#C4DCBA
(196,220,186)
#CFE3C6
(207,227,198)
#DAEAD2
(218,234,210)
#E5F1DE
(229,241,222)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B272; }

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

This text font color is #82B272.

Background Color

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

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

This div background color is #82B272.

Border color

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

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

This div border color is #82B272.

Opacity

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

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

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

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

This text has shadow with #82B272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B272.

Preview

Color preview on black background

This text has color #82B272 on black background.


Color preview on white background

This text has color #82B272 on white background.


Black color preview on #82B272 background

This text has black color on #82B272 background.


White color preview on #82B272 background

This text has white color on #82B272 background.


Related colors

Complementary color

Complementary color for #hex is #7D4D8D.


I love getcolorcode.com

Triadic colors

1 #7282B2 and #B27282 with #82B272 are triadic colors.

2 #72B282 and #B28272 with #82B272 are triadic colors.