COLOR #9C9629

HEX: #9C9629
RGB: (156,150,41)

Color info

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

RGB color model

#9C9629 color RGB value is (156,150,41).

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

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 41 of 255 = 16%

156
150
41

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

Portions of RGB colors in percentages

R + G + B =
156 + 150 + 41 = 347 (100%)
R 156 of 347 ~ 44.96%
G 150 of 347 ~ 43.23%
B 41 of 347 ~ 11.82%

%44.96
%43.23
%11.82

CMYK color model

#9C9629 color CMYK value is (0,4,74,39).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 73.72%
  • key color value is 38.82%
CMYK:
(0,4,74,39)
C0M4Y74K39 
(0%,4%,74%,39%)
(0.00/0.04/0.74/0.39)	

CMYK percentages

%0
%3.85
%73.72
%38.82

Codes

Color #9C9629 in popluar color models

9C9629
RGB15615041
HSL57°58.38%38.63%
HSB/HSV57°73.72%61.18%
CMYK0.00%3.85%73.72%
38.82%

Color #9C9629 in popluar number systems.

HEX9C9629
Decimal15615041
Binary1001110010010110101001
Octal23422651

Shades and tints

Shades of #9C9629

#9C9629
(156,150,41)
#8E8926
(142,137,38)
#807C23
(128,124,35)
#726F20
(114,111,32)
#64621D
(100,98,29)
#56551A
(86,85,26)
#484817
(72,72,23)
#3A3B14
(58,59,20)
#2C2E11
(44,46,17)
#1E210E
(30,33,14)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #9C9629

#9C9629
(156,150,41)
#A59F3C
(165,159,60)
#AEA84F
(174,168,79)
#B7B162
(183,177,98)
#C0BA75
(192,186,117)
#C9C388
(201,195,136)
#D2CC9B
(210,204,155)
#DBD5AE
(219,213,174)
#E4DEC1
(228,222,193)
#EDE7D4
(237,231,212)
#F6F0E7
(246,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9629; }

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

This text font color is #9C9629.


Background Color

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

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

This div background color is #9C9629.


Border color

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

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

This div border color is #9C9629.


Opacity

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

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

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

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

This text has shadow with #9C9629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9629 on black background.


Color preview on white background

This text has color #9C9629 on white background.



Black color preview on #9C9629 background

This text has black color on #9C9629 background.


White color preview on #9C9629 background

This text has white color on #9C9629 background.