COLOR #999487

HEX: #999487
RGB: (153,148,135)

Color info

#999487 contains red, green and blue colors in about the same proportion. Web safe color of #999487 is #999999 (or #999).

RGB color model

#999487 color RGB value is (153,148,135).

  • red value is 153;
  • green value is 148;
  • blue value is 135.
RGB:
(153,148,135)
(60%,58%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 135 of 255 = 53%

153
148
135

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

Portions of RGB colors in percentages

R + G + B =
153 + 148 + 135 = 436 (100%)
R 153 of 436 ~ 35.09%
G 148 of 436 ~ 33.94%
B 135 of 436 ~ 30.96%

%35.09
%33.94
%30.96

CMYK color model

#999487 color CMYK value is (0,3,12,40).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(0,3,12,40)
C0M3Y12K40 
(0%,3%,12%,40%)
(0.00/0.03/0.12/0.40)	

CMYK percentages

%0
%3.27
%11.76
%40

Codes

Color #999487 in popluar color models

999487
RGB153148135
HSL43°8.11%56.47%
HSB/HSV43°11.76%60.00%
CMYK0.00%3.27%11.76%
40.00%

Color #999487 in popluar number systems.

HEX999487
Decimal153148135
Binary100110011001010010000111
Octal231224207

Shades and tints

Shades of #999487

#999487
(153,148,135)
#8C877B
(140,135,123)
#7F7A6F
(127,122,111)
#726D63
(114,109,99)
#656057
(101,96,87)
#58534B
(88,83,75)
#4B463F
(75,70,63)
#3E3933
(62,57,51)
#312C27
(49,44,39)
#241F1B
(36,31,27)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #999487

#999487
(153,148,135)
#A29D91
(162,157,145)
#ABA69B
(171,166,155)
#B4AFA5
(180,175,165)
#BDB8AF
(189,184,175)
#C6C1B9
(198,193,185)
#CFCAC3
(207,202,195)
#D8D3CD
(216,211,205)
#E1DCD7
(225,220,215)
#EAE5E1
(234,229,225)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999487 color. Also use rgb(153,148,135) instead hex code.

Text Font Color

.myTextColor { color: #999487; }

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

This text font color is #999487.


Background Color

.myBgColor { background-color: #999487; }

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

This div background color is #999487.


Border color

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

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

This div border color is #999487.


Opacity

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

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

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

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

This text has shadow with #999487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999487 on black background.


Color preview on white background

This text has color #999487 on white background.



Black color preview on #999487 background

This text has black color on #999487 background.


White color preview on #999487 background

This text has white color on #999487 background.