COLOR #9DA73D

HEX: #9DA73D
RGB: (157,167,61)

Color info

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

RGB color model

#9DA73D color RGB value is (157,167,61).

  • red value is 157;
  • green value is 167;
  • blue value is 61.
RGB:
(157,167,61)
(62%,65%,24%)

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 61 of 255 = 24%

157
167
61

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

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 61 = 385 (100%)
R 157 of 385 ~ 40.78%
G 167 of 385 ~ 43.38%
B 61 of 385 ~ 15.84%

%40.78
%43.38
%15.84

CMYK color model

#9DA73D color CMYK value is (6,0,63,35).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 63.47%
  • key color value is 34.51%
CMYK:
(6,0,63,35)
C6M0Y63K35 
(6%,0%,63%,35%)
(0.06/0.00/0.63/0.35)	

CMYK percentages

%5.99
%0
%63.47
%34.51

Codes

Color #9DA73D in popluar color models

9DA73D
RGB15716761
HSL66°46.49%44.71%
HSB/HSV66°63.47%65.49%
CMYK5.99%0.00%63.47%
34.51%

Color #9DA73D in popluar number systems.

HEX9DA73D
Decimal15716761
Binary1001110110100111111101
Octal23524775

Shades and tints

Shades of #9DA73D

#9DA73D
(157,167,61)
#8F9838
(143,152,56)
#818933
(129,137,51)
#737A2E
(115,122,46)
#656B29
(101,107,41)
#575C24
(87,92,36)
#494D1F
(73,77,31)
#3B3E1A
(59,62,26)
#2D2F15
(45,47,21)
#1F2010
(31,32,16)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #9DA73D

#9DA73D
(157,167,61)
#A5AF4E
(165,175,78)
#ADB75F
(173,183,95)
#B5BF70
(181,191,112)
#BDC781
(189,199,129)
#C5CF92
(197,207,146)
#CDD7A3
(205,215,163)
#D5DFB4
(213,223,180)
#DDE7C5
(221,231,197)
#E5EFD6
(229,239,214)
#EDF7E7
(237,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA73D color. Also use rgb(157,167,61) instead hex code.

Text Font Color

.myTextColor { color: #9DA73D; }

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

This text font color is #9DA73D.


Background Color

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

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

This div background color is #9DA73D.


Border color

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

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

This div border color is #9DA73D.


Opacity

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

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

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

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

This text has shadow with #9DA73D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA73D on black background.


Color preview on white background

This text has color #9DA73D on white background.



Black color preview on #9DA73D background

This text has black color on #9DA73D background.


White color preview on #9DA73D background

This text has white color on #9DA73D background.