COLOR #98756F

HEX: #98756F
RGB: (152,117,111)

Color info

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

RGB color model

#98756F color RGB value is (152,117,111).

  • red value is 152;
  • green value is 117;
  • blue value is 111.
RGB:
(152,117,111)
(60%,46%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 111 of 255 = 44%

152
117
111

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

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 111 = 380 (100%)
R 152 of 380 ~ 40%
G 117 of 380 ~ 30.79%
B 111 of 380 ~ 29.21%

%40
%30.79
%29.21

CMYK color model

#98756F color CMYK value is (0,23,27,40).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 26.97%
  • key color value is 40.39%
CMYK:
(0,23,27,40)
C0M23Y27K40 
(0%,23%,27%,40%)
(0.00/0.23/0.27/0.40)	

CMYK percentages

%0
%23.03
%26.97
%40.39

Codes

Color #98756F in popluar color models

98756F
RGB152117111
HSL16.60%51.57%
HSB/HSV26.97%59.61%
CMYK0.00%23.03%26.97%
40.39%

Color #98756F in popluar number systems.

HEX98756F
Decimal152117111
Binary1001100011101011101111
Octal230165157

Shades and tints

Shades of #98756F

#98756F
(152,117,111)
#8B6B65
(139,107,101)
#7E615B
(126,97,91)
#715751
(113,87,81)
#644D47
(100,77,71)
#57433D
(87,67,61)
#4A3933
(74,57,51)
#3D2F29
(61,47,41)
#30251F
(48,37,31)
#231B15
(35,27,21)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #98756F

#98756F
(152,117,111)
#A1817C
(161,129,124)
#AA8D89
(170,141,137)
#B39996
(179,153,150)
#BCA5A3
(188,165,163)
#C5B1B0
(197,177,176)
#CEBDBD
(206,189,189)
#D7C9CA
(215,201,202)
#E0D5D7
(224,213,215)
#E9E1E4
(233,225,228)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98756F color. Also use rgb(152,117,111) instead hex code.

Text Font Color

.myTextColor { color: #98756F; }

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

This text font color is #98756F.


Background Color

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

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

This div background color is #98756F.


Border color

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

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

This div border color is #98756F.


Opacity

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

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

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

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

This text has shadow with #98756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98756F on black background.


Color preview on white background

This text has color #98756F on white background.



Black color preview on #98756F background

This text has black color on #98756F background.


White color preview on #98756F background

This text has white color on #98756F background.