COLOR #9DA44B

HEX: #9DA44B
RGB: (157,164,75)

Color info

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

RGB color model

#9DA44B color RGB value is (157,164,75).

  • red value is 157;
  • green value is 164;
  • blue value is 75.
RGB:
(157,164,75)
(62%,64%,29%)

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 75 of 255 = 29%

157
164
75

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

Portions of RGB colors in percentages

R + G + B =
157 + 164 + 75 = 396 (100%)
R 157 of 396 ~ 39.65%
G 164 of 396 ~ 41.41%
B 75 of 396 ~ 18.94%

%39.65
%41.41
%18.94

CMYK color model

#9DA44B color CMYK value is (4,0,54,36).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 54.27%
  • key color value is 35.69%
CMYK:
(4,0,54,36)
C4M0Y54K36 
(4%,0%,54%,36%)
(0.04/0.00/0.54/0.36)	

CMYK percentages

%4.27
%0
%54.27
%35.69

Codes

Color #9DA44B in popluar color models

9DA44B
RGB15716475
HSL65°37.24%46.86%
HSB/HSV65°54.27%64.31%
CMYK4.27%0.00%54.27%
35.69%

Color #9DA44B in popluar number systems.

HEX9DA44B
Decimal15716475
Binary10011101101001001001011
Octal235244113

Shades and tints

Shades of #9DA44B

#9DA44B
(157,164,75)
#8F9645
(143,150,69)
#81883F
(129,136,63)
#737A39
(115,122,57)
#656C33
(101,108,51)
#575E2D
(87,94,45)
#495027
(73,80,39)
#3B4221
(59,66,33)
#2D341B
(45,52,27)
#1F2615
(31,38,21)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #9DA44B

#9DA44B
(157,164,75)
#A5AC5B
(165,172,91)
#ADB46B
(173,180,107)
#B5BC7B
(181,188,123)
#BDC48B
(189,196,139)
#C5CC9B
(197,204,155)
#CDD4AB
(205,212,171)
#D5DCBB
(213,220,187)
#DDE4CB
(221,228,203)
#E5ECDB
(229,236,219)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA44B color. Also use rgb(157,164,75) instead hex code.

Text Font Color

.myTextColor { color: #9DA44B; }

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

This text font color is #9DA44B.


Background Color

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

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

This div background color is #9DA44B.


Border color

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

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

This div border color is #9DA44B.


Opacity

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

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

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

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

This text has shadow with #9DA44B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA44B on black background.


Color preview on white background

This text has color #9DA44B on white background.



Black color preview on #9DA44B background

This text has black color on #9DA44B background.


White color preview on #9DA44B background

This text has white color on #9DA44B background.