COLOR #9CA392

HEX: #9CA392
RGB: (156,163,146)

Color info

#9CA392 contains red, green and blue colors in about the same proportion. Web safe color of #9CA392 is #999999 (or #999).

RGB color model

#9CA392 color RGB value is (156,163,146).

  • red value is 156;
  • green value is 163;
  • blue value is 146.
RGB:
(156,163,146)
(61%,64%,57%)

RGB channels and saturation

R 156 of 255 = 61%
G 163 of 255 = 64%
B 146 of 255 = 57%

156
163
146

R + G + B ~ 61%. #9CA392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 163 + 146 = 465 (100%)
R 156 of 465 ~ 33.55%
G 163 of 465 ~ 35.05%
B 146 of 465 ~ 31.4%

%33.55
%35.05
%31.4

CMYK color model

#9CA392 color CMYK value is (4,0,10,36).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 36.08%
CMYK:
(4,0,10,36)
C4M0Y10K36 
(4%,0%,10%,36%)
(0.04/0.00/0.10/0.36)	

CMYK percentages

%4.29
%0
%10.43
%36.08

Codes

Color #9CA392 in popluar color models

9CA392
RGB156163146
HSL85°8.46%60.59%
HSB/HSV85°10.43%63.92%
CMYK4.29%0.00%10.43%
36.08%

Color #9CA392 in popluar number systems.

HEX9CA392
Decimal156163146
Binary100111001010001110010010
Octal234243222

Shades and tints

Shades of #9CA392

#9CA392
(156,163,146)
#8E9585
(142,149,133)
#808778
(128,135,120)
#72796B
(114,121,107)
#646B5E
(100,107,94)
#565D51
(86,93,81)
#484F44
(72,79,68)
#3A4137
(58,65,55)
#2C332A
(44,51,42)
#1E251D
(30,37,29)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #9CA392

#9CA392
(156,163,146)
#A5AB9B
(165,171,155)
#AEB3A4
(174,179,164)
#B7BBAD
(183,187,173)
#C0C3B6
(192,195,182)
#C9CBBF
(201,203,191)
#D2D3C8
(210,211,200)
#DBDBD1
(219,219,209)
#E4E3DA
(228,227,218)
#EDEBE3
(237,235,227)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA392; }

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

This text font color is #9CA392.


Background Color

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

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

This div background color is #9CA392.


Border color

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

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

This div border color is #9CA392.


Opacity

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

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

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

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

This text has shadow with #9CA392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA392 on black background.


Color preview on white background

This text has color #9CA392 on white background.



Black color preview on #9CA392 background

This text has black color on #9CA392 background.


White color preview on #9CA392 background

This text has white color on #9CA392 background.