COLOR #82B58C

HEX: #82B58C RGB: (130,181,140)

Color info

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

RGB color model

#82B58C color RGB value is (130,181,140).

RGB: (130,181,140) (51%, 71%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 181 of 255 = 71%
B 140 of 255 = 55%

130
181
140

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

Portions of RGB colors in percentages

R + G + B = 130 + 181 + 140 = 451 (100%)
R 130 of 451 ~ 28.82%
G 181 of 451 ~ 40.13%
B 140 of 451 ~ 31.04'%

%28.82
%40.13
%31.04

CMYK color model

#82B58C color CMYK value is (28,0,23,29).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK: (28,0,23,29) C28M0Y23K29 (28%,0%,23%,29%) (0.28/0.00/0.23/0.29) 

CMYK percentages

%28.18
%0
%22.65
%29.02

Codes

Color #82B58C in popluar color models

82 B5 8C
RGB 130 181 140
HSL 132° 25.63% 60.98%
HSB/HSV 132° 28.18% 70.98%
CMYK 28.18% 0.00% 22.65%
29.02%

Color #82B58C in popluar number systems.

HEX 82 B5 8C
Decimal 130 181 140
Binary 10000010 10110101 10001100
Octal 202 265 214

Shades and tints

Shades of #82B58C

#82B58C
(130,181,140)
#77A580
(119,165,128)
#6C9574
(108,149,116)
#618568
(97,133,104)
#56755C
(86,117,92)
#4B6550
(75,101,80)
#405544
(64,85,68)
#354538
(53,69,56)
#2A352C
(42,53,44)
#1F2520
(31,37,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #82B58C

#82B58C
(130,181,140)
#8DBB96
(141,187,150)
#98C1A0
(152,193,160)
#A3C7AA
(163,199,170)
#AECDB4
(174,205,180)
#B9D3BE
(185,211,190)
#C4D9C8
(196,217,200)
#CFDFD2
(207,223,210)
#DAE5DC
(218,229,220)
#E5EBE6
(229,235,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B58C color. Also use rgb(130,181,140) instead hex code.

Text Font Color

.myTextColor { color: #82B58C; }

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

This text font color is #82B58C.

Background Color

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

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

This div background color is #82B58C.

Border color

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

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

This div border color is #82B58C.

Opacity

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

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

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

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

This text has shadow with #82B58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B58C.

Preview

Color preview on black background

This text has color #82B58C on black background.


Color preview on white background

This text has color #82B58C on white background.


Black color preview on #82B58C background

This text has black color on #82B58C background.


White color preview on #82B58C background

This text has white color on #82B58C background.


Related colors

Complementary color

Complementary color for #hex is #7D4A73.


I love getcolorcode.com

Triadic colors

1 #8C82B5 and #B58C82 with #82B58C are triadic colors.

2 #8CB582 and #B5828C with #82B58C are triadic colors.