COLOR #987478

HEX: #987478
RGB: (152,116,120)

Color info

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

RGB color model

#987478 color RGB value is (152,116,120).

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

RGB channels and saturation

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

152
116
120

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

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 120 = 388 (100%)
R 152 of 388 ~ 39.18%
G 116 of 388 ~ 29.9%
B 120 of 388 ~ 30.93%

%39.18
%29.9
%30.93

CMYK color model

#987478 color CMYK value is (0,24,21,40).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(0,24,21,40)
C0M24Y21K40 
(0%,24%,21%,40%)
(0.00/0.24/0.21/0.40)	

CMYK percentages

%0
%23.68
%21.05
%40.39

Codes

Color #987478 in popluar color models

987478
RGB152116120
HSL353°14.88%52.55%
HSB/HSV353°23.68%59.61%
CMYK0.00%23.68%21.05%
40.39%

Color #987478 in popluar number systems.

HEX987478
Decimal152116120
Binary1001100011101001111000
Octal230164170

Shades and tints

Shades of #987478

#987478
(152,116,120)
#8B6A6E
(139,106,110)
#7E6064
(126,96,100)
#71565A
(113,86,90)
#644C50
(100,76,80)
#574246
(87,66,70)
#4A383C
(74,56,60)
#3D2E32
(61,46,50)
#302428
(48,36,40)
#231A1E
(35,26,30)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #987478

#987478
(152,116,120)
#A18084
(161,128,132)
#AA8C90
(170,140,144)
#B3989C
(179,152,156)
#BCA4A8
(188,164,168)
#C5B0B4
(197,176,180)
#CEBCC0
(206,188,192)
#D7C8CC
(215,200,204)
#E0D4D8
(224,212,216)
#E9E0E4
(233,224,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987478; }

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

This text font color is #987478.


Background Color

.myBgColor { background-color: #987478; }

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

This div background color is #987478.


Border color

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

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

This div border color is #987478.


Opacity

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

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

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

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

This text has shadow with #987478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987478 on black background.


Color preview on white background

This text has color #987478 on white background.



Black color preview on #987478 background

This text has black color on #987478 background.


White color preview on #987478 background

This text has white color on #987478 background.