COLOR #98747A

HEX: #98747A
RGB: (152,116,122)

Color info

#98747A contains red, green and blue colors in about the same proportion. Web safe color of #98747A is #996666 (or #966).

RGB color model

#98747A color RGB value is (152,116,122).

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

RGB channels and saturation

R 152 of 255 = 60%
G 116 of 255 = 45%
B 122 of 255 = 48%

152
116
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 122 = 390 (100%)
R 152 of 390 ~ 38.97%
G 116 of 390 ~ 29.74%
B 122 of 390 ~ 31.28%

%38.97
%29.74
%31.28

CMYK color model

#98747A color CMYK value is (0,24,20,40).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK: (0,24,20,40) C0M24Y20K40 (0%,24%,20%,40%) (0.00/0.24/0.20/0.40)

CMYK percentages

%0
%23.68
%19.74
%40.39

Codes

Color #98747A in popluar color models

98747A
RGB152116122
HSL350°14.88%52.55%
HSB/HSV350°23.68%59.61%
CMYK0.00%23.68%19.74%
40.39%

Color #98747A in popluar number systems.

HEX98747A
Decimal152116122
Binary1001100011101001111010
Octal230164172

Shades and tints

Shades of #98747A

#98747A
(152,116,122)
#8B6A6F
(139,106,111)
#7E6064
(126,96,100)
#715659
(113,86,89)
#644C4E
(100,76,78)
#574243
(87,66,67)
#4A3838
(74,56,56)
#3D2E2D
(61,46,45)
#302422
(48,36,34)
#231A17
(35,26,23)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #98747A

#98747A
(152,116,122)
#A18086
(161,128,134)
#AA8C92
(170,140,146)
#B3989E
(179,152,158)
#BCA4AA
(188,164,170)
#C5B0B6
(197,176,182)
#CEBCC2
(206,188,194)
#D7C8CE
(215,200,206)
#E0D4DA
(224,212,218)
#E9E0E6
(233,224,230)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98747A color. Also use rgb(152,116,122) instead hex code.

Text Font Color

.myTextColor { color: #98747A; }

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

This text font color is #98747A.


Background Color

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

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

This div background color is #98747A.


Border color

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

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

This div border color is #98747A.


Opacity

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

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

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

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

This text has shadow with #98747A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #98747A on black background.


Color preview on white background

This text has color #98747A on white background.



Black color preview on #98747A background

This text has black color on #98747A background.


White color preview on #98747A background

This text has white color on #98747A background.