COLOR #9CA470

HEX: #9CA470
RGB: (156,164,112)

Color info

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

RGB color model

#9CA470 color RGB value is (156,164,112).

  • red value is 156;
  • green value is 164;
  • blue value is 112.
RGB:
(156,164,112)
(61%,64%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 164 of 255 = 64%
B 112 of 255 = 44%

156
164
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 164 + 112 = 432 (100%)
R 156 of 432 ~ 36.11%
G 164 of 432 ~ 37.96%
B 112 of 432 ~ 25.93%

%36.11
%37.96
%25.93

CMYK color model

#9CA470 color CMYK value is (5,0,32,36).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 35.69%
CMYK:
(5,0,32,36)
C5M0Y32K36 
(5%,0%,32%,36%)
(0.05/0.00/0.32/0.36)	

CMYK percentages

%4.88
%0
%31.71
%35.69

Codes

Color #9CA470 in popluar color models

9CA470
RGB156164112
HSL69°22.22%54.12%
HSB/HSV69°31.71%64.31%
CMYK4.88%0.00%31.71%
35.69%

Color #9CA470 in popluar number systems.

HEX9CA470
Decimal156164112
Binary10011100101001001110000
Octal234244160

Shades and tints

Shades of #9CA470

#9CA470
(156,164,112)
#8E9666
(142,150,102)
#80885C
(128,136,92)
#727A52
(114,122,82)
#646C48
(100,108,72)
#565E3E
(86,94,62)
#485034
(72,80,52)
#3A422A
(58,66,42)
#2C3420
(44,52,32)
#1E2616
(30,38,22)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #9CA470

#9CA470
(156,164,112)
#A5AC7D
(165,172,125)
#AEB48A
(174,180,138)
#B7BC97
(183,188,151)
#C0C4A4
(192,196,164)
#C9CCB1
(201,204,177)
#D2D4BE
(210,212,190)
#DBDCCB
(219,220,203)
#E4E4D8
(228,228,216)
#EDECE5
(237,236,229)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA470; }

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

This text font color is #9CA470.


Background Color

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

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

This div background color is #9CA470.


Border color

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

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

This div border color is #9CA470.


Opacity

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

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

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

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

This text has shadow with #9CA470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA470 on black background.


Color preview on white background

This text has color #9CA470 on white background.



Black color preview on #9CA470 background

This text has black color on #9CA470 background.


White color preview on #9CA470 background

This text has white color on #9CA470 background.