COLOR #986575

HEX: #986575
RGB: (152,101,117)

Color info

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

RGB color model

#986575 color RGB value is (152,101,117).

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

RGB channels and saturation

R 152 of 255 = 60%
G 101 of 255 = 40%
B 117 of 255 = 46%

152
101
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 101 + 117 = 370 (100%)
R 152 of 370 ~ 41.08%
G 101 of 370 ~ 27.3%
B 117 of 370 ~ 31.62%

%41.08
%27.3
%31.62

CMYK color model

#986575 color CMYK value is (0,34,23,40).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(0,34,23,40)
C0M34Y23K40 
(0%,34%,23%,40%)
(0.00/0.34/0.23/0.40)	

CMYK percentages

%0
%33.55
%23.03
%40.39

Codes

Color #986575 in popluar color models

986575
RGB152101117
HSL341°20.16%49.61%
HSB/HSV341°33.55%59.61%
CMYK0.00%33.55%23.03%
40.39%

Color #986575 in popluar number systems.

HEX986575
Decimal152101117
Binary1001100011001011110101
Octal230145165

Shades and tints

Shades of #986575

#986575
(152,101,117)
#8B5C6B
(139,92,107)
#7E5361
(126,83,97)
#714A57
(113,74,87)
#64414D
(100,65,77)
#573843
(87,56,67)
#4A2F39
(74,47,57)
#3D262F
(61,38,47)
#301D25
(48,29,37)
#23141B
(35,20,27)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #986575

#986575
(152,101,117)
#A17381
(161,115,129)
#AA818D
(170,129,141)
#B38F99
(179,143,153)
#BC9DA5
(188,157,165)
#C5ABB1
(197,171,177)
#CEB9BD
(206,185,189)
#D7C7C9
(215,199,201)
#E0D5D5
(224,213,213)
#E9E3E1
(233,227,225)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986575; }

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

This text font color is #986575.


Background Color

.myBgColor { background-color: #986575; }

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

This div background color is #986575.


Border color

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

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

This div border color is #986575.


Opacity

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

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

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

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

This text has shadow with #986575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986575 on black background.


Color preview on white background

This text has color #986575 on white background.



Black color preview on #986575 background

This text has black color on #986575 background.


White color preview on #986575 background

This text has white color on #986575 background.