COLOR #999387

HEX: #999387
RGB: (153,147,135)

Color info

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

RGB color model

#999387 color RGB value is (153,147,135).

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

RGB channels and saturation

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

153
147
135

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

Portions of RGB colors in percentages

R + G + B =
153 + 147 + 135 = 435 (100%)
R 153 of 435 ~ 35.17%
G 147 of 435 ~ 33.79%
B 135 of 435 ~ 31.03%

%35.17
%33.79
%31.03

CMYK color model

#999387 color CMYK value is (0,4,12,40).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(0,4,12,40)
C0M4Y12K40 
(0%,4%,12%,40%)
(0.00/0.04/0.12/0.40)	

CMYK percentages

%0
%3.92
%11.76
%40

Codes

Color #999387 in popluar color models

999387
RGB153147135
HSL40°8.11%56.47%
HSB/HSV40°11.76%60.00%
CMYK0.00%3.92%11.76%
40.00%

Color #999387 in popluar number systems.

HEX999387
Decimal153147135
Binary100110011001001110000111
Octal231223207

Shades and tints

Shades of #999387

#999387
(153,147,135)
#8C867B
(140,134,123)
#7F796F
(127,121,111)
#726C63
(114,108,99)
#655F57
(101,95,87)
#58524B
(88,82,75)
#4B453F
(75,69,63)
#3E3833
(62,56,51)
#312B27
(49,43,39)
#241E1B
(36,30,27)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #999387

#999387
(153,147,135)
#A29C91
(162,156,145)
#ABA59B
(171,165,155)
#B4AEA5
(180,174,165)
#BDB7AF
(189,183,175)
#C6C0B9
(198,192,185)
#CFC9C3
(207,201,195)
#D8D2CD
(216,210,205)
#E1DBD7
(225,219,215)
#EAE4E1
(234,228,225)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999387; }

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

This text font color is #999387.


Background Color

.myBgColor { background-color: #999387; }

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

This div background color is #999387.


Border color

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

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

This div border color is #999387.


Opacity

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

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

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

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

This text has shadow with #999387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999387 on black background.


Color preview on white background

This text has color #999387 on white background.



Black color preview on #999387 background

This text has black color on #999387 background.


White color preview on #999387 background

This text has white color on #999387 background.