COLOR #9DA593

HEX: #9DA593
RGB: (157,165,147)

Color info

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

RGB color model

#9DA593 color RGB value is (157,165,147).

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

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 147 of 255 = 58%

157
165
147

R + G + B ~ 62%. #9DA593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 147 = 469 (100%)
R 157 of 469 ~ 33.48%
G 165 of 469 ~ 35.18%
B 147 of 469 ~ 31.34%

%33.48
%35.18
%31.34

CMYK color model

#9DA593 color CMYK value is (5,0,11,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(5,0,11,35)
C5M0Y11K35 
(5%,0%,11%,35%)
(0.05/0.00/0.11/0.35)	

CMYK percentages

%4.85
%0
%10.91
%35.29

Codes

Color #9DA593 in popluar color models

9DA593
RGB157165147
HSL87°9.09%61.18%
HSB/HSV87°10.91%64.71%
CMYK4.85%0.00%10.91%
35.29%

Color #9DA593 in popluar number systems.

HEX9DA593
Decimal157165147
Binary100111011010010110010011
Octal235245223

Shades and tints

Shades of #9DA593

#9DA593
(157,165,147)
#8F9686
(143,150,134)
#818779
(129,135,121)
#73786C
(115,120,108)
#65695F
(101,105,95)
#575A52
(87,90,82)
#494B45
(73,75,69)
#3B3C38
(59,60,56)
#2D2D2B
(45,45,43)
#1F1E1E
(31,30,30)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #9DA593

#9DA593
(157,165,147)
#A5AD9C
(165,173,156)
#ADB5A5
(173,181,165)
#B5BDAE
(181,189,174)
#BDC5B7
(189,197,183)
#C5CDC0
(197,205,192)
#CDD5C9
(205,213,201)
#D5DDD2
(213,221,210)
#DDE5DB
(221,229,219)
#E5EDE4
(229,237,228)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA593; }

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

This text font color is #9DA593.


Background Color

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

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

This div background color is #9DA593.


Border color

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

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

This div border color is #9DA593.


Opacity

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

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

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

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

This text has shadow with #9DA593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA593 on black background.


Color preview on white background

This text has color #9DA593 on white background.



Black color preview on #9DA593 background

This text has black color on #9DA593 background.


White color preview on #9DA593 background

This text has white color on #9DA593 background.