COLOR #987560

HEX: #987560
RGB: (152,117,96)

Color info

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

RGB color model

#987560 color RGB value is (152,117,96).

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

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 96 of 255 = 38%

152
117
96

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

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 96 = 365 (100%)
R 152 of 365 ~ 41.64%
G 117 of 365 ~ 32.05%
B 96 of 365 ~ 26.3%

%41.64
%32.05
%26.3

CMYK color model

#987560 color CMYK value is (0,23,37,40).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 36.84%
  • key color value is 40.39%
CMYK:
(0,23,37,40)
C0M23Y37K40 
(0%,23%,37%,40%)
(0.00/0.23/0.37/0.40)	

CMYK percentages

%0
%23.03
%36.84
%40.39

Codes

Color #987560 in popluar color models

987560
RGB15211796
HSL23°22.58%48.63%
HSB/HSV23°36.84%59.61%
CMYK0.00%23.03%36.84%
40.39%

Color #987560 in popluar number systems.

HEX987560
Decimal15211796
Binary1001100011101011100000
Octal230165140

Shades and tints

Shades of #987560

#987560
(152,117,96)
#8B6B58
(139,107,88)
#7E6150
(126,97,80)
#715748
(113,87,72)
#644D40
(100,77,64)
#574338
(87,67,56)
#4A3930
(74,57,48)
#3D2F28
(61,47,40)
#302520
(48,37,32)
#231B18
(35,27,24)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #987560

#987560
(152,117,96)
#A1816E
(161,129,110)
#AA8D7C
(170,141,124)
#B3998A
(179,153,138)
#BCA598
(188,165,152)
#C5B1A6
(197,177,166)
#CEBDB4
(206,189,180)
#D7C9C2
(215,201,194)
#E0D5D0
(224,213,208)
#E9E1DE
(233,225,222)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987560; }

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

This text font color is #987560.


Background Color

.myBgColor { background-color: #987560; }

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

This div background color is #987560.


Border color

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

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

This div border color is #987560.


Opacity

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

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

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

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

This text has shadow with #987560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987560 on black background.


Color preview on white background

This text has color #987560 on white background.



Black color preview on #987560 background

This text has black color on #987560 background.


White color preview on #987560 background

This text has white color on #987560 background.