COLOR #985D71

HEX: #985D71
RGB: (152,93,113)

Color info

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

RGB color model

#985D71 color RGB value is (152,93,113).

  • red value is 152;
  • green value is 93;
  • blue value is 113.
RGB:
(152,93,113)
(60%,36%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 113 of 255 = 44%

152
93
113

R + G + B ~ 47%. #985D71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 113 = 358 (100%)
R 152 of 358 ~ 42.46%
G 93 of 358 ~ 25.98%
B 113 of 358 ~ 31.56%

%42.46
%25.98
%31.56

CMYK color model

#985D71 color CMYK value is (0,39,26,40).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(0,39,26,40)
C0M39Y26K40 
(0%,39%,26%,40%)
(0.00/0.39/0.26/0.40)	

CMYK percentages

%0
%38.82
%25.66
%40.39

Codes

Color #985D71 in popluar color models

985D71
RGB15293113
HSL340°24.08%48.04%
HSB/HSV340°38.82%59.61%
CMYK0.00%38.82%25.66%
40.39%

Color #985D71 in popluar number systems.

HEX985D71
Decimal15293113
Binary1001100010111011110001
Octal230135161

Shades and tints

Shades of #985D71

#985D71
(152,93,113)
#8B5567
(139,85,103)
#7E4D5D
(126,77,93)
#714553
(113,69,83)
#643D49
(100,61,73)
#57353F
(87,53,63)
#4A2D35
(74,45,53)
#3D252B
(61,37,43)
#301D21
(48,29,33)
#231517
(35,21,23)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #985D71

#985D71
(152,93,113)
#A16B7D
(161,107,125)
#AA7989
(170,121,137)
#B38795
(179,135,149)
#BC95A1
(188,149,161)
#C5A3AD
(197,163,173)
#CEB1B9
(206,177,185)
#D7BFC5
(215,191,197)
#E0CDD1
(224,205,209)
#E9DBDD
(233,219,221)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985D71 color. Also use rgb(152,93,113) instead hex code.

Text Font Color

.myTextColor { color: #985D71; }

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

This text font color is #985D71.


Background Color

.myBgColor { background-color: #985D71; }

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

This div background color is #985D71.


Border color

.myBorderColor { border: 1px solid #985D71; }

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

This div border color is #985D71.


Opacity

.myOpacity80 { color: #985D71; opacity: 0.8; }

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

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

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

This text has shadow with #985D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985D71 on black background.


Color preview on white background

This text has color #985D71 on white background.



Black color preview on #985D71 background

This text has black color on #985D71 background.


White color preview on #985D71 background

This text has white color on #985D71 background.