COLOR #9C965C

HEX: #9C965C
RGB: (156,150,92)

Color info

#9C965C contains mainly red and green colors. Web safe color of #9C965C is #999966 (or #996).

RGB color model

#9C965C color RGB value is (156,150,92).

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

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 92 of 255 = 36%

156
150
92

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

Portions of RGB colors in percentages

R + G + B =
156 + 150 + 92 = 398 (100%)
R 156 of 398 ~ 39.2%
G 150 of 398 ~ 37.69%
B 92 of 398 ~ 23.12%

%39.2
%37.69
%23.12

CMYK color model

#9C965C color CMYK value is (0,4,41,39).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 41.03%
  • key color value is 38.82%
CMYK:
(0,4,41,39)
C0M4Y41K39 
(0%,4%,41%,39%)
(0.00/0.04/0.41/0.39)	

CMYK percentages

%0
%3.85
%41.03
%38.82

Codes

Color #9C965C in popluar color models

9C965C
RGB15615092
HSL54°25.81%48.63%
HSB/HSV54°41.03%61.18%
CMYK0.00%3.85%41.03%
38.82%

Color #9C965C in popluar number systems.

HEX9C965C
Decimal15615092
Binary10011100100101101011100
Octal234226134

Shades and tints

Shades of #9C965C

#9C965C
(156,150,92)
#8E8954
(142,137,84)
#807C4C
(128,124,76)
#726F44
(114,111,68)
#64623C
(100,98,60)
#565534
(86,85,52)
#48482C
(72,72,44)
#3A3B24
(58,59,36)
#2C2E1C
(44,46,28)
#1E2114
(30,33,20)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #9C965C

#9C965C
(156,150,92)
#A59F6A
(165,159,106)
#AEA878
(174,168,120)
#B7B186
(183,177,134)
#C0BA94
(192,186,148)
#C9C3A2
(201,195,162)
#D2CCB0
(210,204,176)
#DBD5BE
(219,213,190)
#E4DECC
(228,222,204)
#EDE7DA
(237,231,218)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C965C; }

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

This text font color is #9C965C.


Background Color

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

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

This div background color is #9C965C.


Border color

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

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

This div border color is #9C965C.


Opacity

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

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

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

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

This text has shadow with #9C965C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C965C on black background.


Color preview on white background

This text has color #9C965C on white background.



Black color preview on #9C965C background

This text has black color on #9C965C background.


White color preview on #9C965C background

This text has white color on #9C965C background.