COLOR #987A37

HEX: #987A37
RGB: (152,122,55)

Color info

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

RGB color model

#987A37 color RGB value is (152,122,55).

  • red value is 152;
  • green value is 122;
  • blue value is 55.
RGB:
(152,122,55)
(60%,48%,22%)

RGB channels and saturation

R 152 of 255 = 60%
G 122 of 255 = 48%
B 55 of 255 = 22%

152
122
55

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

Portions of RGB colors in percentages

R + G + B =
152 + 122 + 55 = 329 (100%)
R 152 of 329 ~ 46.2%
G 122 of 329 ~ 37.08%
B 55 of 329 ~ 16.72%

%46.2
%37.08
%16.72

CMYK color model

#987A37 color CMYK value is (0,20,64,40).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 63.82%
  • key color value is 40.39%
CMYK:
(0,20,64,40)
C0M20Y64K40 
(0%,20%,64%,40%)
(0.00/0.20/0.64/0.40)	

CMYK percentages

%0
%19.74
%63.82
%40.39

Codes

Color #987A37 in popluar color models

987A37
RGB15212255
HSL41°46.86%40.59%
HSB/HSV41°63.82%59.61%
CMYK0.00%19.74%63.82%
40.39%

Color #987A37 in popluar number systems.

HEX987A37
Decimal15212255
Binary100110001111010110111
Octal23017267

Shades and tints

Shades of #987A37

#987A37
(152,122,55)
#8B6F32
(139,111,50)
#7E642D
(126,100,45)
#715928
(113,89,40)
#644E23
(100,78,35)
#57431E
(87,67,30)
#4A3819
(74,56,25)
#3D2D14
(61,45,20)
#30220F
(48,34,15)
#23170A
(35,23,10)
#160C05
(22,12,5)
#000000
(0,0,0)

Tints of #987A37

#987A37
(152,122,55)
#A18649
(161,134,73)
#AA925B
(170,146,91)
#B39E6D
(179,158,109)
#BCAA7F
(188,170,127)
#C5B691
(197,182,145)
#CEC2A3
(206,194,163)
#D7CEB5
(215,206,181)
#E0DAC7
(224,218,199)
#E9E6D9
(233,230,217)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987A37 color. Also use rgb(152,122,55) instead hex code.

Text Font Color

.myTextColor { color: #987A37; }

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

This text font color is #987A37.


Background Color

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

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

This div background color is #987A37.


Border color

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

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

This div border color is #987A37.


Opacity

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

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

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

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

This text has shadow with #987A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987A37 on black background.


Color preview on white background

This text has color #987A37 on white background.



Black color preview on #987A37 background

This text has black color on #987A37 background.


White color preview on #987A37 background

This text has white color on #987A37 background.