COLOR #98738F

HEX: #98738F
RGB: (152,115,143)

Color info

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

RGB color model

#98738F color RGB value is (152,115,143).

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

RGB channels and saturation

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

152
115
143

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

Portions of RGB colors in percentages

R + G + B =
152 + 115 + 143 = 410 (100%)
R 152 of 410 ~ 37.07%
G 115 of 410 ~ 28.05%
B 143 of 410 ~ 34.88%

%37.07
%28.05
%34.88

CMYK color model

#98738F color CMYK value is (0,24,6,40).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(0,24,6,40)
C0M24Y6K40 
(0%,24%,6%,40%)
(0.00/0.24/0.06/0.40)	

CMYK percentages

%0
%24.34
%5.92
%40.39

Codes

Color #98738F in popluar color models

98738F
RGB152115143
HSL315°15.23%52.35%
HSB/HSV315°24.34%59.61%
CMYK0.00%24.34%5.92%
40.39%

Color #98738F in popluar number systems.

HEX98738F
Decimal152115143
Binary10011000111001110001111
Octal230163217

Shades and tints

Shades of #98738F

#98738F
(152,115,143)
#8B6982
(139,105,130)
#7E5F75
(126,95,117)
#715568
(113,85,104)
#644B5B
(100,75,91)
#57414E
(87,65,78)
#4A3741
(74,55,65)
#3D2D34
(61,45,52)
#302327
(48,35,39)
#23191A
(35,25,26)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #98738F

#98738F
(152,115,143)
#A17F99
(161,127,153)
#AA8BA3
(170,139,163)
#B397AD
(179,151,173)
#BCA3B7
(188,163,183)
#C5AFC1
(197,175,193)
#CEBBCB
(206,187,203)
#D7C7D5
(215,199,213)
#E0D3DF
(224,211,223)
#E9DFE9
(233,223,233)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98738F; }

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

This text font color is #98738F.


Background Color

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

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

This div background color is #98738F.


Border color

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

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

This div border color is #98738F.


Opacity

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

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

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

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

This text has shadow with #98738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98738F on black background.


Color preview on white background

This text has color #98738F on white background.



Black color preview on #98738F background

This text has black color on #98738F background.


White color preview on #98738F background

This text has white color on #98738F background.