COLOR #987C4E

HEX: #987C4E
RGB: (152,124,78)

Color info

#987C4E contains mainly red and green colors. Web safe color of #987C4E is #996666 (or #966).

RGB color model

#987C4E color RGB value is (152,124,78).

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

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 78 of 255 = 31%

152
124
78

R + G + B ~ 47%. #987C4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 124 + 78 = 354 (100%)
R 152 of 354 ~ 42.94%
G 124 of 354 ~ 35.03%
B 78 of 354 ~ 22.03%

%42.94
%35.03
%22.03

CMYK color model

#987C4E color CMYK value is (0,18,49,40).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 48.68%
  • key color value is 40.39%
CMYK:
(0,18,49,40)
C0M18Y49K40 
(0%,18%,49%,40%)
(0.00/0.18/0.49/0.40)	

CMYK percentages

%0
%18.42
%48.68
%40.39

Codes

Color #987C4E in popluar color models

987C4E
RGB15212478
HSL37°32.17%45.10%
HSB/HSV37°48.68%59.61%
CMYK0.00%18.42%48.68%
40.39%

Color #987C4E in popluar number systems.

HEX987C4E
Decimal15212478
Binary1001100011111001001110
Octal230174116

Shades and tints

Shades of #987C4E

#987C4E
(152,124,78)
#8B7147
(139,113,71)
#7E6640
(126,102,64)
#715B39
(113,91,57)
#645032
(100,80,50)
#57452B
(87,69,43)
#4A3A24
(74,58,36)
#3D2F1D
(61,47,29)
#302416
(48,36,22)
#23190F
(35,25,15)
#160E08
(22,14,8)
#000000
(0,0,0)

Tints of #987C4E

#987C4E
(152,124,78)
#A1875E
(161,135,94)
#AA926E
(170,146,110)
#B39D7E
(179,157,126)
#BCA88E
(188,168,142)
#C5B39E
(197,179,158)
#CEBEAE
(206,190,174)
#D7C9BE
(215,201,190)
#E0D4CE
(224,212,206)
#E9DFDE
(233,223,222)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987C4E color. Also use rgb(152,124,78) instead hex code.

Text Font Color

.myTextColor { color: #987C4E; }

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

This text font color is #987C4E.


Background Color

.myBgColor { background-color: #987C4E; }

<div style="background-color:#987C4E">Inner text</div>

This div background color is #987C4E.


Border color

.myBorderColor { border: 1px solid #987C4E; }

<div style="border:3px solid #987C4E">Div</div>

This div border color is #987C4E.


Opacity

.myOpacity80 { color: #987C4E; opacity: 0.8; }

<p style="color:#987C4E;opacity:0.8;">80%</p>

Text with #987C4E 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 #987C4E;}

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

This text has shadow with #987C4E color.

.textShadow {text-shadow: 3px 3px 1px #987C4E, 3px 3px 1px red;}

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

This text has shadow with #987C4E primary color and red secondary color.


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

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

This text has shadow with #987C4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987C4E on black background.


Color preview on white background

This text has color #987C4E on white background.



Black color preview on #987C4E background

This text has black color on #987C4E background.


White color preview on #987C4E background

This text has white color on #987C4E background.