COLOR #9C963F

HEX: #9C963F
RGB: (156,150,63)

Color info

#9C963F contains mainly red and green colors. Web safe color of #9C963F is #999933 (or #993).

RGB color model

#9C963F color RGB value is (156,150,63).

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

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 63 of 255 = 25%

156
150
63

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

Portions of RGB colors in percentages

R + G + B =
156 + 150 + 63 = 369 (100%)
R 156 of 369 ~ 42.28%
G 150 of 369 ~ 40.65%
B 63 of 369 ~ 17.07%

%42.28
%40.65
%17.07

CMYK color model

#9C963F color CMYK value is (0,4,60,39).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 59.62%
  • key color value is 38.82%
CMYK:
(0,4,60,39)
C0M4Y60K39 
(0%,4%,60%,39%)
(0.00/0.04/0.60/0.39)	

CMYK percentages

%0
%3.85
%59.62
%38.82

Codes

Color #9C963F in popluar color models

9C963F
RGB15615063
HSL56°42.47%42.94%
HSB/HSV56°59.62%61.18%
CMYK0.00%3.85%59.62%
38.82%

Color #9C963F in popluar number systems.

HEX9C963F
Decimal15615063
Binary1001110010010110111111
Octal23422677

Shades and tints

Shades of #9C963F

#9C963F
(156,150,63)
#8E893A
(142,137,58)
#807C35
(128,124,53)
#726F30
(114,111,48)
#64622B
(100,98,43)
#565526
(86,85,38)
#484821
(72,72,33)
#3A3B1C
(58,59,28)
#2C2E17
(44,46,23)
#1E2112
(30,33,18)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #9C963F

#9C963F
(156,150,63)
#A59F50
(165,159,80)
#AEA861
(174,168,97)
#B7B172
(183,177,114)
#C0BA83
(192,186,131)
#C9C394
(201,195,148)
#D2CCA5
(210,204,165)
#DBD5B6
(219,213,182)
#E4DEC7
(228,222,199)
#EDE7D8
(237,231,216)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C963F; }

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

This text font color is #9C963F.


Background Color

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

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

This div background color is #9C963F.


Border color

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

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

This div border color is #9C963F.


Opacity

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

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

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

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

This text has shadow with #9C963F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C963F on black background.


Color preview on white background

This text has color #9C963F on white background.



Black color preview on #9C963F background

This text has black color on #9C963F background.


White color preview on #9C963F background

This text has white color on #9C963F background.