COLOR #82A48A

HEX: #82A48A RGB: (130,164,138)

Color info

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

RGB color model

#82A48A color RGB value is (130,164,138).

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

RGB channels and saturation

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

130
164
138

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

Portions of RGB colors in percentages

R + G + B = 130 + 164 + 138 = 432 (100%)
R 130 of 432 ~ 30.09%
G 164 of 432 ~ 37.96%
B 138 of 432 ~ 31.94'%

%30.09
%37.96
%31.94

CMYK color model

#82A48A color CMYK value is (21,0,16,36).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK: (21,0,16,36) C21M0Y16K36 (21%,0%,16%,36%) (0.21/0.00/0.16/0.36) 

CMYK percentages

%20.73
%0
%15.85
%35.69

Codes

Color #82A48A in popluar color models

82 A4 8A
RGB 130 164 138
HSL 134° 15.74% 57.65%
HSB/HSV 134° 20.73% 64.31%
CMYK 20.73% 0.00% 15.85%
35.69%

Color #82A48A in popluar number systems.

HEX 82 A4 8A
Decimal 130 164 138
Binary 10000010 10100100 10001010
Octal 202 244 212

Shades and tints

Shades of #82A48A

#82A48A
(130,164,138)
#77967E
(119,150,126)
#6C8872
(108,136,114)
#617A66
(97,122,102)
#566C5A
(86,108,90)
#4B5E4E
(75,94,78)
#405042
(64,80,66)
#354236
(53,66,54)
#2A342A
(42,52,42)
#1F261E
(31,38,30)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #82A48A

#82A48A
(130,164,138)
#8DAC94
(141,172,148)
#98B49E
(152,180,158)
#A3BCA8
(163,188,168)
#AEC4B2
(174,196,178)
#B9CCBC
(185,204,188)
#C4D4C6
(196,212,198)
#CFDCD0
(207,220,208)
#DAE4DA
(218,228,218)
#E5ECE4
(229,236,228)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A48A; }

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

This text font color is #82A48A.

Background Color

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

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

This div background color is #82A48A.

Border color

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

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

This div border color is #82A48A.

Opacity

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

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

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

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

This text has shadow with #82A48A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A48A.

Preview

Color preview on black background

This text has color #82A48A on black background.


Color preview on white background

This text has color #82A48A on white background.


Black color preview on #82A48A background

This text has black color on #82A48A background.


White color preview on #82A48A background

This text has white color on #82A48A background.


Related colors

Complementary color

Complementary color for #hex is #7D5B75.


I love getcolorcode.com

Triadic colors

1 #8A82A4 and #A48A82 with #82A48A are triadic colors.

2 #8AA482 and #A4828A with #82A48A are triadic colors.