COLOR #82B491

HEX: #82B491 RGB: (130,180,145)

Color info

#82B491 contains red, green and blue colors in about the same proportion. Web safe color of #82B491 is #99CC99 (or #9C9).

RGB color model

#82B491 color RGB value is (130,180,145).

RGB: (130,180,145) (51%, 71%, 57%)

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 145 of 255 = 57%

130
180
145

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

Portions of RGB colors in percentages

R + G + B = 130 + 180 + 145 = 455 (100%)
R 130 of 455 ~ 28.57%
G 180 of 455 ~ 39.56%
B 145 of 455 ~ 31.87'%

%28.57
%39.56
%31.87

CMYK color model

#82B491 color CMYK value is (28,0,19,29).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK: (28,0,19,29) C28M0Y19K29 (28%,0%,19%,29%) (0.28/0.00/0.19/0.29) 

CMYK percentages

%27.78
%0
%19.44
%29.41

Codes

Color #82B491 in popluar color models

82 B4 91
RGB 130 180 145
HSL 138° 25.00% 60.78%
HSB/HSV 138° 27.78% 70.59%
CMYK 27.78% 0.00% 19.44%
29.41%

Color #82B491 in popluar number systems.

HEX 82 B4 91
Decimal 130 180 145
Binary 10000010 10110100 10010001
Octal 202 264 221

Shades and tints

Shades of #82B491

#82B491
(130,180,145)
#77A484
(119,164,132)
#6C9477
(108,148,119)
#61846A
(97,132,106)
#56745D
(86,116,93)
#4B6450
(75,100,80)
#405443
(64,84,67)
#354436
(53,68,54)
#2A3429
(42,52,41)
#1F241C
(31,36,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #82B491

#82B491
(130,180,145)
#8DBA9B
(141,186,155)
#98C0A5
(152,192,165)
#A3C6AF
(163,198,175)
#AECCB9
(174,204,185)
#B9D2C3
(185,210,195)
#C4D8CD
(196,216,205)
#CFDED7
(207,222,215)
#DAE4E1
(218,228,225)
#E5EAEB
(229,234,235)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B491; }

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

This text font color is #82B491.

Background Color

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

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

This div background color is #82B491.

Border color

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

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

This div border color is #82B491.

Opacity

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

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

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

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

This text has shadow with #82B491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B491.

Preview

Color preview on black background

This text has color #82B491 on black background.


Color preview on white background

This text has color #82B491 on white background.


Black color preview on #82B491 background

This text has black color on #82B491 background.


White color preview on #82B491 background

This text has white color on #82B491 background.


Related colors

Complementary color

Complementary color for #hex is #7D4B6E.


I love getcolorcode.com

Triadic colors

1 #9182B4 and #B49182 with #82B491 are triadic colors.

2 #91B482 and #B48291 with #82B491 are triadic colors.