COLOR #998879

HEX: #998879 RGB: (153,136,121)

Color info

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

RGB color model

#998879 color RGB value is (153,136,121).

RGB: (153,136,121) (60%, 53%, 47%)

RGB channels and saturation

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

153
136
121

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

Portions of RGB colors in percentages

R + G + B = 153 + 136 + 121 = 410 (100%)
R 153 of 410 ~ 37.32%
G 136 of 410 ~ 33.17%
B 121 of 410 ~ 29.51'%

%37.32
%33.17
%29.51

CMYK color model

#998879 color CMYK value is (0,11,21,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 20.92%
  • key color value is 40.00%

CMYK: (0,11,21,40)
C0M11Y21K40 (0%, 11%, 21%, 40%)
(0.00 / 0.11 / 0.21 / 0.40)

CMYK percentages

%0
%11.11
%20.92
%40

Codes

Color #998879 in popluar color models

99 88 79
RGB 153 136 121
HSL 28° 13.56% 53.73%
HSB/HSV 28° 20.92% 60.00%
CMYK 0.00% 11.11% 20.92%
40.00%

Color #998879 in popluar number systems.

HEX 99 88 79
Decimal 153 136 121
Binary 10011001 10001000 1111001
Octal 231 210 171

Shades and tints

Shades of #998879

#998879
(153,136,121)
#8C7C6E
(140,124,110)
#7F7063
(127,112,99)
#726458
(114,100,88)
#65584D
(101,88,77)
#584C42
(88,76,66)
#4B4037
(75,64,55)
#3E342C
(62,52,44)
#312821
(49,40,33)
#241C16
(36,28,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #998879

#998879
(153,136,121)
#A29285
(162,146,133)
#AB9C91
(171,156,145)
#B4A69D
(180,166,157)
#BDB0A9
(189,176,169)
#C6BAB5
(198,186,181)
#CFC4C1
(207,196,193)
#D8CECD
(216,206,205)
#E1D8D9
(225,216,217)
#EAE2E5
(234,226,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998879; }

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

This text font color is #998879.

Background Color

.myBgColor { background-color: #998879; }

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

This div background color is #998879.

Border color

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

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

This div border color is #998879.

Opacity

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

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

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

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

This text has shadow with #998879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998879.

Preview

Color preview on black background

This text has color #998879 on black background.


Color preview on white background

This text has color #998879 on white background.


Black color preview on #998879 background

This text has black color on #998879 background.


White color preview on #998879 background

This text has white color on #998879 background.


Related colors

Complementary color

Complementary color for #hex is #667786.


I love getcolorcode.com

Triadic colors

1 #799988 and #887999 with #998879 are triadic colors.

2 #798899 and #889979 with #998879 are triadic colors.