COLOR #82A083

HEX: #82A083 RGB: (130,160,131)

Color info

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

RGB color model

#82A083 color RGB value is (130,160,131).

RGB: (130,160,131) (51%, 63%, 51%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 131 of 255 = 51%

130
160
131

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 131 = 421 (100%)
R 130 of 421 ~ 30.88%
G 160 of 421 ~ 38%
B 131 of 421 ~ 31.12'%

%30.88
%38
%31.12

CMYK color model

#82A083 color CMYK value is (19,0,18,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 37.25%

CMYK: (19,0,18,37)
C19M0Y18K37 (19%, 0%, 18%, 37%)
(0.19 / 0.00 / 0.18 / 0.37)

CMYK percentages

%18.75
%0
%18.13
%37.25

Codes

Color #82A083 in popluar color models

82 A0 83
RGB 130 160 131
HSL 122° 13.64% 56.86%
HSB/HSV 122° 18.75% 62.75%
CMYK 18.75% 0.00% 18.13%
37.25%

Color #82A083 in popluar number systems.

HEX 82 A0 83
Decimal 130 160 131
Binary 10000010 10100000 10000011
Octal 202 240 203

Shades and tints

Shades of #82A083

#82A083
(130,160,131)
#779278
(119,146,120)
#6C846D
(108,132,109)
#617662
(97,118,98)
#566857
(86,104,87)
#4B5A4C
(75,90,76)
#404C41
(64,76,65)
#353E36
(53,62,54)
#2A302B
(42,48,43)
#1F2220
(31,34,32)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #82A083

#82A083
(130,160,131)
#8DA88E
(141,168,142)
#98B099
(152,176,153)
#A3B8A4
(163,184,164)
#AEC0AF
(174,192,175)
#B9C8BA
(185,200,186)
#C4D0C5
(196,208,197)
#CFD8D0
(207,216,208)
#DAE0DB
(218,224,219)
#E5E8E6
(229,232,230)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A083 color. Also use rgb(130,160,131) instead hex code.

Text Font Color

.myTextColor { color: #82A083; }

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

This text font color is #82A083.

Background Color

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

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

This div background color is #82A083.

Border color

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

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

This div border color is #82A083.

Opacity

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

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

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

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

This text has shadow with #82A083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A083.

Preview

Color preview on black background

This text has color #82A083 on black background.


Color preview on white background

This text has color #82A083 on white background.


Black color preview on #82A083 background

This text has black color on #82A083 background.


White color preview on #82A083 background

This text has white color on #82A083 background.


Related colors

Complementary color

Complementary color for #hex is #7D5F7C.


I love getcolorcode.com

Triadic colors

1 #8382A0 and #A08382 with #82A083 are triadic colors.

2 #83A082 and #A08283 with #82A083 are triadic colors.