COLOR #98516C

HEX: #98516C
RGB: (152,81,108)

Color info

#98516C contains mainly red and blue colors. Web safe color of #98516C is #996666 (or #966).

RGB color model

#98516C color RGB value is (152,81,108).

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

RGB channels and saturation

R 152 of 255 = 60%
G 81 of 255 = 32%
B 108 of 255 = 42%

152
81
108

R + G + B ~ 45%. #98516C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 81 + 108 = 341 (100%)
R 152 of 341 ~ 44.57%
G 81 of 341 ~ 23.75%
B 108 of 341 ~ 31.67%

%44.57
%23.75
%31.67

CMYK color model

#98516C color CMYK value is (0,47,29,40).

  • cyan value is 0.00%
  • magenta value is 46.71%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(0,47,29,40)
C0M47Y29K40 
(0%,47%,29%,40%)
(0.00/0.47/0.29/0.40)	

CMYK percentages

%0
%46.71
%28.95
%40.39

Codes

Color #98516C in popluar color models

98516C
RGB15281108
HSL337°30.47%45.69%
HSB/HSV337°46.71%59.61%
CMYK0.00%46.71%28.95%
40.39%

Color #98516C in popluar number systems.

HEX98516C
Decimal15281108
Binary1001100010100011101100
Octal230121154

Shades and tints

Shades of #98516C

#98516C
(152,81,108)
#8B4A63
(139,74,99)
#7E435A
(126,67,90)
#713C51
(113,60,81)
#643548
(100,53,72)
#572E3F
(87,46,63)
#4A2736
(74,39,54)
#3D202D
(61,32,45)
#301924
(48,25,36)
#23121B
(35,18,27)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #98516C

#98516C
(152,81,108)
#A16079
(161,96,121)
#AA6F86
(170,111,134)
#B37E93
(179,126,147)
#BC8DA0
(188,141,160)
#C59CAD
(197,156,173)
#CEABBA
(206,171,186)
#D7BAC7
(215,186,199)
#E0C9D4
(224,201,212)
#E9D8E1
(233,216,225)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98516C color. Also use rgb(152,81,108) instead hex code.

Text Font Color

.myTextColor { color: #98516C; }

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

This text font color is #98516C.


Background Color

.myBgColor { background-color: #98516C; }

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

This div background color is #98516C.


Border color

.myBorderColor { border: 1px solid #98516C; }

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

This div border color is #98516C.


Opacity

.myOpacity80 { color: #98516C; opacity: 0.8; }

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

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

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

This text has shadow with #98516C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98516C on black background.


Color preview on white background

This text has color #98516C on white background.



Black color preview on #98516C background

This text has black color on #98516C background.


White color preview on #98516C background

This text has white color on #98516C background.