COLOR #987456

HEX: #987456
RGB: (152,116,86)

Color info

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

RGB color model

#987456 color RGB value is (152,116,86).

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

RGB channels and saturation

R 152 of 255 = 60%
G 116 of 255 = 45%
B 86 of 255 = 34%

152
116
86

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

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 86 = 354 (100%)
R 152 of 354 ~ 42.94%
G 116 of 354 ~ 32.77%
B 86 of 354 ~ 24.29%

%42.94
%32.77
%24.29

CMYK color model

#987456 color CMYK value is (0,24,43,40).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 43.42%
  • key color value is 40.39%
CMYK:
(0,24,43,40)
C0M24Y43K40 
(0%,24%,43%,40%)
(0.00/0.24/0.43/0.40)	

CMYK percentages

%0
%23.68
%43.42
%40.39

Codes

Color #987456 in popluar color models

987456
RGB15211686
HSL27°27.73%46.67%
HSB/HSV27°43.42%59.61%
CMYK0.00%23.68%43.42%
40.39%

Color #987456 in popluar number systems.

HEX987456
Decimal15211686
Binary1001100011101001010110
Octal230164126

Shades and tints

Shades of #987456

#987456
(152,116,86)
#8B6A4F
(139,106,79)
#7E6048
(126,96,72)
#715641
(113,86,65)
#644C3A
(100,76,58)
#574233
(87,66,51)
#4A382C
(74,56,44)
#3D2E25
(61,46,37)
#30241E
(48,36,30)
#231A17
(35,26,23)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #987456

#987456
(152,116,86)
#A18065
(161,128,101)
#AA8C74
(170,140,116)
#B39883
(179,152,131)
#BCA492
(188,164,146)
#C5B0A1
(197,176,161)
#CEBCB0
(206,188,176)
#D7C8BF
(215,200,191)
#E0D4CE
(224,212,206)
#E9E0DD
(233,224,221)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987456; }

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

This text font color is #987456.


Background Color

.myBgColor { background-color: #987456; }

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

This div background color is #987456.


Border color

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

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

This div border color is #987456.


Opacity

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

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

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

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

This text has shadow with #987456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987456 on black background.


Color preview on white background

This text has color #987456 on white background.



Black color preview on #987456 background

This text has black color on #987456 background.


White color preview on #987456 background

This text has white color on #987456 background.