COLOR #987F59

HEX: #987F59
RGB: (152,127,89)

Color info

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

RGB color model

#987F59 color RGB value is (152,127,89).

  • red value is 152;
  • green value is 127;
  • blue value is 89.
RGB:
(152,127,89)
(60%,50%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 127 of 255 = 50%
B 89 of 255 = 35%

152
127
89

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

Portions of RGB colors in percentages

R + G + B =
152 + 127 + 89 = 368 (100%)
R 152 of 368 ~ 41.3%
G 127 of 368 ~ 34.51%
B 89 of 368 ~ 24.18%

%41.3
%34.51
%24.18

CMYK color model

#987F59 color CMYK value is (0,16,41,40).

  • cyan value is 0.00%
  • magenta value is 16.45%
  • yellow value is 41.45%
  • key color value is 40.39%
CMYK:
(0,16,41,40)
C0M16Y41K40 
(0%,16%,41%,40%)
(0.00/0.16/0.41/0.40)	

CMYK percentages

%0
%16.45
%41.45
%40.39

Codes

Color #987F59 in popluar color models

987F59
RGB15212789
HSL36°26.14%47.25%
HSB/HSV36°41.45%59.61%
CMYK0.00%16.45%41.45%
40.39%

Color #987F59 in popluar number systems.

HEX987F59
Decimal15212789
Binary1001100011111111011001
Octal230177131

Shades and tints

Shades of #987F59

#987F59
(152,127,89)
#8B7451
(139,116,81)
#7E6949
(126,105,73)
#715E41
(113,94,65)
#645339
(100,83,57)
#574831
(87,72,49)
#4A3D29
(74,61,41)
#3D3221
(61,50,33)
#302719
(48,39,25)
#231C11
(35,28,17)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #987F59

#987F59
(152,127,89)
#A18A68
(161,138,104)
#AA9577
(170,149,119)
#B3A086
(179,160,134)
#BCAB95
(188,171,149)
#C5B6A4
(197,182,164)
#CEC1B3
(206,193,179)
#D7CCC2
(215,204,194)
#E0D7D1
(224,215,209)
#E9E2E0
(233,226,224)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987F59 color. Also use rgb(152,127,89) instead hex code.

Text Font Color

.myTextColor { color: #987F59; }

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

This text font color is #987F59.


Background Color

.myBgColor { background-color: #987F59; }

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

This div background color is #987F59.


Border color

.myBorderColor { border: 1px solid #987F59; }

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

This div border color is #987F59.


Opacity

.myOpacity80 { color: #987F59; opacity: 0.8; }

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

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

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

This text has shadow with #987F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987F59 on black background.


Color preview on white background

This text has color #987F59 on white background.



Black color preview on #987F59 background

This text has black color on #987F59 background.


White color preview on #987F59 background

This text has white color on #987F59 background.