COLOR #9DA537

HEX: #9DA537
RGB: (157,165,55)

Color info

#9DA537 contains mainly red and green colors. Web safe color of #9DA537 is #999933 (or #993).

RGB color model

#9DA537 color RGB value is (157,165,55).

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

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 55 of 255 = 22%

157
165
55

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

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 55 = 377 (100%)
R 157 of 377 ~ 41.64%
G 165 of 377 ~ 43.77%
B 55 of 377 ~ 14.59%

%41.64
%43.77
%14.59

CMYK color model

#9DA537 color CMYK value is (5,0,67,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 35.29%
CMYK:
(5,0,67,35)
C5M0Y67K35 
(5%,0%,67%,35%)
(0.05/0.00/0.67/0.35)	

CMYK percentages

%4.85
%0
%66.67
%35.29

Codes

Color #9DA537 in popluar color models

9DA537
RGB15716555
HSL64°50.00%43.14%
HSB/HSV64°66.67%64.71%
CMYK4.85%0.00%66.67%
35.29%

Color #9DA537 in popluar number systems.

HEX9DA537
Decimal15716555
Binary1001110110100101110111
Octal23524567

Shades and tints

Shades of #9DA537

#9DA537
(157,165,55)
#8F9632
(143,150,50)
#81872D
(129,135,45)
#737828
(115,120,40)
#656923
(101,105,35)
#575A1E
(87,90,30)
#494B19
(73,75,25)
#3B3C14
(59,60,20)
#2D2D0F
(45,45,15)
#1F1E0A
(31,30,10)
#110F05
(17,15,5)
#000000
(0,0,0)

Tints of #9DA537

#9DA537
(157,165,55)
#A5AD49
(165,173,73)
#ADB55B
(173,181,91)
#B5BD6D
(181,189,109)
#BDC57F
(189,197,127)
#C5CD91
(197,205,145)
#CDD5A3
(205,213,163)
#D5DDB5
(213,221,181)
#DDE5C7
(221,229,199)
#E5EDD9
(229,237,217)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA537; }

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

This text font color is #9DA537.


Background Color

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

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

This div background color is #9DA537.


Border color

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

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

This div border color is #9DA537.


Opacity

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

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

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

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

This text has shadow with #9DA537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA537 on black background.


Color preview on white background

This text has color #9DA537 on white background.



Black color preview on #9DA537 background

This text has black color on #9DA537 background.


White color preview on #9DA537 background

This text has white color on #9DA537 background.