COLOR #98728F

HEX: #98728F
RGB: (152,114,143)

Color info

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

RGB color model

#98728F color RGB value is (152,114,143).

  • red value is 152;
  • green value is 114;
  • blue value is 143.
RGB:
(152,114,143)
(60%,45%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 114 of 255 = 45%
B 143 of 255 = 56%

152
114
143

R + G + B ~ 54%. #98728F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 114 + 143 = 409 (100%)
R 152 of 409 ~ 37.16%
G 114 of 409 ~ 27.87%
B 143 of 409 ~ 34.96%

%37.16
%27.87
%34.96

CMYK color model

#98728F color CMYK value is (0,25,6,40).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(0,25,6,40)
C0M25Y6K40 
(0%,25%,6%,40%)
(0.00/0.25/0.06/0.40)	

CMYK percentages

%0
%25
%5.92
%40.39

Codes

Color #98728F in popluar color models

98728F
RGB152114143
HSL314°15.57%52.16%
HSB/HSV314°25.00%59.61%
CMYK0.00%25.00%5.92%
40.39%

Color #98728F in popluar number systems.

HEX98728F
Decimal152114143
Binary10011000111001010001111
Octal230162217

Shades and tints

Shades of #98728F

#98728F
(152,114,143)
#8B6882
(139,104,130)
#7E5E75
(126,94,117)
#715468
(113,84,104)
#644A5B
(100,74,91)
#57404E
(87,64,78)
#4A3641
(74,54,65)
#3D2C34
(61,44,52)
#302227
(48,34,39)
#23181A
(35,24,26)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #98728F

#98728F
(152,114,143)
#A17E99
(161,126,153)
#AA8AA3
(170,138,163)
#B396AD
(179,150,173)
#BCA2B7
(188,162,183)
#C5AEC1
(197,174,193)
#CEBACB
(206,186,203)
#D7C6D5
(215,198,213)
#E0D2DF
(224,210,223)
#E9DEE9
(233,222,233)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98728F color. Also use rgb(152,114,143) instead hex code.

Text Font Color

.myTextColor { color: #98728F; }

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

This text font color is #98728F.


Background Color

.myBgColor { background-color: #98728F; }

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

This div background color is #98728F.


Border color

.myBorderColor { border: 1px solid #98728F; }

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

This div border color is #98728F.


Opacity

.myOpacity80 { color: #98728F; opacity: 0.8; }

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

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

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

This text has shadow with #98728F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98728F on black background.


Color preview on white background

This text has color #98728F on white background.



Black color preview on #98728F background

This text has black color on #98728F background.


White color preview on #98728F background

This text has white color on #98728F background.