COLOR #987475

HEX: #987475
RGB: (152,116,117)

Color info

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

RGB color model

#987475 color RGB value is (152,116,117).

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

RGB channels and saturation

R 152 of 255 = 60%
G 116 of 255 = 45%
B 117 of 255 = 46%

152
116
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 117 = 385 (100%)
R 152 of 385 ~ 39.48%
G 116 of 385 ~ 30.13%
B 117 of 385 ~ 30.39%

%39.48
%30.13
%30.39

CMYK color model

#987475 color CMYK value is (0,24,23,40).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(0,24,23,40)
C0M24Y23K40 
(0%,24%,23%,40%)
(0.00/0.24/0.23/0.40)	

CMYK percentages

%0
%23.68
%23.03
%40.39

Codes

Color #987475 in popluar color models

987475
RGB152116117
HSL358°14.88%52.55%
HSB/HSV358°23.68%59.61%
CMYK0.00%23.68%23.03%
40.39%

Color #987475 in popluar number systems.

HEX987475
Decimal152116117
Binary1001100011101001110101
Octal230164165

Shades and tints

Shades of #987475

#987475
(152,116,117)
#8B6A6B
(139,106,107)
#7E6061
(126,96,97)
#715657
(113,86,87)
#644C4D
(100,76,77)
#574243
(87,66,67)
#4A3839
(74,56,57)
#3D2E2F
(61,46,47)
#302425
(48,36,37)
#231A1B
(35,26,27)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #987475

#987475
(152,116,117)
#A18081
(161,128,129)
#AA8C8D
(170,140,141)
#B39899
(179,152,153)
#BCA4A5
(188,164,165)
#C5B0B1
(197,176,177)
#CEBCBD
(206,188,189)
#D7C8C9
(215,200,201)
#E0D4D5
(224,212,213)
#E9E0E1
(233,224,225)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987475; }

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

This text font color is #987475.


Background Color

.myBgColor { background-color: #987475; }

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

This div background color is #987475.


Border color

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

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

This div border color is #987475.


Opacity

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

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

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

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

This text has shadow with #987475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987475 on black background.


Color preview on white background

This text has color #987475 on white background.



Black color preview on #987475 background

This text has black color on #987475 background.


White color preview on #987475 background

This text has white color on #987475 background.