COLOR #9D9A25

HEX: #9D9A25
RGB: (157,154,37)

Color info

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

RGB color model

#9D9A25 color RGB value is (157,154,37).

  • red value is 157;
  • green value is 154;
  • blue value is 37.
RGB:
(157,154,37)
(62%,60%,15%)

RGB channels and saturation

R 157 of 255 = 62%
G 154 of 255 = 60%
B 37 of 255 = 15%

157
154
37

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

Portions of RGB colors in percentages

R + G + B =
157 + 154 + 37 = 348 (100%)
R 157 of 348 ~ 45.11%
G 154 of 348 ~ 44.25%
B 37 of 348 ~ 10.63%

%45.11
%44.25
%10.63

CMYK color model

#9D9A25 color CMYK value is (0,2,76,38).

  • cyan value is 0.00%
  • magenta value is 1.91%
  • yellow value is 76.43%
  • key color value is 38.43%
CMYK:
(0,2,76,38)
C0M2Y76K38 
(0%,2%,76%,38%)
(0.00/0.02/0.76/0.38)	

CMYK percentages

%0
%1.91
%76.43
%38.43

Codes

Color #9D9A25 in popluar color models

9D9A25
RGB15715437
HSL59°61.86%38.04%
HSB/HSV59°76.43%61.57%
CMYK0.00%1.91%76.43%
38.43%

Color #9D9A25 in popluar number systems.

HEX9D9A25
Decimal15715437
Binary1001110110011010100101
Octal23523245

Shades and tints

Shades of #9D9A25

#9D9A25
(157,154,37)
#8F8C22
(143,140,34)
#817E1F
(129,126,31)
#73701C
(115,112,28)
#656219
(101,98,25)
#575416
(87,84,22)
#494613
(73,70,19)
#3B3810
(59,56,16)
#2D2A0D
(45,42,13)
#1F1C0A
(31,28,10)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #9D9A25

#9D9A25
(157,154,37)
#A5A338
(165,163,56)
#ADAC4B
(173,172,75)
#B5B55E
(181,181,94)
#BDBE71
(189,190,113)
#C5C784
(197,199,132)
#CDD097
(205,208,151)
#D5D9AA
(213,217,170)
#DDE2BD
(221,226,189)
#E5EBD0
(229,235,208)
#EDF4E3
(237,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9A25 color. Also use rgb(157,154,37) instead hex code.

Text Font Color

.myTextColor { color: #9D9A25; }

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

This text font color is #9D9A25.


Background Color

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

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

This div background color is #9D9A25.


Border color

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

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

This div border color is #9D9A25.


Opacity

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

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

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

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

This text has shadow with #9D9A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9A25 on black background.


Color preview on white background

This text has color #9D9A25 on white background.



Black color preview on #9D9A25 background

This text has black color on #9D9A25 background.


White color preview on #9D9A25 background

This text has white color on #9D9A25 background.