COLOR #9C967A

HEX: #9C967A
RGB: (156,150,122)

Color info

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

RGB color model

#9C967A color RGB value is (156,150,122).

  • red value is 156;
  • green value is 150;
  • blue value is 122.
RGB:
(156,150,122)
(61%,59%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 122 of 255 = 48%

156
150
122

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

Portions of RGB colors in percentages

R + G + B =
156 + 150 + 122 = 428 (100%)
R 156 of 428 ~ 36.45%
G 150 of 428 ~ 35.05%
B 122 of 428 ~ 28.5%

%36.45
%35.05
%28.5

CMYK color model

#9C967A color CMYK value is (0,4,22,39).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 21.79%
  • key color value is 38.82%
CMYK:
(0,4,22,39)
C0M4Y22K39 
(0%,4%,22%,39%)
(0.00/0.04/0.22/0.39)	

CMYK percentages

%0
%3.85
%21.79
%38.82

Codes

Color #9C967A in popluar color models

9C967A
RGB156150122
HSL49°14.66%54.51%
HSB/HSV49°21.79%61.18%
CMYK0.00%3.85%21.79%
38.82%

Color #9C967A in popluar number systems.

HEX9C967A
Decimal156150122
Binary10011100100101101111010
Octal234226172

Shades and tints

Shades of #9C967A

#9C967A
(156,150,122)
#8E896F
(142,137,111)
#807C64
(128,124,100)
#726F59
(114,111,89)
#64624E
(100,98,78)
#565543
(86,85,67)
#484838
(72,72,56)
#3A3B2D
(58,59,45)
#2C2E22
(44,46,34)
#1E2117
(30,33,23)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #9C967A

#9C967A
(156,150,122)
#A59F86
(165,159,134)
#AEA892
(174,168,146)
#B7B19E
(183,177,158)
#C0BAAA
(192,186,170)
#C9C3B6
(201,195,182)
#D2CCC2
(210,204,194)
#DBD5CE
(219,213,206)
#E4DEDA
(228,222,218)
#EDE7E6
(237,231,230)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C967A color. Also use rgb(156,150,122) instead hex code.

Text Font Color

.myTextColor { color: #9C967A; }

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

This text font color is #9C967A.


Background Color

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

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

This div background color is #9C967A.


Border color

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

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

This div border color is #9C967A.


Opacity

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

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

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

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

This text has shadow with #9C967A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C967A on black background.


Color preview on white background

This text has color #9C967A on white background.



Black color preview on #9C967A background

This text has black color on #9C967A background.


White color preview on #9C967A background

This text has white color on #9C967A background.