COLOR #986C73

HEX: #986C73
RGB: (152,108,115)

Color info

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

RGB color model

#986C73 color RGB value is (152,108,115).

  • red value is 152;
  • green value is 108;
  • blue value is 115.
RGB:
(152,108,115)
(60%,42%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 115 of 255 = 45%

152
108
115

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

Portions of RGB colors in percentages

R + G + B =
152 + 108 + 115 = 375 (100%)
R 152 of 375 ~ 40.53%
G 108 of 375 ~ 28.8%
B 115 of 375 ~ 30.67%

%40.53
%28.8
%30.67

CMYK color model

#986C73 color CMYK value is (0,29,24,40).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(0,29,24,40)
C0M29Y24K40 
(0%,29%,24%,40%)
(0.00/0.29/0.24/0.40)	

CMYK percentages

%0
%28.95
%24.34
%40.39

Codes

Color #986C73 in popluar color models

986C73
RGB152108115
HSL350°17.60%50.98%
HSB/HSV350°28.95%59.61%
CMYK0.00%28.95%24.34%
40.39%

Color #986C73 in popluar number systems.

HEX986C73
Decimal152108115
Binary1001100011011001110011
Octal230154163

Shades and tints

Shades of #986C73

#986C73
(152,108,115)
#8B6369
(139,99,105)
#7E5A5F
(126,90,95)
#715155
(113,81,85)
#64484B
(100,72,75)
#573F41
(87,63,65)
#4A3637
(74,54,55)
#3D2D2D
(61,45,45)
#302423
(48,36,35)
#231B19
(35,27,25)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #986C73

#986C73
(152,108,115)
#A1797F
(161,121,127)
#AA868B
(170,134,139)
#B39397
(179,147,151)
#BCA0A3
(188,160,163)
#C5ADAF
(197,173,175)
#CEBABB
(206,186,187)
#D7C7C7
(215,199,199)
#E0D4D3
(224,212,211)
#E9E1DF
(233,225,223)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986C73 color. Also use rgb(152,108,115) instead hex code.

Text Font Color

.myTextColor { color: #986C73; }

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

This text font color is #986C73.


Background Color

.myBgColor { background-color: #986C73; }

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

This div background color is #986C73.


Border color

.myBorderColor { border: 1px solid #986C73; }

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

This div border color is #986C73.


Opacity

.myOpacity80 { color: #986C73; opacity: 0.8; }

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

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

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

This text has shadow with #986C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986C73 on black background.


Color preview on white background

This text has color #986C73 on white background.



Black color preview on #986C73 background

This text has black color on #986C73 background.


White color preview on #986C73 background

This text has white color on #986C73 background.