COLOR #9DA384

HEX: #9DA384
RGB: (157,163,132)

Color info

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

RGB color model

#9DA384 color RGB value is (157,163,132).

  • red value is 157;
  • green value is 163;
  • blue value is 132.
RGB:
(157,163,132)
(62%,64%,52%)

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 132 of 255 = 52%

157
163
132

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

Portions of RGB colors in percentages

R + G + B =
157 + 163 + 132 = 452 (100%)
R 157 of 452 ~ 34.73%
G 163 of 452 ~ 36.06%
B 132 of 452 ~ 29.2%

%34.73
%36.06
%29.2

CMYK color model

#9DA384 color CMYK value is (4,0,19,36).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(4,0,19,36)
C4M0Y19K36 
(4%,0%,19%,36%)
(0.04/0.00/0.19/0.36)	

CMYK percentages

%3.68
%0
%19.02
%36.08

Codes

Color #9DA384 in popluar color models

9DA384
RGB157163132
HSL72°14.42%57.84%
HSB/HSV72°19.02%63.92%
CMYK3.68%0.00%19.02%
36.08%

Color #9DA384 in popluar number systems.

HEX9DA384
Decimal157163132
Binary100111011010001110000100
Octal235243204

Shades and tints

Shades of #9DA384

#9DA384
(157,163,132)
#8F9578
(143,149,120)
#81876C
(129,135,108)
#737960
(115,121,96)
#656B54
(101,107,84)
#575D48
(87,93,72)
#494F3C
(73,79,60)
#3B4130
(59,65,48)
#2D3324
(45,51,36)
#1F2518
(31,37,24)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #9DA384

#9DA384
(157,163,132)
#A5AB8F
(165,171,143)
#ADB39A
(173,179,154)
#B5BBA5
(181,187,165)
#BDC3B0
(189,195,176)
#C5CBBB
(197,203,187)
#CDD3C6
(205,211,198)
#D5DBD1
(213,219,209)
#DDE3DC
(221,227,220)
#E5EBE7
(229,235,231)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA384 color. Also use rgb(157,163,132) instead hex code.

Text Font Color

.myTextColor { color: #9DA384; }

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

This text font color is #9DA384.


Background Color

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

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

This div background color is #9DA384.


Border color

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

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

This div border color is #9DA384.


Opacity

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

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

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

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

This text has shadow with #9DA384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA384 on black background.


Color preview on white background

This text has color #9DA384 on white background.



Black color preview on #9DA384 background

This text has black color on #9DA384 background.


White color preview on #9DA384 background

This text has white color on #9DA384 background.