COLOR #987371

HEX: #987371
RGB: (152,115,113)

Color info

#987371 contains red, green and blue colors in about the same proportion. Web safe color of #987371 is #996666 (or #966).

RGB color model

#987371 color RGB value is (152,115,113).

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

RGB channels and saturation

R 152 of 255 = 60%
G 115 of 255 = 45%
B 113 of 255 = 44%

152
115
113

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

Portions of RGB colors in percentages

R + G + B =
152 + 115 + 113 = 380 (100%)
R 152 of 380 ~ 40%
G 115 of 380 ~ 30.26%
B 113 of 380 ~ 29.74%

%40
%30.26
%29.74

CMYK color model

#987371 color CMYK value is (0,24,26,40).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(0,24,26,40)
C0M24Y26K40 
(0%,24%,26%,40%)
(0.00/0.24/0.26/0.40)	

CMYK percentages

%0
%24.34
%25.66
%40.39

Codes

Color #987371 in popluar color models

987371
RGB152115113
HSL15.92%51.96%
HSB/HSV25.66%59.61%
CMYK0.00%24.34%25.66%
40.39%

Color #987371 in popluar number systems.

HEX987371
Decimal152115113
Binary1001100011100111110001
Octal230163161

Shades and tints

Shades of #987371

#987371
(152,115,113)
#8B6967
(139,105,103)
#7E5F5D
(126,95,93)
#715553
(113,85,83)
#644B49
(100,75,73)
#57413F
(87,65,63)
#4A3735
(74,55,53)
#3D2D2B
(61,45,43)
#302321
(48,35,33)
#231917
(35,25,23)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #987371

#987371
(152,115,113)
#A17F7D
(161,127,125)
#AA8B89
(170,139,137)
#B39795
(179,151,149)
#BCA3A1
(188,163,161)
#C5AFAD
(197,175,173)
#CEBBB9
(206,187,185)
#D7C7C5
(215,199,197)
#E0D3D1
(224,211,209)
#E9DFDD
(233,223,221)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987371; }

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

This text font color is #987371.


Background Color

.myBgColor { background-color: #987371; }

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

This div background color is #987371.


Border color

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

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

This div border color is #987371.


Opacity

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

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

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

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

This text has shadow with #987371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987371 on black background.


Color preview on white background

This text has color #987371 on white background.



Black color preview on #987371 background

This text has black color on #987371 background.


White color preview on #987371 background

This text has white color on #987371 background.