COLOR #9DA585

HEX: #9DA585
RGB: (157,165,133)

Color info

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

RGB color model

#9DA585 color RGB value is (157,165,133).

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

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 133 of 255 = 52%

157
165
133

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

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 133 = 455 (100%)
R 157 of 455 ~ 34.51%
G 165 of 455 ~ 36.26%
B 133 of 455 ~ 29.23%

%34.51
%36.26
%29.23

CMYK color model

#9DA585 color CMYK value is (5,0,19,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK:
(5,0,19,35)
C5M0Y19K35 
(5%,0%,19%,35%)
(0.05/0.00/0.19/0.35)	

CMYK percentages

%4.85
%0
%19.39
%35.29

Codes

Color #9DA585 in popluar color models

9DA585
RGB157165133
HSL75°15.09%58.43%
HSB/HSV75°19.39%64.71%
CMYK4.85%0.00%19.39%
35.29%

Color #9DA585 in popluar number systems.

HEX9DA585
Decimal157165133
Binary100111011010010110000101
Octal235245205

Shades and tints

Shades of #9DA585

#9DA585
(157,165,133)
#8F9679
(143,150,121)
#81876D
(129,135,109)
#737861
(115,120,97)
#656955
(101,105,85)
#575A49
(87,90,73)
#494B3D
(73,75,61)
#3B3C31
(59,60,49)
#2D2D25
(45,45,37)
#1F1E19
(31,30,25)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #9DA585

#9DA585
(157,165,133)
#A5AD90
(165,173,144)
#ADB59B
(173,181,155)
#B5BDA6
(181,189,166)
#BDC5B1
(189,197,177)
#C5CDBC
(197,205,188)
#CDD5C7
(205,213,199)
#D5DDD2
(213,221,210)
#DDE5DD
(221,229,221)
#E5EDE8
(229,237,232)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA585; }

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

This text font color is #9DA585.


Background Color

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

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

This div background color is #9DA585.


Border color

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

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

This div border color is #9DA585.


Opacity

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

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

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

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

This text has shadow with #9DA585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA585 on black background.


Color preview on white background

This text has color #9DA585 on white background.



Black color preview on #9DA585 background

This text has black color on #9DA585 background.


White color preview on #9DA585 background

This text has white color on #9DA585 background.