COLOR #9CA591

HEX: #9CA591
RGB: (156,165,145)

Color info

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

RGB color model

#9CA591 color RGB value is (156,165,145).

  • red value is 156;
  • green value is 165;
  • blue value is 145.
RGB:
(156,165,145)
(61%,65%,57%)

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 145 of 255 = 57%

156
165
145

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

Portions of RGB colors in percentages

R + G + B =
156 + 165 + 145 = 466 (100%)
R 156 of 466 ~ 33.48%
G 165 of 466 ~ 35.41%
B 145 of 466 ~ 31.12%

%33.48
%35.41
%31.12

CMYK color model

#9CA591 color CMYK value is (5,0,12,35).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(5,0,12,35)
C5M0Y12K35 
(5%,0%,12%,35%)
(0.05/0.00/0.12/0.35)	

CMYK percentages

%5.45
%0
%12.12
%35.29

Codes

Color #9CA591 in popluar color models

9CA591
RGB156165145
HSL87°10.00%60.78%
HSB/HSV87°12.12%64.71%
CMYK5.45%0.00%12.12%
35.29%

Color #9CA591 in popluar number systems.

HEX9CA591
Decimal156165145
Binary100111001010010110010001
Octal234245221

Shades and tints

Shades of #9CA591

#9CA591
(156,165,145)
#8E9684
(142,150,132)
#808777
(128,135,119)
#72786A
(114,120,106)
#64695D
(100,105,93)
#565A50
(86,90,80)
#484B43
(72,75,67)
#3A3C36
(58,60,54)
#2C2D29
(44,45,41)
#1E1E1C
(30,30,28)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #9CA591

#9CA591
(156,165,145)
#A5AD9B
(165,173,155)
#AEB5A5
(174,181,165)
#B7BDAF
(183,189,175)
#C0C5B9
(192,197,185)
#C9CDC3
(201,205,195)
#D2D5CD
(210,213,205)
#DBDDD7
(219,221,215)
#E4E5E1
(228,229,225)
#EDEDEB
(237,237,235)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA591; }

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

This text font color is #9CA591.


Background Color

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

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

This div background color is #9CA591.


Border color

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

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

This div border color is #9CA591.


Opacity

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

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

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

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

This text has shadow with #9CA591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA591 on black background.


Color preview on white background

This text has color #9CA591 on white background.



Black color preview on #9CA591 background

This text has black color on #9CA591 background.


White color preview on #9CA591 background

This text has white color on #9CA591 background.