COLOR #98739A

HEX: #98739A
RGB: (152,115,154)

Color info

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

RGB color model

#98739A color RGB value is (152,115,154).

  • red value is 152;
  • green value is 115;
  • blue value is 154.
RGB:
(152,115,154)
(60%,45%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 115 of 255 = 45%
B 154 of 255 = 60%

152
115
154

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

Portions of RGB colors in percentages

R + G + B =
152 + 115 + 154 = 421 (100%)
R 152 of 421 ~ 36.1%
G 115 of 421 ~ 27.32%
B 154 of 421 ~ 36.58%

%36.1
%27.32
%36.58

CMYK color model

#98739A color CMYK value is (1,25,0,40).

  • cyan value is 1.30%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(1,25,0,40)
C1M25Y0K40 
(1%,25%,0%,40%)
(0.01/0.25/0.00/0.40)	

CMYK percentages

%1.3
%25.32
%0
%39.61

Codes

Color #98739A in popluar color models

98739A
RGB152115154
HSL297°16.18%52.75%
HSB/HSV297°25.32%60.39%
CMYK1.30%25.32%0.00%
39.61%

Color #98739A in popluar number systems.

HEX98739A
Decimal152115154
Binary10011000111001110011010
Octal230163232

Shades and tints

Shades of #98739A

#98739A
(152,115,154)
#8B698C
(139,105,140)
#7E5F7E
(126,95,126)
#715570
(113,85,112)
#644B62
(100,75,98)
#574154
(87,65,84)
#4A3746
(74,55,70)
#3D2D38
(61,45,56)
#30232A
(48,35,42)
#23191C
(35,25,28)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #98739A

#98739A
(152,115,154)
#A17FA3
(161,127,163)
#AA8BAC
(170,139,172)
#B397B5
(179,151,181)
#BCA3BE
(188,163,190)
#C5AFC7
(197,175,199)
#CEBBD0
(206,187,208)
#D7C7D9
(215,199,217)
#E0D3E2
(224,211,226)
#E9DFEB
(233,223,235)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98739A color. Also use rgb(152,115,154) instead hex code.

Text Font Color

.myTextColor { color: #98739A; }

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

This text font color is #98739A.


Background Color

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

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

This div background color is #98739A.


Border color

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

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

This div border color is #98739A.


Opacity

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

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

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

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

This text has shadow with #98739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98739A on black background.


Color preview on white background

This text has color #98739A on white background.



Black color preview on #98739A background

This text has black color on #98739A background.


White color preview on #98739A background

This text has white color on #98739A background.