COLOR #987855

HEX: #987855
RGB: (152,120,85)

Color info

#987855 contains mainly red and green colors. Web safe color of #987855 is #996666 (or #966).

RGB color model

#987855 color RGB value is (152,120,85).

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

RGB channels and saturation

R 152 of 255 = 60%
G 120 of 255 = 47%
B 85 of 255 = 33%

152
120
85

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

Portions of RGB colors in percentages

R + G + B =
152 + 120 + 85 = 357 (100%)
R 152 of 357 ~ 42.58%
G 120 of 357 ~ 33.61%
B 85 of 357 ~ 23.81%

%42.58
%33.61
%23.81

CMYK color model

#987855 color CMYK value is (0,21,44,40).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 44.08%
  • key color value is 40.39%
CMYK:
(0,21,44,40)
C0M21Y44K40 
(0%,21%,44%,40%)
(0.00/0.21/0.44/0.40)	

CMYK percentages

%0
%21.05
%44.08
%40.39

Codes

Color #987855 in popluar color models

987855
RGB15212085
HSL31°28.27%46.47%
HSB/HSV31°44.08%59.61%
CMYK0.00%21.05%44.08%
40.39%

Color #987855 in popluar number systems.

HEX987855
Decimal15212085
Binary1001100011110001010101
Octal230170125

Shades and tints

Shades of #987855

#987855
(152,120,85)
#8B6E4E
(139,110,78)
#7E6447
(126,100,71)
#715A40
(113,90,64)
#645039
(100,80,57)
#574632
(87,70,50)
#4A3C2B
(74,60,43)
#3D3224
(61,50,36)
#30281D
(48,40,29)
#231E16
(35,30,22)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #987855

#987855
(152,120,85)
#A18464
(161,132,100)
#AA9073
(170,144,115)
#B39C82
(179,156,130)
#BCA891
(188,168,145)
#C5B4A0
(197,180,160)
#CEC0AF
(206,192,175)
#D7CCBE
(215,204,190)
#E0D8CD
(224,216,205)
#E9E4DC
(233,228,220)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987855; }

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

This text font color is #987855.


Background Color

.myBgColor { background-color: #987855; }

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

This div background color is #987855.


Border color

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

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

This div border color is #987855.


Opacity

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

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

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

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

This text has shadow with #987855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987855 on black background.


Color preview on white background

This text has color #987855 on white background.



Black color preview on #987855 background

This text has black color on #987855 background.


White color preview on #987855 background

This text has white color on #987855 background.