COLOR #98728A

HEX: #98728A
RGB: (152,114,138)

Color info

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

RGB color model

#98728A color RGB value is (152,114,138).

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

RGB channels and saturation

R 152 of 255 = 60%
G 114 of 255 = 45%
B 138 of 255 = 54%

152
114
138

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

Portions of RGB colors in percentages

R + G + B =
152 + 114 + 138 = 404 (100%)
R 152 of 404 ~ 37.62%
G 114 of 404 ~ 28.22%
B 138 of 404 ~ 34.16%

%37.62
%28.22
%34.16

CMYK color model

#98728A color CMYK value is (0,25,9,40).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(0,25,9,40)
C0M25Y9K40 
(0%,25%,9%,40%)
(0.00/0.25/0.09/0.40)	

CMYK percentages

%0
%25
%9.21
%40.39

Codes

Color #98728A in popluar color models

98728A
RGB152114138
HSL322°15.57%52.16%
HSB/HSV322°25.00%59.61%
CMYK0.00%25.00%9.21%
40.39%

Color #98728A in popluar number systems.

HEX98728A
Decimal152114138
Binary10011000111001010001010
Octal230162212

Shades and tints

Shades of #98728A

#98728A
(152,114,138)
#8B687E
(139,104,126)
#7E5E72
(126,94,114)
#715466
(113,84,102)
#644A5A
(100,74,90)
#57404E
(87,64,78)
#4A3642
(74,54,66)
#3D2C36
(61,44,54)
#30222A
(48,34,42)
#23181E
(35,24,30)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #98728A

#98728A
(152,114,138)
#A17E94
(161,126,148)
#AA8A9E
(170,138,158)
#B396A8
(179,150,168)
#BCA2B2
(188,162,178)
#C5AEBC
(197,174,188)
#CEBAC6
(206,186,198)
#D7C6D0
(215,198,208)
#E0D2DA
(224,210,218)
#E9DEE4
(233,222,228)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98728A; }

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

This text font color is #98728A.


Background Color

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

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

This div background color is #98728A.


Border color

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

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

This div border color is #98728A.


Opacity

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

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

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

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

This text has shadow with #98728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98728A on black background.


Color preview on white background

This text has color #98728A on white background.



Black color preview on #98728A background

This text has black color on #98728A background.


White color preview on #98728A background

This text has white color on #98728A background.