COLOR #9C9C4A

HEX: #9C9C4A
RGB: (156,156,74)

Color info

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

RGB color model

#9C9C4A color RGB value is (156,156,74).

  • red value is 156;
  • green value is 156;
  • blue value is 74.
RGB:
(156,156,74)
(61%,61%,29%)

RGB channels and saturation

R 156 of 255 = 61%
G 156 of 255 = 61%
B 74 of 255 = 29%

156
156
74

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

Portions of RGB colors in percentages

R + G + B =
156 + 156 + 74 = 386 (100%)
R 156 of 386 ~ 40.41%
G 156 of 386 ~ 40.41%
B 74 of 386 ~ 19.17%

%40.41
%40.41
%19.17

CMYK color model

#9C9C4A color CMYK value is (0,0,53,39).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 52.56%
  • key color value is 38.82%
CMYK:
(0,0,53,39)
C0M0Y53K39 
(0%,0%,53%,39%)
(0.00/0.00/0.53/0.39)	

CMYK percentages

%0
%0
%52.56
%38.82

Codes

Color #9C9C4A in popluar color models

9C9C4A
RGB15615674
HSL60°35.65%45.10%
HSB/HSV60°52.56%61.18%
CMYK0.00%0.00%52.56%
38.82%

Color #9C9C4A in popluar number systems.

HEX9C9C4A
Decimal15615674
Binary10011100100111001001010
Octal234234112

Shades and tints

Shades of #9C9C4A

#9C9C4A
(156,156,74)
#8E8E44
(142,142,68)
#80803E
(128,128,62)
#727238
(114,114,56)
#646432
(100,100,50)
#56562C
(86,86,44)
#484826
(72,72,38)
#3A3A20
(58,58,32)
#2C2C1A
(44,44,26)
#1E1E14
(30,30,20)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #9C9C4A

#9C9C4A
(156,156,74)
#A5A55A
(165,165,90)
#AEAE6A
(174,174,106)
#B7B77A
(183,183,122)
#C0C08A
(192,192,138)
#C9C99A
(201,201,154)
#D2D2AA
(210,210,170)
#DBDBBA
(219,219,186)
#E4E4CA
(228,228,202)
#EDEDDA
(237,237,218)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9C4A; }

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

This text font color is #9C9C4A.


Background Color

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

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

This div background color is #9C9C4A.


Border color

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

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

This div border color is #9C9C4A.


Opacity

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

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

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

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

This text has shadow with #9C9C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9C4A on black background.


Color preview on white background

This text has color #9C9C4A on white background.



Black color preview on #9C9C4A background

This text has black color on #9C9C4A background.


White color preview on #9C9C4A background

This text has white color on #9C9C4A background.