COLOR #9CA46F

HEX: #9CA46F
RGB: (156,164,111)

Color info

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

RGB color model

#9CA46F color RGB value is (156,164,111).

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

RGB channels and saturation

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

156
164
111

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

Portions of RGB colors in percentages

R + G + B =
156 + 164 + 111 = 431 (100%)
R 156 of 431 ~ 36.19%
G 164 of 431 ~ 38.05%
B 111 of 431 ~ 25.75%

%36.19
%38.05
%25.75

CMYK color model

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

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • 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
%32.32
%35.69

Codes

Color #9CA46F in popluar color models

9CA46F
RGB156164111
HSL69°22.55%53.92%
HSB/HSV69°32.32%64.31%
CMYK4.88%0.00%32.32%
35.69%

Color #9CA46F in popluar number systems.

HEX9CA46F
Decimal156164111
Binary10011100101001001101111
Octal234244157

Shades and tints

Shades of #9CA46F

#9CA46F
(156,164,111)
#8E9665
(142,150,101)
#80885B
(128,136,91)
#727A51
(114,122,81)
#646C47
(100,108,71)
#565E3D
(86,94,61)
#485033
(72,80,51)
#3A4229
(58,66,41)
#2C341F
(44,52,31)
#1E2615
(30,38,21)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #9CA46F

#9CA46F
(156,164,111)
#A5AC7C
(165,172,124)
#AEB489
(174,180,137)
#B7BC96
(183,188,150)
#C0C4A3
(192,196,163)
#C9CCB0
(201,204,176)
#D2D4BD
(210,212,189)
#DBDCCA
(219,220,202)
#E4E4D7
(228,228,215)
#EDECE4
(237,236,228)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA46F; }

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

This text font color is #9CA46F.


Background Color

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

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

This div background color is #9CA46F.


Border color

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

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

This div border color is #9CA46F.


Opacity

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

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

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

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

This text has shadow with #9CA46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA46F on black background.


Color preview on white background

This text has color #9CA46F on white background.



Black color preview on #9CA46F background

This text has black color on #9CA46F background.


White color preview on #9CA46F background

This text has white color on #9CA46F background.