COLOR #82B391

HEX: #82B391 RGB: (130,179,145)

Color info

#82B391 contains red, green and blue colors in about the same proportion. Web safe color of #82B391 is #999999 (or #999).

RGB color model

#82B391 color RGB value is (130,179,145).

RGB: (130,179,145) (51%, 70%, 57%)

RGB channels and saturation

R 130 of 255 = 51%
G 179 of 255 = 70%
B 145 of 255 = 57%

130
179
145

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

Portions of RGB colors in percentages

R + G + B = 130 + 179 + 145 = 454 (100%)
R 130 of 454 ~ 28.63%
G 179 of 454 ~ 39.43%
B 145 of 454 ~ 31.94'%

%28.63
%39.43
%31.94

CMYK color model

#82B391 color CMYK value is (27,0,19,30).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%

CMYK: (27,0,19,30)
C27M0Y19K30 (27%, 0%, 19%, 30%)
(0.27 / 0.00 / 0.19 / 0.30)

CMYK percentages

%27.37
%0
%18.99
%29.8

Codes

Color #82B391 in popluar color models

82 B3 91
RGB 130 179 145
HSL 138° 24.38% 60.59%
HSB/HSV 138° 27.37% 70.20%
CMYK 27.37% 0.00% 18.99%
29.80%

Color #82B391 in popluar number systems.

HEX 82 B3 91
Decimal 130 179 145
Binary 10000010 10110011 10010001
Octal 202 263 221

Shades and tints

Shades of #82B391

#82B391
(130,179,145)
#77A384
(119,163,132)
#6C9377
(108,147,119)
#61836A
(97,131,106)
#56735D
(86,115,93)
#4B6350
(75,99,80)
#405343
(64,83,67)
#354336
(53,67,54)
#2A3329
(42,51,41)
#1F231C
(31,35,28)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #82B391

#82B391
(130,179,145)
#8DB99B
(141,185,155)
#98BFA5
(152,191,165)
#A3C5AF
(163,197,175)
#AECBB9
(174,203,185)
#B9D1C3
(185,209,195)
#C4D7CD
(196,215,205)
#CFDDD7
(207,221,215)
#DAE3E1
(218,227,225)
#E5E9EB
(229,233,235)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B391 color. Also use rgb(130,179,145) instead hex code.

Text Font Color

.myTextColor { color: #82B391; }

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

This text font color is #82B391.

Background Color

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

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

This div background color is #82B391.

Border color

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

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

This div border color is #82B391.

Opacity

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

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

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

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

This text has shadow with #82B391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B391.

Preview

Color preview on black background

This text has color #82B391 on black background.


Color preview on white background

This text has color #82B391 on white background.


Black color preview on #82B391 background

This text has black color on #82B391 background.


White color preview on #82B391 background

This text has white color on #82B391 background.


Related colors

Complementary color

Complementary color for #hex is #7D4C6E.


I love getcolorcode.com

Triadic colors

1 #9182B3 and #B39182 with #82B391 are triadic colors.

2 #91B382 and #B38291 with #82B391 are triadic colors.