COLOR #999C7B

HEX: #999C7B
RGB: (153,156,123)

Color info

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

RGB color model

#999C7B color RGB value is (153,156,123).

  • red value is 153;
  • green value is 156;
  • blue value is 123.
RGB:
(153,156,123)
(60%,61%,48%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 123 of 255 = 48%

153
156
123

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

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 123 = 432 (100%)
R 153 of 432 ~ 35.42%
G 156 of 432 ~ 36.11%
B 123 of 432 ~ 28.47%

%35.42
%36.11
%28.47

CMYK color model

#999C7B color CMYK value is (2,0,21,39).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 38.82%
CMYK:
(2,0,21,39)
C2M0Y21K39 
(2%,0%,21%,39%)
(0.02/0.00/0.21/0.39)	

CMYK percentages

%1.92
%0
%21.15
%38.82

Codes

Color #999C7B in popluar color models

999C7B
RGB153156123
HSL65°14.29%54.71%
HSB/HSV65°21.15%61.18%
CMYK1.92%0.00%21.15%
38.82%

Color #999C7B in popluar number systems.

HEX999C7B
Decimal153156123
Binary10011001100111001111011
Octal231234173

Shades and tints

Shades of #999C7B

#999C7B
(153,156,123)
#8C8E70
(140,142,112)
#7F8065
(127,128,101)
#72725A
(114,114,90)
#65644F
(101,100,79)
#585644
(88,86,68)
#4B4839
(75,72,57)
#3E3A2E
(62,58,46)
#312C23
(49,44,35)
#241E18
(36,30,24)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #999C7B

#999C7B
(153,156,123)
#A2A587
(162,165,135)
#ABAE93
(171,174,147)
#B4B79F
(180,183,159)
#BDC0AB
(189,192,171)
#C6C9B7
(198,201,183)
#CFD2C3
(207,210,195)
#D8DBCF
(216,219,207)
#E1E4DB
(225,228,219)
#EAEDE7
(234,237,231)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999C7B color. Also use rgb(153,156,123) instead hex code.

Text Font Color

.myTextColor { color: #999C7B; }

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

This text font color is #999C7B.


Background Color

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

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

This div background color is #999C7B.


Border color

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

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

This div border color is #999C7B.


Opacity

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

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

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

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

This text has shadow with #999C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999C7B on black background.


Color preview on white background

This text has color #999C7B on white background.



Black color preview on #999C7B background

This text has black color on #999C7B background.


White color preview on #999C7B background

This text has white color on #999C7B background.