COLOR #987E74

HEX: #987E74
RGB: (152,126,116)

Color info

#987E74 contains red, green and blue colors in about the same proportion. Web safe color of #987E74 is #996666 (or #966).

RGB color model

#987E74 color RGB value is (152,126,116).

  • red value is 152;
  • green value is 126;
  • blue value is 116.
RGB: (152,126,116) (60%,49%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 126 of 255 = 49%
B 116 of 255 = 45%

152
126
116

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

Portions of RGB colors in percentages

R + G + B =
152 + 126 + 116 = 394 (100%)
R 152 of 394 ~ 38.58%
G 126 of 394 ~ 31.98%
B 116 of 394 ~ 29.44%

%38.58
%31.98
%29.44

CMYK color model

#987E74 color CMYK value is (0,17,24,40).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 23.68%
  • key color value is 40.39%
CMYK: (0,17,24,40) C0M17Y24K40 (0%,17%,24%,40%) (0.00/0.17/0.24/0.40)

CMYK percentages

%0
%17.11
%23.68
%40.39

Codes

Color #987E74 in popluar color models

987E74
RGB152126116
HSL17°14.88%52.55%
HSB/HSV17°23.68%59.61%
CMYK0.00%17.11%23.68%
40.39%

Color #987E74 in popluar number systems.

HEX987E74
Decimal152126116
Binary1001100011111101110100
Octal230176164

Shades and tints

Shades of #987E74

#987E74
(152,126,116)
#8B736A
(139,115,106)
#7E6860
(126,104,96)
#715D56
(113,93,86)
#64524C
(100,82,76)
#574742
(87,71,66)
#4A3C38
(74,60,56)
#3D312E
(61,49,46)
#302624
(48,38,36)
#231B1A
(35,27,26)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #987E74

#987E74
(152,126,116)
#A18980
(161,137,128)
#AA948C
(170,148,140)
#B39F98
(179,159,152)
#BCAAA4
(188,170,164)
#C5B5B0
(197,181,176)
#CEC0BC
(206,192,188)
#D7CBC8
(215,203,200)
#E0D6D4
(224,214,212)
#E9E1E0
(233,225,224)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987E74 color. Also use rgb(152,126,116) instead hex code.

Text Font Color

.myTextColor { color: #987E74; }

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

This text font color is #987E74.


Background Color

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

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

This div background color is #987E74.


Border color

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

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

This div border color is #987E74.


Opacity

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

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

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

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

This text has shadow with #987E74 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #987E74 on black background.


Color preview on white background

This text has color #987E74 on white background.



Black color preview on #987E74 background

This text has black color on #987E74 background.


White color preview on #987E74 background

This text has white color on #987E74 background.