COLOR #82A37B

HEX: #82A37B RGB: (130,163,123)

Color info

#82A37B contains red, green and blue colors in about the same proportion. Web safe color of #82A37B is #999966 (or #996).

RGB color model

#82A37B color RGB value is (130,163,123).

RGB: (130,163,123) (51%, 64%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 163 of 255 = 64%
B 123 of 255 = 48%

130
163
123

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

Portions of RGB colors in percentages

R + G + B = 130 + 163 + 123 = 416 (100%)
R 130 of 416 ~ 31.25%
G 163 of 416 ~ 39.18%
B 123 of 416 ~ 29.57'%

%31.25
%39.18
%29.57

CMYK color model

#82A37B color CMYK value is (20,0,25,36).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 36.08%

CMYK: (20,0,25,36)
C20M0Y25K36 (20%, 0%, 25%, 36%)
(0.20 / 0.00 / 0.25 / 0.36)

CMYK percentages

%20.25
%0
%24.54
%36.08

Codes

Color #82A37B in popluar color models

82 A3 7B
RGB 130 163 123
HSL 110° 17.86% 56.08%
HSB/HSV 110° 24.54% 63.92%
CMYK 20.25% 0.00% 24.54%
36.08%

Color #82A37B in popluar number systems.

HEX 82 A3 7B
Decimal 130 163 123
Binary 10000010 10100011 1111011
Octal 202 243 173

Shades and tints

Shades of #82A37B

#82A37B
(130,163,123)
#779570
(119,149,112)
#6C8765
(108,135,101)
#61795A
(97,121,90)
#566B4F
(86,107,79)
#4B5D44
(75,93,68)
#404F39
(64,79,57)
#35412E
(53,65,46)
#2A3323
(42,51,35)
#1F2518
(31,37,24)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #82A37B

#82A37B
(130,163,123)
#8DAB87
(141,171,135)
#98B393
(152,179,147)
#A3BB9F
(163,187,159)
#AEC3AB
(174,195,171)
#B9CBB7
(185,203,183)
#C4D3C3
(196,211,195)
#CFDBCF
(207,219,207)
#DAE3DB
(218,227,219)
#E5EBE7
(229,235,231)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A37B color. Also use rgb(130,163,123) instead hex code.

Text Font Color

.myTextColor { color: #82A37B; }

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

This text font color is #82A37B.

Background Color

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

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

This div background color is #82A37B.

Border color

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

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

This div border color is #82A37B.

Opacity

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

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

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

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

This text has shadow with #82A37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A37B.

Preview

Color preview on black background

This text has color #82A37B on black background.


Color preview on white background

This text has color #82A37B on white background.


Black color preview on #82A37B background

This text has black color on #82A37B background.


White color preview on #82A37B background

This text has white color on #82A37B background.


Related colors

Complementary color

Complementary color for #hex is #7D5C84.


I love getcolorcode.com

Triadic colors

1 #7B82A3 and #A37B82 with #82A37B are triadic colors.

2 #7BA382 and #A3827B with #82A37B are triadic colors.