COLOR #82AD7C

HEX: #82AD7C RGB: (130,173,124)

Color info

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

RGB color model

#82AD7C color RGB value is (130,173,124).

RGB: (130,173,124) (51%, 68%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 173 of 255 = 68%
B 124 of 255 = 49%

130
173
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 173 + 124 = 427 (100%)
R 130 of 427 ~ 30.44%
G 173 of 427 ~ 40.52%
B 124 of 427 ~ 29.04'%

%30.44
%40.52
%29.04

CMYK color model

#82AD7C color CMYK value is (25,0,28,32).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 28.32%
  • key color value is 32.16%

CMYK: (25,0,28,32)
C25M0Y28K32 (25%, 0%, 28%, 32%)
(0.25 / 0.00 / 0.28 / 0.32)

CMYK percentages

%24.86
%0
%28.32
%32.16

Codes

Color #82AD7C in popluar color models

82 AD 7C
RGB 130 173 124
HSL 113° 23.00% 58.24%
HSB/HSV 113° 28.32% 67.84%
CMYK 24.86% 0.00% 28.32%
32.16%

Color #82AD7C in popluar number systems.

HEX 82 AD 7C
Decimal 130 173 124
Binary 10000010 10101101 1111100
Octal 202 255 174

Shades and tints

Shades of #82AD7C

#82AD7C
(130,173,124)
#779E71
(119,158,113)
#6C8F66
(108,143,102)
#61805B
(97,128,91)
#567150
(86,113,80)
#4B6245
(75,98,69)
#40533A
(64,83,58)
#35442F
(53,68,47)
#2A3524
(42,53,36)
#1F2619
(31,38,25)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #82AD7C

#82AD7C
(130,173,124)
#8DB487
(141,180,135)
#98BB92
(152,187,146)
#A3C29D
(163,194,157)
#AEC9A8
(174,201,168)
#B9D0B3
(185,208,179)
#C4D7BE
(196,215,190)
#CFDEC9
(207,222,201)
#DAE5D4
(218,229,212)
#E5ECDF
(229,236,223)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AD7C color. Also use rgb(130,173,124) instead hex code.

Text Font Color

.myTextColor { color: #82AD7C; }

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

This text font color is #82AD7C.

Background Color

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

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

This div background color is #82AD7C.

Border color

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

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

This div border color is #82AD7C.

Opacity

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

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

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

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

This text has shadow with #82AD7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AD7C.

Preview

Color preview on black background

This text has color #82AD7C on black background.


Color preview on white background

This text has color #82AD7C on white background.


Black color preview on #82AD7C background

This text has black color on #82AD7C background.


White color preview on #82AD7C background

This text has white color on #82AD7C background.


Related colors

Complementary color

Complementary color for #hex is #7D5283.


I love getcolorcode.com

Triadic colors

1 #7C82AD and #AD7C82 with #82AD7C are triadic colors.

2 #7CAD82 and #AD827C with #82AD7C are triadic colors.