COLOR #987B43

HEX: #987B43
RGB: (152,123,67)

Color info

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

RGB color model

#987B43 color RGB value is (152,123,67).

  • red value is 152;
  • green value is 123;
  • blue value is 67.
RGB:
(152,123,67)
(60%,48%,26%)

RGB channels and saturation

R 152 of 255 = 60%
G 123 of 255 = 48%
B 67 of 255 = 26%

152
123
67

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

Portions of RGB colors in percentages

R + G + B =
152 + 123 + 67 = 342 (100%)
R 152 of 342 ~ 44.44%
G 123 of 342 ~ 35.96%
B 67 of 342 ~ 19.59%

%44.44
%35.96
%19.59

CMYK color model

#987B43 color CMYK value is (0,19,56,40).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 55.92%
  • key color value is 40.39%
CMYK:
(0,19,56,40)
C0M19Y56K40 
(0%,19%,56%,40%)
(0.00/0.19/0.56/0.40)	

CMYK percentages

%0
%19.08
%55.92
%40.39

Codes

Color #987B43 in popluar color models

987B43
RGB15212367
HSL40°38.81%42.94%
HSB/HSV40°55.92%59.61%
CMYK0.00%19.08%55.92%
40.39%

Color #987B43 in popluar number systems.

HEX987B43
Decimal15212367
Binary1001100011110111000011
Octal230173103

Shades and tints

Shades of #987B43

#987B43
(152,123,67)
#8B703D
(139,112,61)
#7E6537
(126,101,55)
#715A31
(113,90,49)
#644F2B
(100,79,43)
#574425
(87,68,37)
#4A391F
(74,57,31)
#3D2E19
(61,46,25)
#302313
(48,35,19)
#23180D
(35,24,13)
#160D07
(22,13,7)
#000000
(0,0,0)

Tints of #987B43

#987B43
(152,123,67)
#A18754
(161,135,84)
#AA9365
(170,147,101)
#B39F76
(179,159,118)
#BCAB87
(188,171,135)
#C5B798
(197,183,152)
#CEC3A9
(206,195,169)
#D7CFBA
(215,207,186)
#E0DBCB
(224,219,203)
#E9E7DC
(233,231,220)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987B43 color. Also use rgb(152,123,67) instead hex code.

Text Font Color

.myTextColor { color: #987B43; }

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

This text font color is #987B43.


Background Color

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

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

This div background color is #987B43.


Border color

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

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

This div border color is #987B43.


Opacity

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

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

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

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

This text has shadow with #987B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987B43 on black background.


Color preview on white background

This text has color #987B43 on white background.



Black color preview on #987B43 background

This text has black color on #987B43 background.


White color preview on #987B43 background

This text has white color on #987B43 background.