COLOR #82987F

HEX: #82987F RGB: (130,152,127)

Color info

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

RGB color model

#82987F color RGB value is (130,152,127).

RGB: (130,152,127) (51%, 60%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 152 of 255 = 60%
B 127 of 255 = 50%

130
152
127

R + G + B ~ 54%. #82987F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 152 + 127 = 409 (100%)
R 130 of 409 ~ 31.78%
G 152 of 409 ~ 37.16%
B 127 of 409 ~ 31.05'%

%31.78
%37.16
%31.05

CMYK color model

#82987F color CMYK value is (14,0,16,40).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 16.45%
  • key color value is 40.39%

CMYK: (14,0,16,40)
C14M0Y16K40 (14%, 0%, 16%, 40%)
(0.14 / 0.00 / 0.16 / 0.40)

CMYK percentages

%14.47
%0
%16.45
%40.39

Codes

Color #82987F in popluar color models

82 98 7F
RGB 130 152 127
HSL 113° 10.82% 54.71%
HSB/HSV 113° 16.45% 59.61%
CMYK 14.47% 0.00% 16.45%
40.39%

Color #82987F in popluar number systems.

HEX 82 98 7F
Decimal 130 152 127
Binary 10000010 10011000 1111111
Octal 202 230 177

Shades and tints

Shades of #82987F

#82987F
(130,152,127)
#778B74
(119,139,116)
#6C7E69
(108,126,105)
#61715E
(97,113,94)
#566453
(86,100,83)
#4B5748
(75,87,72)
#404A3D
(64,74,61)
#353D32
(53,61,50)
#2A3027
(42,48,39)
#1F231C
(31,35,28)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #82987F

#82987F
(130,152,127)
#8DA18A
(141,161,138)
#98AA95
(152,170,149)
#A3B3A0
(163,179,160)
#AEBCAB
(174,188,171)
#B9C5B6
(185,197,182)
#C4CEC1
(196,206,193)
#CFD7CC
(207,215,204)
#DAE0D7
(218,224,215)
#E5E9E2
(229,233,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82987F color. Also use rgb(130,152,127) instead hex code.

Text Font Color

.myTextColor { color: #82987F; }

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

This text font color is #82987F.

Background Color

.myBgColor { background-color: #82987F; }

<div style="background-color:#82987F">Inner text</div>

This div background color is #82987F.

Border color

.myBorderColor { border: 1px solid #82987F; }

<div style="border:3px solid #82987F">Div</div>

This div border color is #82987F.

Opacity

.myOpacity80 { color: #82987F; opacity: 0.8; }

<p style="color:#82987F;opacity:0.8;">80%</p>

Text with #82987F 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 #82987F;}

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

This text has shadow with #82987F color.


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

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

This text has shadow with #82987F primary color and red secondary color.


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

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

This text has shadow with #82987F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82987F.

Preview

Color preview on black background

This text has color #82987F on black background.


Color preview on white background

This text has color #82987F on white background.


Black color preview on #82987F background

This text has black color on #82987F background.


White color preview on #82987F background

This text has white color on #82987F background.


Related colors

Complementary color

Complementary color for #hex is #7D6780.


I love getcolorcode.com

Triadic colors

1 #7F8298 and #987F82 with #82987F are triadic colors.

2 #7F9882 and #98827F with #82987F are triadic colors.