COLOR #987572

HEX: #987572
RGB: (152,117,114)

Color info

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

RGB color model

#987572 color RGB value is (152,117,114).

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

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 114 of 255 = 45%

152
117
114

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

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 114 = 383 (100%)
R 152 of 383 ~ 39.69%
G 117 of 383 ~ 30.55%
B 114 of 383 ~ 29.77%

%39.69
%30.55
%29.77

CMYK color model

#987572 color CMYK value is (0,23,25,40).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(0,23,25,40)
C0M23Y25K40 
(0%,23%,25%,40%)
(0.00/0.23/0.25/0.40)	

CMYK percentages

%0
%23.03
%25
%40.39

Codes

Color #987572 in popluar color models

987572
RGB152117114
HSL15.57%52.16%
HSB/HSV25.00%59.61%
CMYK0.00%23.03%25.00%
40.39%

Color #987572 in popluar number systems.

HEX987572
Decimal152117114
Binary1001100011101011110010
Octal230165162

Shades and tints

Shades of #987572

#987572
(152,117,114)
#8B6B68
(139,107,104)
#7E615E
(126,97,94)
#715754
(113,87,84)
#644D4A
(100,77,74)
#574340
(87,67,64)
#4A3936
(74,57,54)
#3D2F2C
(61,47,44)
#302522
(48,37,34)
#231B18
(35,27,24)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #987572

#987572
(152,117,114)
#A1817E
(161,129,126)
#AA8D8A
(170,141,138)
#B39996
(179,153,150)
#BCA5A2
(188,165,162)
#C5B1AE
(197,177,174)
#CEBDBA
(206,189,186)
#D7C9C6
(215,201,198)
#E0D5D2
(224,213,210)
#E9E1DE
(233,225,222)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987572; }

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

This text font color is #987572.


Background Color

.myBgColor { background-color: #987572; }

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

This div background color is #987572.


Border color

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

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

This div border color is #987572.


Opacity

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

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

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

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

This text has shadow with #987572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987572 on black background.


Color preview on white background

This text has color #987572 on white background.



Black color preview on #987572 background

This text has black color on #987572 background.


White color preview on #987572 background

This text has white color on #987572 background.