COLOR #9C9B6F

HEX: #9C9B6F
RGB: (156,155,111)

Color info

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

RGB color model

#9C9B6F color RGB value is (156,155,111).

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

RGB channels and saturation

R 156 of 255 = 61%
G 155 of 255 = 61%
B 111 of 255 = 44%

156
155
111

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

Portions of RGB colors in percentages

R + G + B =
156 + 155 + 111 = 422 (100%)
R 156 of 422 ~ 36.97%
G 155 of 422 ~ 36.73%
B 111 of 422 ~ 26.3%

%36.97
%36.73
%26.3

CMYK color model

#9C9B6F color CMYK value is (0,1,29,39).

  • cyan value is 0.00%
  • magenta value is 0.64%
  • yellow value is 28.85%
  • key color value is 38.82%
CMYK:
(0,1,29,39)
C0M1Y29K39 
(0%,1%,29%,39%)
(0.00/0.01/0.29/0.39)	

CMYK percentages

%0
%0.64
%28.85
%38.82

Codes

Color #9C9B6F in popluar color models

9C9B6F
RGB156155111
HSL59°18.52%52.35%
HSB/HSV59°28.85%61.18%
CMYK0.00%0.64%28.85%
38.82%

Color #9C9B6F in popluar number systems.

HEX9C9B6F
Decimal156155111
Binary10011100100110111101111
Octal234233157

Shades and tints

Shades of #9C9B6F

#9C9B6F
(156,155,111)
#8E8D65
(142,141,101)
#807F5B
(128,127,91)
#727151
(114,113,81)
#646347
(100,99,71)
#56553D
(86,85,61)
#484733
(72,71,51)
#3A3929
(58,57,41)
#2C2B1F
(44,43,31)
#1E1D15
(30,29,21)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #9C9B6F

#9C9B6F
(156,155,111)
#A5A47C
(165,164,124)
#AEAD89
(174,173,137)
#B7B696
(183,182,150)
#C0BFA3
(192,191,163)
#C9C8B0
(201,200,176)
#D2D1BD
(210,209,189)
#DBDACA
(219,218,202)
#E4E3D7
(228,227,215)
#EDECE4
(237,236,228)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9B6F; }

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

This text font color is #9C9B6F.


Background Color

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

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

This div background color is #9C9B6F.


Border color

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

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

This div border color is #9C9B6F.


Opacity

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

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

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

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

This text has shadow with #9C9B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9B6F on black background.


Color preview on white background

This text has color #9C9B6F on white background.



Black color preview on #9C9B6F background

This text has black color on #9C9B6F background.


White color preview on #9C9B6F background

This text has white color on #9C9B6F background.