COLOR #987654

HEX: #987654
RGB: (152,118,84)

Color info

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

RGB color model

#987654 color RGB value is (152,118,84).

  • red value is 152;
  • green value is 118;
  • blue value is 84.
RGB:
(152,118,84)
(60%,46%,33%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 84 of 255 = 33%

152
118
84

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

Portions of RGB colors in percentages

R + G + B =
152 + 118 + 84 = 354 (100%)
R 152 of 354 ~ 42.94%
G 118 of 354 ~ 33.33%
B 84 of 354 ~ 23.73%

%42.94
%33.33
%23.73

CMYK color model

#987654 color CMYK value is (0,22,45,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 44.74%
  • key color value is 40.39%
CMYK:
(0,22,45,40)
C0M22Y45K40 
(0%,22%,45%,40%)
(0.00/0.22/0.45/0.40)	

CMYK percentages

%0
%22.37
%44.74
%40.39

Codes

Color #987654 in popluar color models

987654
RGB15211884
HSL30°28.81%46.27%
HSB/HSV30°44.74%59.61%
CMYK0.00%22.37%44.74%
40.39%

Color #987654 in popluar number systems.

HEX987654
Decimal15211884
Binary1001100011101101010100
Octal230166124

Shades and tints

Shades of #987654

#987654
(152,118,84)
#8B6C4D
(139,108,77)
#7E6246
(126,98,70)
#71583F
(113,88,63)
#644E38
(100,78,56)
#574431
(87,68,49)
#4A3A2A
(74,58,42)
#3D3023
(61,48,35)
#30261C
(48,38,28)
#231C15
(35,28,21)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #987654

#987654
(152,118,84)
#A18263
(161,130,99)
#AA8E72
(170,142,114)
#B39A81
(179,154,129)
#BCA690
(188,166,144)
#C5B29F
(197,178,159)
#CEBEAE
(206,190,174)
#D7CABD
(215,202,189)
#E0D6CC
(224,214,204)
#E9E2DB
(233,226,219)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987654 color. Also use rgb(152,118,84) instead hex code.

Text Font Color

.myTextColor { color: #987654; }

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

This text font color is #987654.


Background Color

.myBgColor { background-color: #987654; }

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

This div background color is #987654.


Border color

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

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

This div border color is #987654.


Opacity

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

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

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

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

This text has shadow with #987654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987654 on black background.


Color preview on white background

This text has color #987654 on white background.



Black color preview on #987654 background

This text has black color on #987654 background.


White color preview on #987654 background

This text has white color on #987654 background.