COLOR #987D5E

HEX: #987D5E RGB: (152,125,94)

Color info

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

RGB color model

#987D5E color RGB value is (152,125,94).

RGB: (152,125,94) (60%, 49%, 37%)

RGB channels and saturation

R 152 of 255 = 60%
G 125 of 255 = 49%
B 94 of 255 = 37%

152
125
94

R + G + B ~ 49%. #987D5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 125 + 94 = 371 (100%)
R 152 of 371 ~ 40.97%
G 125 of 371 ~ 33.69%
B 94 of 371 ~ 25.34'%

%40.97
%33.69
%25.34

CMYK color model

#987D5E color CMYK value is (0,18,38,40).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 38.16%
  • key color value is 40.39%

CMYK: (0,18,38,40)
C0M18Y38K40 (0%, 18%, 38%, 40%)
(0.00 / 0.18 / 0.38 / 0.40)

CMYK percentages

%0
%17.76
%38.16
%40.39

Codes

Color #987D5E in popluar color models

98 7D 5E
RGB 152 125 94
HSL 32° 23.58% 48.24%
HSB/HSV 32° 38.16% 59.61%
CMYK 0.00% 17.76% 38.16%
40.39%

Color #987D5E in popluar number systems.

HEX 98 7D 5E
Decimal 152 125 94
Binary 10011000 1111101 1011110
Octal 230 175 136

Shades and tints

Shades of #987D5E

#987D5E
(152,125,94)
#8B7256
(139,114,86)
#7E674E
(126,103,78)
#715C46
(113,92,70)
#64513E
(100,81,62)
#574636
(87,70,54)
#4A3B2E
(74,59,46)
#3D3026
(61,48,38)
#30251E
(48,37,30)
#231A16
(35,26,22)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #987D5E

#987D5E
(152,125,94)
#A1886C
(161,136,108)
#AA937A
(170,147,122)
#B39E88
(179,158,136)
#BCA996
(188,169,150)
#C5B4A4
(197,180,164)
#CEBFB2
(206,191,178)
#D7CAC0
(215,202,192)
#E0D5CE
(224,213,206)
#E9E0DC
(233,224,220)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987D5E color. Also use rgb(152,125,94) instead hex code.

Text Font Color

.myTextColor { color: #987D5E; }

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

This text font color is #987D5E.

Background Color

.myBgColor { background-color: #987D5E; }

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

This div background color is #987D5E.

Border color

.myBorderColor { border: 1px solid #987D5E; }

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

This div border color is #987D5E.

Opacity

.myOpacity80 { color: #987D5E; opacity: 0.8; }

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

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

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

This text has shadow with #987D5E color.


.textShadow {text-shadow: 3px 3px 1px #987D5E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #987D5E; -webkit-box-shadow: 1px 1px 3px 2px #987D5E; box-shadow:1px 1px 3px 2px #987D5E;">
Div content here
</div>

This div box has shadow with color #987D5E.

Preview

Color preview on black background

This text has color #987D5E on black background.


Color preview on white background

This text has color #987D5E on white background.


Black color preview on #987D5E background

This text has black color on #987D5E background.


White color preview on #987D5E background

This text has white color on #987D5E background.


Related colors

Complementary color

Complementary color for #hex is #6782A1.


I love getcolorcode.com

Triadic colors

1 #5E987D and #7D5E98 with #987D5E are triadic colors.

2 #5E7D98 and #7D985E with #987D5E are triadic colors.