COLOR #82A38A

HEX: #82A38A RGB: (130,163,138)

Color info

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

RGB color model

#82A38A color RGB value is (130,163,138).

RGB: (130,163,138) (51%, 64%, 54%)

RGB channels and saturation

R 130 of 255 = 51%
G 163 of 255 = 64%
B 138 of 255 = 54%

130
163
138

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

Portions of RGB colors in percentages

R + G + B = 130 + 163 + 138 = 431 (100%)
R 130 of 431 ~ 30.16%
G 163 of 431 ~ 37.82%
B 138 of 431 ~ 32.02'%

%30.16
%37.82
%32.02

CMYK color model

#82A38A color CMYK value is (20,0,15,36).

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

CMYK: (20,0,15,36)
C20M0Y15K36 (20%, 0%, 15%, 36%)
(0.20 / 0.00 / 0.15 / 0.36)

CMYK percentages

%20.25
%0
%15.34
%36.08

Codes

Color #82A38A in popluar color models

82 A3 8A
RGB 130 163 138
HSL 135° 15.21% 57.45%
HSB/HSV 135° 20.25% 63.92%
CMYK 20.25% 0.00% 15.34%
36.08%

Color #82A38A in popluar number systems.

HEX 82 A3 8A
Decimal 130 163 138
Binary 10000010 10100011 10001010
Octal 202 243 212

Shades and tints

Shades of #82A38A

#82A38A
(130,163,138)
#77957E
(119,149,126)
#6C8772
(108,135,114)
#617966
(97,121,102)
#566B5A
(86,107,90)
#4B5D4E
(75,93,78)
#404F42
(64,79,66)
#354136
(53,65,54)
#2A332A
(42,51,42)
#1F251E
(31,37,30)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #82A38A

#82A38A
(130,163,138)
#8DAB94
(141,171,148)
#98B39E
(152,179,158)
#A3BBA8
(163,187,168)
#AEC3B2
(174,195,178)
#B9CBBC
(185,203,188)
#C4D3C6
(196,211,198)
#CFDBD0
(207,219,208)
#DAE3DA
(218,227,218)
#E5EBE4
(229,235,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A38A; }

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

This text font color is #82A38A.

Background Color

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

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

This div background color is #82A38A.

Border color

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

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

This div border color is #82A38A.

Opacity

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

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

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

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

This text has shadow with #82A38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A38A.

Preview

Color preview on black background

This text has color #82A38A on black background.


Color preview on white background

This text has color #82A38A on white background.


Black color preview on #82A38A background

This text has black color on #82A38A background.


White color preview on #82A38A background

This text has white color on #82A38A background.


Related colors

Complementary color

Complementary color for #hex is #7D5C75.


I love getcolorcode.com

Triadic colors

1 #8A82A3 and #A38A82 with #82A38A are triadic colors.

2 #8AA382 and #A3828A with #82A38A are triadic colors.