COLOR #987351

HEX: #987351
RGB: (152,115,81)

Color info

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

RGB color model

#987351 color RGB value is (152,115,81).

  • red value is 152;
  • green value is 115;
  • blue value is 81.
RGB:
(152,115,81)
(60%,45%,32%)

RGB channels and saturation

R 152 of 255 = 60%
G 115 of 255 = 45%
B 81 of 255 = 32%

152
115
81

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

Portions of RGB colors in percentages

R + G + B =
152 + 115 + 81 = 348 (100%)
R 152 of 348 ~ 43.68%
G 115 of 348 ~ 33.05%
B 81 of 348 ~ 23.28%

%43.68
%33.05
%23.28

CMYK color model

#987351 color CMYK value is (0,24,47,40).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 46.71%
  • key color value is 40.39%
CMYK:
(0,24,47,40)
C0M24Y47K40 
(0%,24%,47%,40%)
(0.00/0.24/0.47/0.40)	

CMYK percentages

%0
%24.34
%46.71
%40.39

Codes

Color #987351 in popluar color models

987351
RGB15211581
HSL29°30.47%45.69%
HSB/HSV29°46.71%59.61%
CMYK0.00%24.34%46.71%
40.39%

Color #987351 in popluar number systems.

HEX987351
Decimal15211581
Binary1001100011100111010001
Octal230163121

Shades and tints

Shades of #987351

#987351
(152,115,81)
#8B694A
(139,105,74)
#7E5F43
(126,95,67)
#71553C
(113,85,60)
#644B35
(100,75,53)
#57412E
(87,65,46)
#4A3727
(74,55,39)
#3D2D20
(61,45,32)
#302319
(48,35,25)
#231912
(35,25,18)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #987351

#987351
(152,115,81)
#A17F60
(161,127,96)
#AA8B6F
(170,139,111)
#B3977E
(179,151,126)
#BCA38D
(188,163,141)
#C5AF9C
(197,175,156)
#CEBBAB
(206,187,171)
#D7C7BA
(215,199,186)
#E0D3C9
(224,211,201)
#E9DFD8
(233,223,216)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987351 color. Also use rgb(152,115,81) instead hex code.

Text Font Color

.myTextColor { color: #987351; }

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

This text font color is #987351.


Background Color

.myBgColor { background-color: #987351; }

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

This div background color is #987351.


Border color

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

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

This div border color is #987351.


Opacity

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

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

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

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

This text has shadow with #987351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987351 on black background.


Color preview on white background

This text has color #987351 on white background.



Black color preview on #987351 background

This text has black color on #987351 background.


White color preview on #987351 background

This text has white color on #987351 background.