COLOR #987576

HEX: #987576
RGB: (152,117,118)

Color info

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

RGB color model

#987576 color RGB value is (152,117,118).

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

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 118 of 255 = 46%

152
117
118

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

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 118 = 387 (100%)
R 152 of 387 ~ 39.28%
G 117 of 387 ~ 30.23%
B 118 of 387 ~ 30.49%

%39.28
%30.23
%30.49

CMYK color model

#987576 color CMYK value is (0,23,22,40).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 22.37%
  • key color value is 40.39%
CMYK:
(0,23,22,40)
C0M23Y22K40 
(0%,23%,22%,40%)
(0.00/0.23/0.22/0.40)	

CMYK percentages

%0
%23.03
%22.37
%40.39

Codes

Color #987576 in popluar color models

987576
RGB152117118
HSL358°14.52%52.75%
HSB/HSV358°23.03%59.61%
CMYK0.00%23.03%22.37%
40.39%

Color #987576 in popluar number systems.

HEX987576
Decimal152117118
Binary1001100011101011110110
Octal230165166

Shades and tints

Shades of #987576

#987576
(152,117,118)
#8B6B6C
(139,107,108)
#7E6162
(126,97,98)
#715758
(113,87,88)
#644D4E
(100,77,78)
#574344
(87,67,68)
#4A393A
(74,57,58)
#3D2F30
(61,47,48)
#302526
(48,37,38)
#231B1C
(35,27,28)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #987576

#987576
(152,117,118)
#A18182
(161,129,130)
#AA8D8E
(170,141,142)
#B3999A
(179,153,154)
#BCA5A6
(188,165,166)
#C5B1B2
(197,177,178)
#CEBDBE
(206,189,190)
#D7C9CA
(215,201,202)
#E0D5D6
(224,213,214)
#E9E1E2
(233,225,226)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987576; }

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

This text font color is #987576.


Background Color

.myBgColor { background-color: #987576; }

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

This div background color is #987576.


Border color

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

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

This div border color is #987576.


Opacity

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

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

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

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

This text has shadow with #987576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987576 on black background.


Color preview on white background

This text has color #987576 on white background.



Black color preview on #987576 background

This text has black color on #987576 background.


White color preview on #987576 background

This text has white color on #987576 background.