COLOR #98748D

HEX: #98748D
RGB: (152,116,141)

Color info

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

RGB color model

#98748D color RGB value is (152,116,141).

  • red value is 152;
  • green value is 116;
  • blue value is 141.
RGB:
(152,116,141)
(60%,45%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 116 of 255 = 45%
B 141 of 255 = 55%

152
116
141

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

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 141 = 409 (100%)
R 152 of 409 ~ 37.16%
G 116 of 409 ~ 28.36%
B 141 of 409 ~ 34.47%

%37.16
%28.36
%34.47

CMYK color model

#98748D color CMYK value is (0,24,7,40).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 7.24%
  • key color value is 40.39%
CMYK:
(0,24,7,40)
C0M24Y7K40 
(0%,24%,7%,40%)
(0.00/0.24/0.07/0.40)	

CMYK percentages

%0
%23.68
%7.24
%40.39

Codes

Color #98748D in popluar color models

98748D
RGB152116141
HSL318°14.88%52.55%
HSB/HSV318°23.68%59.61%
CMYK0.00%23.68%7.24%
40.39%

Color #98748D in popluar number systems.

HEX98748D
Decimal152116141
Binary10011000111010010001101
Octal230164215

Shades and tints

Shades of #98748D

#98748D
(152,116,141)
#8B6A81
(139,106,129)
#7E6075
(126,96,117)
#715669
(113,86,105)
#644C5D
(100,76,93)
#574251
(87,66,81)
#4A3845
(74,56,69)
#3D2E39
(61,46,57)
#30242D
(48,36,45)
#231A21
(35,26,33)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #98748D

#98748D
(152,116,141)
#A18097
(161,128,151)
#AA8CA1
(170,140,161)
#B398AB
(179,152,171)
#BCA4B5
(188,164,181)
#C5B0BF
(197,176,191)
#CEBCC9
(206,188,201)
#D7C8D3
(215,200,211)
#E0D4DD
(224,212,221)
#E9E0E7
(233,224,231)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98748D color. Also use rgb(152,116,141) instead hex code.

Text Font Color

.myTextColor { color: #98748D; }

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

This text font color is #98748D.


Background Color

.myBgColor { background-color: #98748D; }

<div style="background-color:#98748D">Inner text</div>

This div background color is #98748D.


Border color

.myBorderColor { border: 1px solid #98748D; }

<div style="border:3px solid #98748D">Div</div>

This div border color is #98748D.


Opacity

.myOpacity80 { color: #98748D; opacity: 0.8; }

<p style="color:#98748D;opacity:0.8;">80%</p>

Text with #98748D 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 #98748D;}

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

This text has shadow with #98748D color.

.textShadow {text-shadow: 3px 3px 1px #98748D, 3px 3px 1px red;}

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

This text has shadow with #98748D primary color and red secondary color.


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

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

This text has shadow with #98748D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98748D on black background.


Color preview on white background

This text has color #98748D on white background.



Black color preview on #98748D background

This text has black color on #98748D background.


White color preview on #98748D background

This text has white color on #98748D background.