COLOR #9D8224

HEX: #9D8224
RGB: (157,130,36)

Color info

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

RGB color model

#9D8224 color RGB value is (157,130,36).

  • red value is 157;
  • green value is 130;
  • blue value is 36.
RGB:
(157,130,36)
(62%,51%,14%)

RGB channels and saturation

R 157 of 255 = 62%
G 130 of 255 = 51%
B 36 of 255 = 14%

157
130
36

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

Portions of RGB colors in percentages

R + G + B =
157 + 130 + 36 = 323 (100%)
R 157 of 323 ~ 48.61%
G 130 of 323 ~ 40.25%
B 36 of 323 ~ 11.15%

%48.61
%40.25
%11.15

CMYK color model

#9D8224 color CMYK value is (0,17,77,38).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 77.07%
  • key color value is 38.43%
CMYK:
(0,17,77,38)
C0M17Y77K38 
(0%,17%,77%,38%)
(0.00/0.17/0.77/0.38)	

CMYK percentages

%0
%17.2
%77.07
%38.43

Codes

Color #9D8224 in popluar color models

9D8224
RGB15713036
HSL47°62.69%37.84%
HSB/HSV47°77.07%61.57%
CMYK0.00%17.20%77.07%
38.43%

Color #9D8224 in popluar number systems.

HEX9D8224
Decimal15713036
Binary1001110110000010100100
Octal23520244

Shades and tints

Shades of #9D8224

#9D8224
(157,130,36)
#8F7721
(143,119,33)
#816C1E
(129,108,30)
#73611B
(115,97,27)
#655618
(101,86,24)
#574B15
(87,75,21)
#494012
(73,64,18)
#3B350F
(59,53,15)
#2D2A0C
(45,42,12)
#1F1F09
(31,31,9)
#111406
(17,20,6)
#000000
(0,0,0)

Tints of #9D8224

#9D8224
(157,130,36)
#A58D37
(165,141,55)
#AD984A
(173,152,74)
#B5A35D
(181,163,93)
#BDAE70
(189,174,112)
#C5B983
(197,185,131)
#CDC496
(205,196,150)
#D5CFA9
(213,207,169)
#DDDABC
(221,218,188)
#E5E5CF
(229,229,207)
#EDF0E2
(237,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8224 color. Also use rgb(157,130,36) instead hex code.

Text Font Color

.myTextColor { color: #9D8224; }

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

This text font color is #9D8224.


Background Color

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

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

This div background color is #9D8224.


Border color

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

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

This div border color is #9D8224.


Opacity

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

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

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

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

This text has shadow with #9D8224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8224 on black background.


Color preview on white background

This text has color #9D8224 on white background.



Black color preview on #9D8224 background

This text has black color on #9D8224 background.


White color preview on #9D8224 background

This text has white color on #9D8224 background.