COLOR #98718B

HEX: #98718B RGB: (152,113,139)

Color info

#98718B contains red, green and blue colors in about the same proportion. Web safe color of #98718B is #996699 (or #969).

RGB color model

#98718B color RGB value is (152,113,139).

RGB: (152,113,139) (60%, 44%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 113 of 255 = 44%
B 139 of 255 = 55%

152
113
139

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

Portions of RGB colors in percentages

R + G + B = 152 + 113 + 139 = 404 (100%)
R 152 of 404 ~ 37.62%
G 113 of 404 ~ 27.97%
B 139 of 404 ~ 34.41'%

%37.62
%27.97
%34.41

CMYK color model

#98718B color CMYK value is (0,26,9,40).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 8.55%
  • key color value is 40.39%

CMYK: (0,26,9,40)
C0M26Y9K40 (0%, 26%, 9%, 40%)
(0.00 / 0.26 / 0.09 / 0.40)

CMYK percentages

%0
%25.66
%8.55
%40.39

Codes

Color #98718B in popluar color models

98 71 8B
RGB 152 113 139
HSL 320° 15.92% 51.96%
HSB/HSV 320° 25.66% 59.61%
CMYK 0.00% 25.66% 8.55%
40.39%

Color #98718B in popluar number systems.

HEX 98 71 8B
Decimal 152 113 139
Binary 10011000 1110001 10001011
Octal 230 161 213

Shades and tints

Shades of #98718B

#98718B
(152,113,139)
#8B677F
(139,103,127)
#7E5D73
(126,93,115)
#715367
(113,83,103)
#64495B
(100,73,91)
#573F4F
(87,63,79)
#4A3543
(74,53,67)
#3D2B37
(61,43,55)
#30212B
(48,33,43)
#23171F
(35,23,31)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #98718B

#98718B
(152,113,139)
#A17D95
(161,125,149)
#AA899F
(170,137,159)
#B395A9
(179,149,169)
#BCA1B3
(188,161,179)
#C5ADBD
(197,173,189)
#CEB9C7
(206,185,199)
#D7C5D1
(215,197,209)
#E0D1DB
(224,209,219)
#E9DDE5
(233,221,229)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98718B color. Also use rgb(152,113,139) instead hex code.

Text Font Color

.myTextColor { color: #98718B; }

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

This text font color is #98718B.

Background Color

.myBgColor { background-color: #98718B; }

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

This div background color is #98718B.

Border color

.myBorderColor { border: 1px solid #98718B; }

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

This div border color is #98718B.

Opacity

.myOpacity80 { color: #98718B; opacity: 0.8; }

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

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

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

This text has shadow with #98718B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98718B.

Preview

Color preview on black background

This text has color #98718B on black background.


Color preview on white background

This text has color #98718B on white background.


Black color preview on #98718B background

This text has black color on #98718B background.


White color preview on #98718B background

This text has white color on #98718B background.


Related colors

Complementary color

Complementary color for #hex is #678E74.


I love getcolorcode.com

Triadic colors

1 #8B9871 and #718B98 with #98718B are triadic colors.

2 #8B7198 and #71988B with #98718B are triadic colors.