COLOR #82A584

HEX: #82A584 RGB: (130,165,132)

Color info

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

RGB color model

#82A584 color RGB value is (130,165,132).

RGB: (130,165,132) (51%, 65%, 52%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 132 of 255 = 52%

130
165
132

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

Portions of RGB colors in percentages

R + G + B = 130 + 165 + 132 = 427 (100%)
R 130 of 427 ~ 30.44%
G 165 of 427 ~ 38.64%
B 132 of 427 ~ 30.91'%

%30.44
%38.64
%30.91

CMYK color model

#82A584 color CMYK value is (21,0,20,35).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 35.29%

CMYK: (21,0,20,35)
C21M0Y20K35 (21%, 0%, 20%, 35%)
(0.21 / 0.00 / 0.20 / 0.35)

CMYK percentages

%21.21
%0
%20
%35.29

Codes

Color #82A584 in popluar color models

82 A5 84
RGB 130 165 132
HSL 123° 16.28% 57.84%
HSB/HSV 123° 21.21% 64.71%
CMYK 21.21% 0.00% 20.00%
35.29%

Color #82A584 in popluar number systems.

HEX 82 A5 84
Decimal 130 165 132
Binary 10000010 10100101 10000100
Octal 202 245 204

Shades and tints

Shades of #82A584

#82A584
(130,165,132)
#779678
(119,150,120)
#6C876C
(108,135,108)
#617860
(97,120,96)
#566954
(86,105,84)
#4B5A48
(75,90,72)
#404B3C
(64,75,60)
#353C30
(53,60,48)
#2A2D24
(42,45,36)
#1F1E18
(31,30,24)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #82A584

#82A584
(130,165,132)
#8DAD8F
(141,173,143)
#98B59A
(152,181,154)
#A3BDA5
(163,189,165)
#AEC5B0
(174,197,176)
#B9CDBB
(185,205,187)
#C4D5C6
(196,213,198)
#CFDDD1
(207,221,209)
#DAE5DC
(218,229,220)
#E5EDE7
(229,237,231)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A584 color. Also use rgb(130,165,132) instead hex code.

Text Font Color

.myTextColor { color: #82A584; }

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

This text font color is #82A584.

Background Color

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

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

This div background color is #82A584.

Border color

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

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

This div border color is #82A584.

Opacity

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

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

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

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

This text has shadow with #82A584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A584.

Preview

Color preview on black background

This text has color #82A584 on black background.


Color preview on white background

This text has color #82A584 on white background.


Black color preview on #82A584 background

This text has black color on #82A584 background.


White color preview on #82A584 background

This text has white color on #82A584 background.


Related colors

Complementary color

Complementary color for #hex is #7D5A7B.


I love getcolorcode.com

Triadic colors

1 #8482A5 and #A58482 with #82A584 are triadic colors.

2 #84A582 and #A58284 with #82A584 are triadic colors.