COLOR #987431

HEX: #987431
RGB: (152,116,49)

Color info

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

RGB color model

#987431 color RGB value is (152,116,49).

  • red value is 152;
  • green value is 116;
  • blue value is 49.
RGB:
(152,116,49)
(60%,45%,19%)

RGB channels and saturation

R 152 of 255 = 60%
G 116 of 255 = 45%
B 49 of 255 = 19%

152
116
49

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

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 49 = 317 (100%)
R 152 of 317 ~ 47.95%
G 116 of 317 ~ 36.59%
B 49 of 317 ~ 15.46%

%47.95
%36.59
%15.46

CMYK color model

#987431 color CMYK value is (0,24,68,40).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 67.76%
  • key color value is 40.39%
CMYK:
(0,24,68,40)
C0M24Y68K40 
(0%,24%,68%,40%)
(0.00/0.24/0.68/0.40)	

CMYK percentages

%0
%23.68
%67.76
%40.39

Codes

Color #987431 in popluar color models

987431
RGB15211649
HSL39°51.24%39.41%
HSB/HSV39°67.76%59.61%
CMYK0.00%23.68%67.76%
40.39%

Color #987431 in popluar number systems.

HEX987431
Decimal15211649
Binary100110001110100110001
Octal23016461

Shades and tints

Shades of #987431

#987431
(152,116,49)
#8B6A2D
(139,106,45)
#7E6029
(126,96,41)
#715625
(113,86,37)
#644C21
(100,76,33)
#57421D
(87,66,29)
#4A3819
(74,56,25)
#3D2E15
(61,46,21)
#302411
(48,36,17)
#231A0D
(35,26,13)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #987431

#987431
(152,116,49)
#A18043
(161,128,67)
#AA8C55
(170,140,85)
#B39867
(179,152,103)
#BCA479
(188,164,121)
#C5B08B
(197,176,139)
#CEBC9D
(206,188,157)
#D7C8AF
(215,200,175)
#E0D4C1
(224,212,193)
#E9E0D3
(233,224,211)
#F2ECE5
(242,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987431 color. Also use rgb(152,116,49) instead hex code.

Text Font Color

.myTextColor { color: #987431; }

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

This text font color is #987431.


Background Color

.myBgColor { background-color: #987431; }

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

This div background color is #987431.


Border color

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

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

This div border color is #987431.


Opacity

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

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

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

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

This text has shadow with #987431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987431 on black background.


Color preview on white background

This text has color #987431 on white background.



Black color preview on #987431 background

This text has black color on #987431 background.


White color preview on #987431 background

This text has white color on #987431 background.