COLOR #986F73

HEX: #986F73
RGB: (152,111,115)

Color info

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

RGB color model

#986F73 color RGB value is (152,111,115).

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

RGB channels and saturation

R 152 of 255 = 60%
G 111 of 255 = 44%
B 115 of 255 = 45%

152
111
115

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

Portions of RGB colors in percentages

R + G + B =
152 + 111 + 115 = 378 (100%)
R 152 of 378 ~ 40.21%
G 111 of 378 ~ 29.37%
B 115 of 378 ~ 30.42%

%40.21
%29.37
%30.42

CMYK color model

#986F73 color CMYK value is (0,27,24,40).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(0,27,24,40)
C0M27Y24K40 
(0%,27%,24%,40%)
(0.00/0.27/0.24/0.40)	

CMYK percentages

%0
%26.97
%24.34
%40.39

Codes

Color #986F73 in popluar color models

986F73
RGB152111115
HSL354°16.60%51.57%
HSB/HSV354°26.97%59.61%
CMYK0.00%26.97%24.34%
40.39%

Color #986F73 in popluar number systems.

HEX986F73
Decimal152111115
Binary1001100011011111110011
Octal230157163

Shades and tints

Shades of #986F73

#986F73
(152,111,115)
#8B6569
(139,101,105)
#7E5B5F
(126,91,95)
#715155
(113,81,85)
#64474B
(100,71,75)
#573D41
(87,61,65)
#4A3337
(74,51,55)
#3D292D
(61,41,45)
#301F23
(48,31,35)
#231519
(35,21,25)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #986F73

#986F73
(152,111,115)
#A17C7F
(161,124,127)
#AA898B
(170,137,139)
#B39697
(179,150,151)
#BCA3A3
(188,163,163)
#C5B0AF
(197,176,175)
#CEBDBB
(206,189,187)
#D7CAC7
(215,202,199)
#E0D7D3
(224,215,211)
#E9E4DF
(233,228,223)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986F73; }

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

This text font color is #986F73.


Background Color

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

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

This div background color is #986F73.


Border color

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

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

This div border color is #986F73.


Opacity

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

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

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

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

This text has shadow with #986F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986F73 on black background.


Color preview on white background

This text has color #986F73 on white background.



Black color preview on #986F73 background

This text has black color on #986F73 background.


White color preview on #986F73 background

This text has white color on #986F73 background.