COLOR #988879

HEX: #988879
RGB: (152,136,121)

Color info

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

RGB color model

#988879 color RGB value is (152,136,121).

  • red value is 152;
  • green value is 136;
  • blue value is 121.
RGB:
(152,136,121)
(60%,53%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 136 of 255 = 53%
B 121 of 255 = 47%

152
136
121

R + G + B ~ 53%. #988879 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 136 + 121 = 409 (100%)
R 152 of 409 ~ 37.16%
G 136 of 409 ~ 33.25%
B 121 of 409 ~ 29.58%

%37.16
%33.25
%29.58

CMYK color model

#988879 color CMYK value is (0,11,20,40).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 20.39%
  • key color value is 40.39%
CMYK:
(0,11,20,40)
C0M11Y20K40 
(0%,11%,20%,40%)
(0.00/0.11/0.20/0.40)	

CMYK percentages

%0
%10.53
%20.39
%40.39

Codes

Color #988879 in popluar color models

988879
RGB152136121
HSL29°13.08%53.53%
HSB/HSV29°20.39%59.61%
CMYK0.00%10.53%20.39%
40.39%

Color #988879 in popluar number systems.

HEX988879
Decimal152136121
Binary10011000100010001111001
Octal230210171

Shades and tints

Shades of #988879

#988879
(152,136,121)
#8B7C6E
(139,124,110)
#7E7063
(126,112,99)
#716458
(113,100,88)
#64584D
(100,88,77)
#574C42
(87,76,66)
#4A4037
(74,64,55)
#3D342C
(61,52,44)
#302821
(48,40,33)
#231C16
(35,28,22)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #988879

#988879
(152,136,121)
#A19285
(161,146,133)
#AA9C91
(170,156,145)
#B3A69D
(179,166,157)
#BCB0A9
(188,176,169)
#C5BAB5
(197,186,181)
#CEC4C1
(206,196,193)
#D7CECD
(215,206,205)
#E0D8D9
(224,216,217)
#E9E2E5
(233,226,229)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988879 color. Also use rgb(152,136,121) instead hex code.

Text Font Color

.myTextColor { color: #988879; }

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

This text font color is #988879.


Background Color

.myBgColor { background-color: #988879; }

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

This div background color is #988879.


Border color

.myBorderColor { border: 1px solid #988879; }

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

This div border color is #988879.


Opacity

.myOpacity80 { color: #988879; opacity: 0.8; }

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

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

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

This text has shadow with #988879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988879 on black background.


Color preview on white background

This text has color #988879 on white background.



Black color preview on #988879 background

This text has black color on #988879 background.


White color preview on #988879 background

This text has white color on #988879 background.