COLOR #999E7D

HEX: #999E7D
RGB: (153,158,125)

Color info

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

RGB color model

#999E7D color RGB value is (153,158,125).

  • red value is 153;
  • green value is 158;
  • blue value is 125.
RGB:
(153,158,125)
(60%,62%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 125 of 255 = 49%

153
158
125

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

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 125 = 436 (100%)
R 153 of 436 ~ 35.09%
G 158 of 436 ~ 36.24%
B 125 of 436 ~ 28.67%

%35.09
%36.24
%28.67

CMYK color model

#999E7D color CMYK value is (3,0,21,38).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(3,0,21,38)
C3M0Y21K38 
(3%,0%,21%,38%)
(0.03/0.00/0.21/0.38)	

CMYK percentages

%3.16
%0
%20.89
%38.04

Codes

Color #999E7D in popluar color models

999E7D
RGB153158125
HSL69°14.54%55.49%
HSB/HSV69°20.89%61.96%
CMYK3.16%0.00%20.89%
38.04%

Color #999E7D in popluar number systems.

HEX999E7D
Decimal153158125
Binary10011001100111101111101
Octal231236175

Shades and tints

Shades of #999E7D

#999E7D
(153,158,125)
#8C9072
(140,144,114)
#7F8267
(127,130,103)
#72745C
(114,116,92)
#656651
(101,102,81)
#585846
(88,88,70)
#4B4A3B
(75,74,59)
#3E3C30
(62,60,48)
#312E25
(49,46,37)
#24201A
(36,32,26)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #999E7D

#999E7D
(153,158,125)
#A2A688
(162,166,136)
#ABAE93
(171,174,147)
#B4B69E
(180,182,158)
#BDBEA9
(189,190,169)
#C6C6B4
(198,198,180)
#CFCEBF
(207,206,191)
#D8D6CA
(216,214,202)
#E1DED5
(225,222,213)
#EAE6E0
(234,230,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999E7D color. Also use rgb(153,158,125) instead hex code.

Text Font Color

.myTextColor { color: #999E7D; }

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

This text font color is #999E7D.


Background Color

.myBgColor { background-color: #999E7D; }

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

This div background color is #999E7D.


Border color

.myBorderColor { border: 1px solid #999E7D; }

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

This div border color is #999E7D.


Opacity

.myOpacity80 { color: #999E7D; opacity: 0.8; }

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

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

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

This text has shadow with #999E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999E7D on black background.


Color preview on white background

This text has color #999E7D on white background.



Black color preview on #999E7D background

This text has black color on #999E7D background.


White color preview on #999E7D background

This text has white color on #999E7D background.