COLOR #999F7C

HEX: #999F7C
RGB: (153,159,124)

Color info

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

RGB color model

#999F7C color RGB value is (153,159,124).

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

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 124 of 255 = 49%

153
159
124

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

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 124 = 436 (100%)
R 153 of 436 ~ 35.09%
G 159 of 436 ~ 36.47%
B 124 of 436 ~ 28.44%

%35.09
%36.47
%28.44

CMYK color model

#999F7C color CMYK value is (4,0,22,38).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 22.01%
  • key color value is 37.65%
CMYK:
(4,0,22,38)
C4M0Y22K38 
(4%,0%,22%,38%)
(0.04/0.00/0.22/0.38)	

CMYK percentages

%3.77
%0
%22.01
%37.65

Codes

Color #999F7C in popluar color models

999F7C
RGB153159124
HSL70°15.42%55.49%
HSB/HSV70°22.01%62.35%
CMYK3.77%0.00%22.01%
37.65%

Color #999F7C in popluar number systems.

HEX999F7C
Decimal153159124
Binary10011001100111111111100
Octal231237174

Shades and tints

Shades of #999F7C

#999F7C
(153,159,124)
#8C9171
(140,145,113)
#7F8366
(127,131,102)
#72755B
(114,117,91)
#656750
(101,103,80)
#585945
(88,89,69)
#4B4B3A
(75,75,58)
#3E3D2F
(62,61,47)
#312F24
(49,47,36)
#242119
(36,33,25)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #999F7C

#999F7C
(153,159,124)
#A2A787
(162,167,135)
#ABAF92
(171,175,146)
#B4B79D
(180,183,157)
#BDBFA8
(189,191,168)
#C6C7B3
(198,199,179)
#CFCFBE
(207,207,190)
#D8D7C9
(216,215,201)
#E1DFD4
(225,223,212)
#EAE7DF
(234,231,223)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999F7C color. Also use rgb(153,159,124) instead hex code.

Text Font Color

.myTextColor { color: #999F7C; }

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

This text font color is #999F7C.


Background Color

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

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

This div background color is #999F7C.


Border color

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

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

This div border color is #999F7C.


Opacity

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

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

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

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

This text has shadow with #999F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999F7C on black background.


Color preview on white background

This text has color #999F7C on white background.



Black color preview on #999F7C background

This text has black color on #999F7C background.


White color preview on #999F7C background

This text has white color on #999F7C background.