COLOR #98736C

HEX: #98736C
RGB: (152,115,108)

Color info

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

RGB color model

#98736C color RGB value is (152,115,108).

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

RGB channels and saturation

R 152 of 255 = 60%
G 115 of 255 = 45%
B 108 of 255 = 42%

152
115
108

R + G + B ~ 49%. #98736C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 115 + 108 = 375 (100%)
R 152 of 375 ~ 40.53%
G 115 of 375 ~ 30.67%
B 108 of 375 ~ 28.8%

%40.53
%30.67
%28.8

CMYK color model

#98736C color CMYK value is (0,24,29,40).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(0,24,29,40)
C0M24Y29K40 
(0%,24%,29%,40%)
(0.00/0.24/0.29/0.40)	

CMYK percentages

%0
%24.34
%28.95
%40.39

Codes

Color #98736C in popluar color models

98736C
RGB152115108
HSL10°17.60%50.98%
HSB/HSV10°28.95%59.61%
CMYK0.00%24.34%28.95%
40.39%

Color #98736C in popluar number systems.

HEX98736C
Decimal152115108
Binary1001100011100111101100
Octal230163154

Shades and tints

Shades of #98736C

#98736C
(152,115,108)
#8B6963
(139,105,99)
#7E5F5A
(126,95,90)
#715551
(113,85,81)
#644B48
(100,75,72)
#57413F
(87,65,63)
#4A3736
(74,55,54)
#3D2D2D
(61,45,45)
#302324
(48,35,36)
#23191B
(35,25,27)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #98736C

#98736C
(152,115,108)
#A17F79
(161,127,121)
#AA8B86
(170,139,134)
#B39793
(179,151,147)
#BCA3A0
(188,163,160)
#C5AFAD
(197,175,173)
#CEBBBA
(206,187,186)
#D7C7C7
(215,199,199)
#E0D3D4
(224,211,212)
#E9DFE1
(233,223,225)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98736C color. Also use rgb(152,115,108) instead hex code.

Text Font Color

.myTextColor { color: #98736C; }

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

This text font color is #98736C.


Background Color

.myBgColor { background-color: #98736C; }

<div style="background-color:#98736C">Inner text</div>

This div background color is #98736C.


Border color

.myBorderColor { border: 1px solid #98736C; }

<div style="border:3px solid #98736C">Div</div>

This div border color is #98736C.


Opacity

.myOpacity80 { color: #98736C; opacity: 0.8; }

<p style="color:#98736C;opacity:0.8;">80%</p>

Text with #98736C 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 #98736C;}

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

This text has shadow with #98736C color.

.textShadow {text-shadow: 3px 3px 1px #98736C, 3px 3px 1px red;}

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

This text has shadow with #98736C primary color and red secondary color.


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

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

This text has shadow with #98736C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98736C on black background.


Color preview on white background

This text has color #98736C on white background.



Black color preview on #98736C background

This text has black color on #98736C background.


White color preview on #98736C background

This text has white color on #98736C background.