COLOR #999879

HEX: #999879
RGB: (153,152,121)

Color info

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

RGB color model

#999879 color RGB value is (153,152,121).

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

RGB channels and saturation

R 153 of 255 = 60%
G 152 of 255 = 60%
B 121 of 255 = 47%

153
152
121

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

Portions of RGB colors in percentages

R + G + B =
153 + 152 + 121 = 426 (100%)
R 153 of 426 ~ 35.92%
G 152 of 426 ~ 35.68%
B 121 of 426 ~ 28.4%

%35.92
%35.68
%28.4

CMYK color model

#999879 color CMYK value is (0,1,21,40).

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 20.92%
  • key color value is 40.00%
CMYK:
(0,1,21,40)
C0M1Y21K40 
(0%,1%,21%,40%)
(0.00/0.01/0.21/0.40)	

CMYK percentages

%0
%0.65
%20.92
%40

Codes

Color #999879 in popluar color models

999879
RGB153152121
HSL58°13.56%53.73%
HSB/HSV58°20.92%60.00%
CMYK0.00%0.65%20.92%
40.00%

Color #999879 in popluar number systems.

HEX999879
Decimal153152121
Binary10011001100110001111001
Octal231230171

Shades and tints

Shades of #999879

#999879
(153,152,121)
#8C8B6E
(140,139,110)
#7F7E63
(127,126,99)
#727158
(114,113,88)
#65644D
(101,100,77)
#585742
(88,87,66)
#4B4A37
(75,74,55)
#3E3D2C
(62,61,44)
#313021
(49,48,33)
#242316
(36,35,22)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #999879

#999879
(153,152,121)
#A2A185
(162,161,133)
#ABAA91
(171,170,145)
#B4B39D
(180,179,157)
#BDBCA9
(189,188,169)
#C6C5B5
(198,197,181)
#CFCEC1
(207,206,193)
#D8D7CD
(216,215,205)
#E1E0D9
(225,224,217)
#EAE9E5
(234,233,229)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999879; }

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

This text font color is #999879.


Background Color

.myBgColor { background-color: #999879; }

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

This div background color is #999879.


Border color

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

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

This div border color is #999879.


Opacity

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

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

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

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

This text has shadow with #999879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999879 on black background.


Color preview on white background

This text has color #999879 on white background.



Black color preview on #999879 background

This text has black color on #999879 background.


White color preview on #999879 background

This text has white color on #999879 background.