COLOR #987111

HEX: #987111
RGB: (152,113,17)

Color info

#987111 contains mainly red and green colors. Web safe color of #987111 is #996600 (or #960).

RGB color model

#987111 color RGB value is (152,113,17).

  • red value is 152;
  • green value is 113;
  • blue value is 17.
RGB:
(152,113,17)
(60%,44%,7%)

RGB channels and saturation

R 152 of 255 = 60%
G 113 of 255 = 44%
B 17 of 255 = 7%

152
113
17

R + G + B ~ 37%. #987111 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 113 + 17 = 282 (100%)
R 152 of 282 ~ 53.9%
G 113 of 282 ~ 40.07%
B 17 of 282 ~ 6.03%

%53.9
%40.07

CMYK color model

#987111 color CMYK value is (0,26,89,40).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 88.82%
  • key color value is 40.39%
CMYK:
(0,26,89,40)
C0M26Y89K40 
(0%,26%,89%,40%)
(0.00/0.26/0.89/0.40)	

CMYK percentages

%0
%25.66
%88.82
%40.39

Codes

Color #987111 in popluar color models

987111
RGB15211317
HSL43°79.88%33.14%
HSB/HSV43°88.82%59.61%
CMYK0.00%25.66%88.82%
40.39%

Color #987111 in popluar number systems.

HEX987111
Decimal15211317
Binary10011000111000110001
Octal23016121

Shades and tints

Shades of #987111

#987111
(152,113,17)
#8B6710
(139,103,16)
#7E5D0F
(126,93,15)
#71530E
(113,83,14)
#64490D
(100,73,13)
#573F0C
(87,63,12)
#4A350B
(74,53,11)
#3D2B0A
(61,43,10)
#302109
(48,33,9)
#231708
(35,23,8)
#160D07
(22,13,7)
#000000
(0,0,0)

Tints of #987111

#987111
(152,113,17)
#A17D26
(161,125,38)
#AA893B
(170,137,59)
#B39550
(179,149,80)
#BCA165
(188,161,101)
#C5AD7A
(197,173,122)
#CEB98F
(206,185,143)
#D7C5A4
(215,197,164)
#E0D1B9
(224,209,185)
#E9DDCE
(233,221,206)
#F2E9E3
(242,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987111 color. Also use rgb(152,113,17) instead hex code.

Text Font Color

.myTextColor { color: #987111; }

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

This text font color is #987111.


Background Color

.myBgColor { background-color: #987111; }

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

This div background color is #987111.


Border color

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

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

This div border color is #987111.


Opacity

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

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

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

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

This text has shadow with #987111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987111 on black background.


Color preview on white background

This text has color #987111 on white background.



Black color preview on #987111 background

This text has black color on #987111 background.


White color preview on #987111 background

This text has white color on #987111 background.