COLOR #98877F

HEX: #98877F
RGB: (152,135,127)

Color info

#98877F contains red, green and blue colors in about the same proportion. Web safe color of #98877F is #999966 (or #996).

RGB color model

#98877F color RGB value is (152,135,127).

  • red value is 152;
  • green value is 135;
  • blue value is 127.
RGB:
(152,135,127)
(60%,53%,50%)

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 127 of 255 = 50%

152
135
127

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 127 = 414 (100%)
R 152 of 414 ~ 36.71%
G 135 of 414 ~ 32.61%
B 127 of 414 ~ 30.68%

%36.71
%32.61
%30.68

CMYK color model

#98877F color CMYK value is (0,11,16,40).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(0,11,16,40)
C0M11Y16K40 
(0%,11%,16%,40%)
(0.00/0.11/0.16/0.40)	

CMYK percentages

%0
%11.18
%16.45
%40.39

Codes

Color #98877F in popluar color models

98877F
RGB152135127
HSL19°10.82%54.71%
HSB/HSV19°16.45%59.61%
CMYK0.00%11.18%16.45%
40.39%

Color #98877F in popluar number systems.

HEX98877F
Decimal152135127
Binary10011000100001111111111
Octal230207177

Shades and tints

Shades of #98877F

#98877F
(152,135,127)
#8B7B74
(139,123,116)
#7E6F69
(126,111,105)
#71635E
(113,99,94)
#645753
(100,87,83)
#574B48
(87,75,72)
#4A3F3D
(74,63,61)
#3D3332
(61,51,50)
#302727
(48,39,39)
#231B1C
(35,27,28)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #98877F

#98877F
(152,135,127)
#A1918A
(161,145,138)
#AA9B95
(170,155,149)
#B3A5A0
(179,165,160)
#BCAFAB
(188,175,171)
#C5B9B6
(197,185,182)
#CEC3C1
(206,195,193)
#D7CDCC
(215,205,204)
#E0D7D7
(224,215,215)
#E9E1E2
(233,225,226)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98877F color. Also use rgb(152,135,127) instead hex code.

Text Font Color

.myTextColor { color: #98877F; }

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

This text font color is #98877F.


Background Color

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

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

This div background color is #98877F.


Border color

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

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

This div border color is #98877F.


Opacity

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

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

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

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

This text has shadow with #98877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98877F on black background.


Color preview on white background

This text has color #98877F on white background.



Black color preview on #98877F background

This text has black color on #98877F background.


White color preview on #98877F background

This text has white color on #98877F background.