COLOR #999873

HEX: #999873
RGB: (153,152,115)

Color info

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

RGB color model

#999873 color RGB value is (153,152,115).

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

RGB channels and saturation

R 153 of 255 = 60%
G 152 of 255 = 60%
B 115 of 255 = 45%

153
152
115

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

Portions of RGB colors in percentages

R + G + B =
153 + 152 + 115 = 420 (100%)
R 153 of 420 ~ 36.43%
G 152 of 420 ~ 36.19%
B 115 of 420 ~ 27.38%

%36.43
%36.19
%27.38

CMYK color model

#999873 color CMYK value is (0,1,25,40).

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 24.84%
  • key color value is 40.00%
CMYK:
(0,1,25,40)
C0M1Y25K40 
(0%,1%,25%,40%)
(0.00/0.01/0.25/0.40)	

CMYK percentages

%0
%0.65
%24.84
%40

Codes

Color #999873 in popluar color models

999873
RGB153152115
HSL58°15.70%52.55%
HSB/HSV58°24.84%60.00%
CMYK0.00%0.65%24.84%
40.00%

Color #999873 in popluar number systems.

HEX999873
Decimal153152115
Binary10011001100110001110011
Octal231230163

Shades and tints

Shades of #999873

#999873
(153,152,115)
#8C8B69
(140,139,105)
#7F7E5F
(127,126,95)
#727155
(114,113,85)
#65644B
(101,100,75)
#585741
(88,87,65)
#4B4A37
(75,74,55)
#3E3D2D
(62,61,45)
#313023
(49,48,35)
#242319
(36,35,25)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #999873

#999873
(153,152,115)
#A2A17F
(162,161,127)
#ABAA8B
(171,170,139)
#B4B397
(180,179,151)
#BDBCA3
(189,188,163)
#C6C5AF
(198,197,175)
#CFCEBB
(207,206,187)
#D8D7C7
(216,215,199)
#E1E0D3
(225,224,211)
#EAE9DF
(234,233,223)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999873; }

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

This text font color is #999873.


Background Color

.myBgColor { background-color: #999873; }

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

This div background color is #999873.


Border color

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

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

This div border color is #999873.


Opacity

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

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

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

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

This text has shadow with #999873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999873 on black background.


Color preview on white background

This text has color #999873 on white background.



Black color preview on #999873 background

This text has black color on #999873 background.


White color preview on #999873 background

This text has white color on #999873 background.