COLOR #987562

HEX: #987562
RGB: (152,117,98)

Color info

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

RGB color model

#987562 color RGB value is (152,117,98).

  • red value is 152;
  • green value is 117;
  • blue value is 98.
RGB:
(152,117,98)
(60%,46%,38%)

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 98 of 255 = 38%

152
117
98

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

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 98 = 367 (100%)
R 152 of 367 ~ 41.42%
G 117 of 367 ~ 31.88%
B 98 of 367 ~ 26.7%

%41.42
%31.88
%26.7

CMYK color model

#987562 color CMYK value is (0,23,36,40).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 35.53%
  • key color value is 40.39%
CMYK:
(0,23,36,40)
C0M23Y36K40 
(0%,23%,36%,40%)
(0.00/0.23/0.36/0.40)	

CMYK percentages

%0
%23.03
%35.53
%40.39

Codes

Color #987562 in popluar color models

987562
RGB15211798
HSL21°21.60%49.02%
HSB/HSV21°35.53%59.61%
CMYK0.00%23.03%35.53%
40.39%

Color #987562 in popluar number systems.

HEX987562
Decimal15211798
Binary1001100011101011100010
Octal230165142

Shades and tints

Shades of #987562

#987562
(152,117,98)
#8B6B5A
(139,107,90)
#7E6152
(126,97,82)
#71574A
(113,87,74)
#644D42
(100,77,66)
#57433A
(87,67,58)
#4A3932
(74,57,50)
#3D2F2A
(61,47,42)
#302522
(48,37,34)
#231B1A
(35,27,26)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #987562

#987562
(152,117,98)
#A18170
(161,129,112)
#AA8D7E
(170,141,126)
#B3998C
(179,153,140)
#BCA59A
(188,165,154)
#C5B1A8
(197,177,168)
#CEBDB6
(206,189,182)
#D7C9C4
(215,201,196)
#E0D5D2
(224,213,210)
#E9E1E0
(233,225,224)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987562 color. Also use rgb(152,117,98) instead hex code.

Text Font Color

.myTextColor { color: #987562; }

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

This text font color is #987562.


Background Color

.myBgColor { background-color: #987562; }

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

This div background color is #987562.


Border color

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

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

This div border color is #987562.


Opacity

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

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

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

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

This text has shadow with #987562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987562 on black background.


Color preview on white background

This text has color #987562 on white background.



Black color preview on #987562 background

This text has black color on #987562 background.


White color preview on #987562 background

This text has white color on #987562 background.