COLOR #9D9937

HEX: #9D9937
RGB: (157,153,55)

Color info

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

RGB color model

#9D9937 color RGB value is (157,153,55).

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

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 55 of 255 = 22%

157
153
55

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

Portions of RGB colors in percentages

R + G + B =
157 + 153 + 55 = 365 (100%)
R 157 of 365 ~ 43.01%
G 153 of 365 ~ 41.92%
B 55 of 365 ~ 15.07%

%43.01
%41.92
%15.07

CMYK color model

#9D9937 color CMYK value is (0,3,65,38).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 64.97%
  • key color value is 38.43%
CMYK:
(0,3,65,38)
C0M3Y65K38 
(0%,3%,65%,38%)
(0.00/0.03/0.65/0.38)	

CMYK percentages

%0
%2.55
%64.97
%38.43

Codes

Color #9D9937 in popluar color models

9D9937
RGB15715355
HSL58°48.11%41.57%
HSB/HSV58°64.97%61.57%
CMYK0.00%2.55%64.97%
38.43%

Color #9D9937 in popluar number systems.

HEX9D9937
Decimal15715355
Binary1001110110011001110111
Octal23523167

Shades and tints

Shades of #9D9937

#9D9937
(157,153,55)
#8F8C32
(143,140,50)
#817F2D
(129,127,45)
#737228
(115,114,40)
#656523
(101,101,35)
#57581E
(87,88,30)
#494B19
(73,75,25)
#3B3E14
(59,62,20)
#2D310F
(45,49,15)
#1F240A
(31,36,10)
#111705
(17,23,5)
#000000
(0,0,0)

Tints of #9D9937

#9D9937
(157,153,55)
#A5A249
(165,162,73)
#ADAB5B
(173,171,91)
#B5B46D
(181,180,109)
#BDBD7F
(189,189,127)
#C5C691
(197,198,145)
#CDCFA3
(205,207,163)
#D5D8B5
(213,216,181)
#DDE1C7
(221,225,199)
#E5EAD9
(229,234,217)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9937; }

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

This text font color is #9D9937.


Background Color

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

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

This div background color is #9D9937.


Border color

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

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

This div border color is #9D9937.


Opacity

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

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

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

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

This text has shadow with #9D9937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9937 on black background.


Color preview on white background

This text has color #9D9937 on white background.



Black color preview on #9D9937 background

This text has black color on #9D9937 background.


White color preview on #9D9937 background

This text has white color on #9D9937 background.