COLOR #9C9B7F

HEX: #9C9B7F
RGB: (156,155,127)

Color info

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

RGB color model

#9C9B7F color RGB value is (156,155,127).

  • red value is 156;
  • green value is 155;
  • blue value is 127.
RGB:
(156,155,127)
(61%,61%,50%)

RGB channels and saturation

R 156 of 255 = 61%
G 155 of 255 = 61%
B 127 of 255 = 50%

156
155
127

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

Portions of RGB colors in percentages

R + G + B =
156 + 155 + 127 = 438 (100%)
R 156 of 438 ~ 35.62%
G 155 of 438 ~ 35.39%
B 127 of 438 ~ 29%

%35.62
%35.39
%29

CMYK color model

#9C9B7F color CMYK value is (0,1,19,39).

  • cyan value is 0.00%
  • magenta value is 0.64%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(0,1,19,39)
C0M1Y19K39 
(0%,1%,19%,39%)
(0.00/0.01/0.19/0.39)	

CMYK percentages

%0
%0.64
%18.59
%38.82

Codes

Color #9C9B7F in popluar color models

9C9B7F
RGB156155127
HSL58°12.78%55.49%
HSB/HSV58°18.59%61.18%
CMYK0.00%0.64%18.59%
38.82%

Color #9C9B7F in popluar number systems.

HEX9C9B7F
Decimal156155127
Binary10011100100110111111111
Octal234233177

Shades and tints

Shades of #9C9B7F

#9C9B7F
(156,155,127)
#8E8D74
(142,141,116)
#807F69
(128,127,105)
#72715E
(114,113,94)
#646353
(100,99,83)
#565548
(86,85,72)
#48473D
(72,71,61)
#3A3932
(58,57,50)
#2C2B27
(44,43,39)
#1E1D1C
(30,29,28)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #9C9B7F

#9C9B7F
(156,155,127)
#A5A48A
(165,164,138)
#AEAD95
(174,173,149)
#B7B6A0
(183,182,160)
#C0BFAB
(192,191,171)
#C9C8B6
(201,200,182)
#D2D1C1
(210,209,193)
#DBDACC
(219,218,204)
#E4E3D7
(228,227,215)
#EDECE2
(237,236,226)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9B7F color. Also use rgb(156,155,127) instead hex code.

Text Font Color

.myTextColor { color: #9C9B7F; }

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

This text font color is #9C9B7F.


Background Color

.myBgColor { background-color: #9C9B7F; }

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

This div background color is #9C9B7F.


Border color

.myBorderColor { border: 1px solid #9C9B7F; }

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

This div border color is #9C9B7F.


Opacity

.myOpacity80 { color: #9C9B7F; opacity: 0.8; }

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

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

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

This text has shadow with #9C9B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9B7F on black background.


Color preview on white background

This text has color #9C9B7F on white background.



Black color preview on #9C9B7F background

This text has black color on #9C9B7F background.


White color preview on #9C9B7F background

This text has white color on #9C9B7F background.