COLOR #9CA389

HEX: #9CA389
RGB: (156,163,137)

Color info

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

RGB color model

#9CA389 color RGB value is (156,163,137).

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

RGB channels and saturation

R 156 of 255 = 61%
G 163 of 255 = 64%
B 137 of 255 = 54%

156
163
137

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

Portions of RGB colors in percentages

R + G + B =
156 + 163 + 137 = 456 (100%)
R 156 of 456 ~ 34.21%
G 163 of 456 ~ 35.75%
B 137 of 456 ~ 30.04%

%34.21
%35.75
%30.04

CMYK color model

#9CA389 color CMYK value is (4,0,16,36).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 36.08%
CMYK:
(4,0,16,36)
C4M0Y16K36 
(4%,0%,16%,36%)
(0.04/0.00/0.16/0.36)	

CMYK percentages

%4.29
%0
%15.95
%36.08

Codes

Color #9CA389 in popluar color models

9CA389
RGB156163137
HSL76°12.38%58.82%
HSB/HSV76°15.95%63.92%
CMYK4.29%0.00%15.95%
36.08%

Color #9CA389 in popluar number systems.

HEX9CA389
Decimal156163137
Binary100111001010001110001001
Octal234243211

Shades and tints

Shades of #9CA389

#9CA389
(156,163,137)
#8E957D
(142,149,125)
#808771
(128,135,113)
#727965
(114,121,101)
#646B59
(100,107,89)
#565D4D
(86,93,77)
#484F41
(72,79,65)
#3A4135
(58,65,53)
#2C3329
(44,51,41)
#1E251D
(30,37,29)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #9CA389

#9CA389
(156,163,137)
#A5AB93
(165,171,147)
#AEB39D
(174,179,157)
#B7BBA7
(183,187,167)
#C0C3B1
(192,195,177)
#C9CBBB
(201,203,187)
#D2D3C5
(210,211,197)
#DBDBCF
(219,219,207)
#E4E3D9
(228,227,217)
#EDEBE3
(237,235,227)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA389; }

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

This text font color is #9CA389.


Background Color

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

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

This div background color is #9CA389.


Border color

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

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

This div border color is #9CA389.


Opacity

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

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

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

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

This text has shadow with #9CA389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA389 on black background.


Color preview on white background

This text has color #9CA389 on white background.



Black color preview on #9CA389 background

This text has black color on #9CA389 background.


White color preview on #9CA389 background

This text has white color on #9CA389 background.