COLOR #985F76

HEX: #985F76 RGB: (152,95,118)

Color info

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

RGB color model

#985F76 color RGB value is (152,95,118).

RGB: (152,95,118) (60%, 37%, 46%)

RGB channels and saturation

R 152 of 255 = 60%
G 95 of 255 = 37%
B 118 of 255 = 46%

152
95
118

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

Portions of RGB colors in percentages

R + G + B = 152 + 95 + 118 = 365 (100%)
R 152 of 365 ~ 41.64%
G 95 of 365 ~ 26.03%
B 118 of 365 ~ 32.33'%

%41.64
%26.03
%32.33

CMYK color model

#985F76 color CMYK value is (0,38,22,40).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 22.37%
  • key color value is 40.39%

CMYK: (0,38,22,40)
C0M38Y22K40 (0%, 38%, 22%, 40%)
(0.00 / 0.38 / 0.22 / 0.40)

CMYK percentages

%0
%37.5
%22.37
%40.39

Codes

Color #985F76 in popluar color models

98 5F 76
RGB 152 95 118
HSL 336° 23.08% 48.43%
HSB/HSV 336° 37.50% 59.61%
CMYK 0.00% 37.50% 22.37%
40.39%

Color #985F76 in popluar number systems.

HEX 98 5F 76
Decimal 152 95 118
Binary 10011000 1011111 1110110
Octal 230 137 166

Shades and tints

Shades of #985F76

#985F76
(152,95,118)
#8B576C
(139,87,108)
#7E4F62
(126,79,98)
#714758
(113,71,88)
#643F4E
(100,63,78)
#573744
(87,55,68)
#4A2F3A
(74,47,58)
#3D2730
(61,39,48)
#301F26
(48,31,38)
#23171C
(35,23,28)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #985F76

#985F76
(152,95,118)
#A16D82
(161,109,130)
#AA7B8E
(170,123,142)
#B3899A
(179,137,154)
#BC97A6
(188,151,166)
#C5A5B2
(197,165,178)
#CEB3BE
(206,179,190)
#D7C1CA
(215,193,202)
#E0CFD6
(224,207,214)
#E9DDE2
(233,221,226)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985F76 color. Also use rgb(152,95,118) instead hex code.

Text Font Color

.myTextColor { color: #985F76; }

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

This text font color is #985F76.

Background Color

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

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

This div background color is #985F76.

Border color

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

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

This div border color is #985F76.

Opacity

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

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

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

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

This text has shadow with #985F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #985F76.

Preview

Color preview on black background

This text has color #985F76 on black background.


Color preview on white background

This text has color #985F76 on white background.


Black color preview on #985F76 background

This text has black color on #985F76 background.


White color preview on #985F76 background

This text has white color on #985F76 background.


Related colors

Complementary color

Complementary color for #hex is #67A089.


I love getcolorcode.com

Triadic colors

1 #76985F and #5F7698 with #985F76 are triadic colors.

2 #765F98 and #5F9876 with #985F76 are triadic colors.