COLOR #9DA360

HEX: #9DA360
RGB: (157,163,96)

Color info

#9DA360 contains mainly red and green colors. Web safe color of #9DA360 is #999966 (or #996).

RGB color model

#9DA360 color RGB value is (157,163,96).

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

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 96 of 255 = 38%

157
163
96

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

Portions of RGB colors in percentages

R + G + B =
157 + 163 + 96 = 416 (100%)
R 157 of 416 ~ 37.74%
G 163 of 416 ~ 39.18%
B 96 of 416 ~ 23.08%

%37.74
%39.18
%23.08

CMYK color model

#9DA360 color CMYK value is (4,0,41,36).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 41.10%
  • key color value is 36.08%
CMYK:
(4,0,41,36)
C4M0Y41K36 
(4%,0%,41%,36%)
(0.04/0.00/0.41/0.36)	

CMYK percentages

%3.68
%0
%41.1
%36.08

Codes

Color #9DA360 in popluar color models

9DA360
RGB15716396
HSL65°26.69%50.78%
HSB/HSV65°41.10%63.92%
CMYK3.68%0.00%41.10%
36.08%

Color #9DA360 in popluar number systems.

HEX9DA360
Decimal15716396
Binary10011101101000111100000
Octal235243140

Shades and tints

Shades of #9DA360

#9DA360
(157,163,96)
#8F9558
(143,149,88)
#818750
(129,135,80)
#737948
(115,121,72)
#656B40
(101,107,64)
#575D38
(87,93,56)
#494F30
(73,79,48)
#3B4128
(59,65,40)
#2D3320
(45,51,32)
#1F2518
(31,37,24)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #9DA360

#9DA360
(157,163,96)
#A5AB6E
(165,171,110)
#ADB37C
(173,179,124)
#B5BB8A
(181,187,138)
#BDC398
(189,195,152)
#C5CBA6
(197,203,166)
#CDD3B4
(205,211,180)
#D5DBC2
(213,219,194)
#DDE3D0
(221,227,208)
#E5EBDE
(229,235,222)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA360; }

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

This text font color is #9DA360.


Background Color

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

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

This div background color is #9DA360.


Border color

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

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

This div border color is #9DA360.


Opacity

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

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

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

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

This text has shadow with #9DA360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA360 on black background.


Color preview on white background

This text has color #9DA360 on white background.



Black color preview on #9DA360 background

This text has black color on #9DA360 background.


White color preview on #9DA360 background

This text has white color on #9DA360 background.