COLOR #82987C

HEX: #82987C
RGB: (130,152,124)

Color info

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

RGB color model

#82987C color RGB value is (130,152,124).

  • red value is 130;
  • green value is 152;
  • blue value is 124.
RGB:
(130,152,124)
(51%,60%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 152 of 255 = 60%
B 124 of 255 = 49%

130
152
124

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

Portions of RGB colors in percentages

R + G + B =
130 + 152 + 124 = 406 (100%)
R 130 of 406 ~ 32.02%
G 152 of 406 ~ 37.44%
B 124 of 406 ~ 30.54%

%32.02
%37.44
%30.54

CMYK color model

#82987C color CMYK value is (14,0,18,40).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 40.39%
CMYK:
(14,0,18,40)
C14M0Y18K40 
(14%,0%,18%,40%)
(0.14/0.00/0.18/0.40)	

CMYK percentages

%14.47
%0
%18.42
%40.39

Codes

Color #82987C in popluar color models

82987C
RGB130152124
HSL107°11.97%54.12%
HSB/HSV107°18.42%59.61%
CMYK14.47%0.00%18.42%
40.39%

Color #82987C in popluar number systems.

HEX82987C
Decimal130152124
Binary10000010100110001111100
Octal202230174

Shades and tints

Shades of #82987C

#82987C
(130,152,124)
#778B71
(119,139,113)
#6C7E66
(108,126,102)
#61715B
(97,113,91)
#566450
(86,100,80)
#4B5745
(75,87,69)
#404A3A
(64,74,58)
#353D2F
(53,61,47)
#2A3024
(42,48,36)
#1F2319
(31,35,25)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #82987C

#82987C
(130,152,124)
#8DA187
(141,161,135)
#98AA92
(152,170,146)
#A3B39D
(163,179,157)
#AEBCA8
(174,188,168)
#B9C5B3
(185,197,179)
#C4CEBE
(196,206,190)
#CFD7C9
(207,215,201)
#DAE0D4
(218,224,212)
#E5E9DF
(229,233,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82987C; }

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

This text font color is #82987C.


Background Color

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

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

This div background color is #82987C.


Border color

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

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

This div border color is #82987C.


Opacity

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

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

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

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

This text has shadow with #82987C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82987C on black background.


Color preview on white background

This text has color #82987C on white background.



Black color preview on #82987C background

This text has black color on #82987C background.


White color preview on #82987C background

This text has white color on #82987C background.