COLOR #987477

HEX: #987477
RGB: (152,116,119)

Color info

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

RGB color model

#987477 color RGB value is (152,116,119).

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

RGB channels and saturation

R 152 of 255 = 60%
G 116 of 255 = 45%
B 119 of 255 = 47%

152
116
119

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

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 119 = 387 (100%)
R 152 of 387 ~ 39.28%
G 116 of 387 ~ 29.97%
B 119 of 387 ~ 30.75%

%39.28
%29.97
%30.75

CMYK color model

#987477 color CMYK value is (0,24,22,40).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(0,24,22,40)
C0M24Y22K40 
(0%,24%,22%,40%)
(0.00/0.24/0.22/0.40)	

CMYK percentages

%0
%23.68
%21.71
%40.39

Codes

Color #987477 in popluar color models

987477
RGB152116119
HSL355°14.88%52.55%
HSB/HSV355°23.68%59.61%
CMYK0.00%23.68%21.71%
40.39%

Color #987477 in popluar number systems.

HEX987477
Decimal152116119
Binary1001100011101001110111
Octal230164167

Shades and tints

Shades of #987477

#987477
(152,116,119)
#8B6A6D
(139,106,109)
#7E6063
(126,96,99)
#715659
(113,86,89)
#644C4F
(100,76,79)
#574245
(87,66,69)
#4A383B
(74,56,59)
#3D2E31
(61,46,49)
#302427
(48,36,39)
#231A1D
(35,26,29)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #987477

#987477
(152,116,119)
#A18083
(161,128,131)
#AA8C8F
(170,140,143)
#B3989B
(179,152,155)
#BCA4A7
(188,164,167)
#C5B0B3
(197,176,179)
#CEBCBF
(206,188,191)
#D7C8CB
(215,200,203)
#E0D4D7
(224,212,215)
#E9E0E3
(233,224,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987477; }

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

This text font color is #987477.


Background Color

.myBgColor { background-color: #987477; }

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

This div background color is #987477.


Border color

.myBorderColor { border: 1px solid #987477; }

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

This div border color is #987477.


Opacity

.myOpacity80 { color: #987477; opacity: 0.8; }

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

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

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

This text has shadow with #987477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987477 on black background.


Color preview on white background

This text has color #987477 on white background.



Black color preview on #987477 background

This text has black color on #987477 background.


White color preview on #987477 background

This text has white color on #987477 background.