COLOR #987C3D

HEX: #987C3D
RGB: (152,124,61)

Color info

#987C3D contains mainly red and green colors. Web safe color of #987C3D is #996633 (or #963).

RGB color model

#987C3D color RGB value is (152,124,61).

  • red value is 152;
  • green value is 124;
  • blue value is 61.
RGB:
(152,124,61)
(60%,49%,24%)

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 61 of 255 = 24%

152
124
61

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

Portions of RGB colors in percentages

R + G + B =
152 + 124 + 61 = 337 (100%)
R 152 of 337 ~ 45.1%
G 124 of 337 ~ 36.8%
B 61 of 337 ~ 18.1%

%45.1
%36.8
%18.1

CMYK color model

#987C3D color CMYK value is (0,18,60,40).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 59.87%
  • key color value is 40.39%
CMYK:
(0,18,60,40)
C0M18Y60K40 
(0%,18%,60%,40%)
(0.00/0.18/0.60/0.40)	

CMYK percentages

%0
%18.42
%59.87
%40.39

Codes

Color #987C3D in popluar color models

987C3D
RGB15212461
HSL42°42.72%41.76%
HSB/HSV42°59.87%59.61%
CMYK0.00%18.42%59.87%
40.39%

Color #987C3D in popluar number systems.

HEX987C3D
Decimal15212461
Binary100110001111100111101
Octal23017475

Shades and tints

Shades of #987C3D

#987C3D
(152,124,61)
#8B7138
(139,113,56)
#7E6633
(126,102,51)
#715B2E
(113,91,46)
#645029
(100,80,41)
#574524
(87,69,36)
#4A3A1F
(74,58,31)
#3D2F1A
(61,47,26)
#302415
(48,36,21)
#231910
(35,25,16)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #987C3D

#987C3D
(152,124,61)
#A1874E
(161,135,78)
#AA925F
(170,146,95)
#B39D70
(179,157,112)
#BCA881
(188,168,129)
#C5B392
(197,179,146)
#CEBEA3
(206,190,163)
#D7C9B4
(215,201,180)
#E0D4C5
(224,212,197)
#E9DFD6
(233,223,214)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987C3D color. Also use rgb(152,124,61) instead hex code.

Text Font Color

.myTextColor { color: #987C3D; }

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

This text font color is #987C3D.


Background Color

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

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

This div background color is #987C3D.


Border color

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

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

This div border color is #987C3D.


Opacity

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

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

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

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

This text has shadow with #987C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987C3D on black background.


Color preview on white background

This text has color #987C3D on white background.



Black color preview on #987C3D background

This text has black color on #987C3D background.


White color preview on #987C3D background

This text has white color on #987C3D background.