COLOR #9DA587

HEX: #9DA587
RGB: (157,165,135)

Color info

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

RGB color model

#9DA587 color RGB value is (157,165,135).

  • red value is 157;
  • green value is 165;
  • blue value is 135.
RGB:
(157,165,135)
(62%,65%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 135 of 255 = 53%

157
165
135

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

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 135 = 457 (100%)
R 157 of 457 ~ 34.35%
G 165 of 457 ~ 36.11%
B 135 of 457 ~ 29.54%

%34.35
%36.11
%29.54

CMYK color model

#9DA587 color CMYK value is (5,0,18,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK:
(5,0,18,35)
C5M0Y18K35 
(5%,0%,18%,35%)
(0.05/0.00/0.18/0.35)	

CMYK percentages

%4.85
%0
%18.18
%35.29

Codes

Color #9DA587 in popluar color models

9DA587
RGB157165135
HSL76°14.29%58.82%
HSB/HSV76°18.18%64.71%
CMYK4.85%0.00%18.18%
35.29%

Color #9DA587 in popluar number systems.

HEX9DA587
Decimal157165135
Binary100111011010010110000111
Octal235245207

Shades and tints

Shades of #9DA587

#9DA587
(157,165,135)
#8F967B
(143,150,123)
#81876F
(129,135,111)
#737863
(115,120,99)
#656957
(101,105,87)
#575A4B
(87,90,75)
#494B3F
(73,75,63)
#3B3C33
(59,60,51)
#2D2D27
(45,45,39)
#1F1E1B
(31,30,27)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #9DA587

#9DA587
(157,165,135)
#A5AD91
(165,173,145)
#ADB59B
(173,181,155)
#B5BDA5
(181,189,165)
#BDC5AF
(189,197,175)
#C5CDB9
(197,205,185)
#CDD5C3
(205,213,195)
#D5DDCD
(213,221,205)
#DDE5D7
(221,229,215)
#E5EDE1
(229,237,225)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA587 color. Also use rgb(157,165,135) instead hex code.

Text Font Color

.myTextColor { color: #9DA587; }

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

This text font color is #9DA587.


Background Color

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

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

This div background color is #9DA587.


Border color

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

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

This div border color is #9DA587.


Opacity

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

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

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

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

This text has shadow with #9DA587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA587 on black background.


Color preview on white background

This text has color #9DA587 on white background.



Black color preview on #9DA587 background

This text has black color on #9DA587 background.


White color preview on #9DA587 background

This text has white color on #9DA587 background.