COLOR #9D9F5D

HEX: #9D9F5D
RGB: (157,159,93)

Color info

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

RGB color model

#9D9F5D color RGB value is (157,159,93).

  • red value is 157;
  • green value is 159;
  • blue value is 93.
RGB:
(157,159,93)
(62%,62%,36%)

RGB channels and saturation

R 157 of 255 = 62%
G 159 of 255 = 62%
B 93 of 255 = 36%

157
159
93

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

Portions of RGB colors in percentages

R + G + B =
157 + 159 + 93 = 409 (100%)
R 157 of 409 ~ 38.39%
G 159 of 409 ~ 38.88%
B 93 of 409 ~ 22.74%

%38.39
%38.88
%22.74

CMYK color model

#9D9F5D color CMYK value is (1,0,42,38).

  • cyan value is 1.26%
  • magenta value is 0.00%
  • yellow value is 41.51%
  • key color value is 37.65%
CMYK:
(1,0,42,38)
C1M0Y42K38 
(1%,0%,42%,38%)
(0.01/0.00/0.42/0.38)	

CMYK percentages

%1.26
%0
%41.51
%37.65

Codes

Color #9D9F5D in popluar color models

9D9F5D
RGB15715993
HSL62°26.19%49.41%
HSB/HSV62°41.51%62.35%
CMYK1.26%0.00%41.51%
37.65%

Color #9D9F5D in popluar number systems.

HEX9D9F5D
Decimal15715993
Binary10011101100111111011101
Octal235237135

Shades and tints

Shades of #9D9F5D

#9D9F5D
(157,159,93)
#8F9155
(143,145,85)
#81834D
(129,131,77)
#737545
(115,117,69)
#65673D
(101,103,61)
#575935
(87,89,53)
#494B2D
(73,75,45)
#3B3D25
(59,61,37)
#2D2F1D
(45,47,29)
#1F2115
(31,33,21)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #9D9F5D

#9D9F5D
(157,159,93)
#A5A76B
(165,167,107)
#ADAF79
(173,175,121)
#B5B787
(181,183,135)
#BDBF95
(189,191,149)
#C5C7A3
(197,199,163)
#CDCFB1
(205,207,177)
#D5D7BF
(213,215,191)
#DDDFCD
(221,223,205)
#E5E7DB
(229,231,219)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9F5D color. Also use rgb(157,159,93) instead hex code.

Text Font Color

.myTextColor { color: #9D9F5D; }

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

This text font color is #9D9F5D.


Background Color

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

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

This div background color is #9D9F5D.


Border color

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

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

This div border color is #9D9F5D.


Opacity

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

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

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

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

This text has shadow with #9D9F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9F5D on black background.


Color preview on white background

This text has color #9D9F5D on white background.



Black color preview on #9D9F5D background

This text has black color on #9D9F5D background.


White color preview on #9D9F5D background

This text has white color on #9D9F5D background.