COLOR #987120

HEX: #987120
RGB: (152,113,32)

Color info

#987120 contains mainly red and green colors. Web safe color of #987120 is #996633 (or #963).

RGB color model

#987120 color RGB value is (152,113,32).

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

RGB channels and saturation

R 152 of 255 = 60%
G 113 of 255 = 44%
B 32 of 255 = 13%

152
113
32

R + G + B ~ 39%. #987120 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 113 + 32 = 297 (100%)
R 152 of 297 ~ 51.18%
G 113 of 297 ~ 38.05%
B 32 of 297 ~ 10.77%

%51.18
%38.05
%10.77

CMYK color model

#987120 color CMYK value is (0,26,79,40).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 78.95%
  • key color value is 40.39%
CMYK: (0,26,79,40) C0M26Y79K40 (0%,26%,79%,40%) (0.00/0.26/0.79/0.40)

CMYK percentages

%0
%25.66
%78.95
%40.39

Codes

Color #987120 in popluar color models

987120
RGB15211332
HSL41°65.22%36.08%
HSB/HSV41°78.95%59.61%
CMYK0.00%25.66%78.95%
40.39%

Color #987120 in popluar number systems.

HEX987120
Decimal15211332
Binary100110001110001100000
Octal23016140

Shades and tints

Shades of #987120

#987120
(152,113,32)
#8B671E
(139,103,30)
#7E5D1C
(126,93,28)
#71531A
(113,83,26)
#644918
(100,73,24)
#573F16
(87,63,22)
#4A3514
(74,53,20)
#3D2B12
(61,43,18)
#302110
(48,33,16)
#23170E
(35,23,14)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #987120

#987120
(152,113,32)
#A17D34
(161,125,52)
#AA8948
(170,137,72)
#B3955C
(179,149,92)
#BCA170
(188,161,112)
#C5AD84
(197,173,132)
#CEB998
(206,185,152)
#D7C5AC
(215,197,172)
#E0D1C0
(224,209,192)
#E9DDD4
(233,221,212)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987120; }

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

This text font color is #987120.


Background Color

.myBgColor { background-color: #987120; }

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

This div background color is #987120.


Border color

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

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

This div border color is #987120.


Opacity

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

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

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

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

This text has shadow with #987120 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #987120 on black background.


Color preview on white background

This text has color #987120 on white background.



Black color preview on #987120 background

This text has black color on #987120 background.


White color preview on #987120 background

This text has white color on #987120 background.