COLOR #9D7939

HEX: #9D7939
RGB: (157,121,57)

Color info

#9D7939 contains mainly red and green colors. Web safe color of #9D7939 is #996633 (or #963).

RGB color model

#9D7939 color RGB value is (157,121,57).

  • red value is 157;
  • green value is 121;
  • blue value is 57.
RGB:
(157,121,57)
(62%,47%,22%)

RGB channels and saturation

R 157 of 255 = 62%
G 121 of 255 = 47%
B 57 of 255 = 22%

157
121
57

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

Portions of RGB colors in percentages

R + G + B =
157 + 121 + 57 = 335 (100%)
R 157 of 335 ~ 46.87%
G 121 of 335 ~ 36.12%
B 57 of 335 ~ 17.01%

%46.87
%36.12
%17.01

CMYK color model

#9D7939 color CMYK value is (0,23,64,38).

  • cyan value is 0.00%
  • magenta value is 22.93%
  • yellow value is 63.69%
  • key color value is 38.43%
CMYK:
(0,23,64,38)
C0M23Y64K38 
(0%,23%,64%,38%)
(0.00/0.23/0.64/0.38)	

CMYK percentages

%0
%22.93
%63.69
%38.43

Codes

Color #9D7939 in popluar color models

9D7939
RGB15712157
HSL38°46.73%41.96%
HSB/HSV38°63.69%61.57%
CMYK0.00%22.93%63.69%
38.43%

Color #9D7939 in popluar number systems.

HEX9D7939
Decimal15712157
Binary100111011111001111001
Octal23517171

Shades and tints

Shades of #9D7939

#9D7939
(157,121,57)
#8F6E34
(143,110,52)
#81632F
(129,99,47)
#73582A
(115,88,42)
#654D25
(101,77,37)
#574220
(87,66,32)
#49371B
(73,55,27)
#3B2C16
(59,44,22)
#2D2111
(45,33,17)
#1F160C
(31,22,12)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #9D7939

#9D7939
(157,121,57)
#A5854B
(165,133,75)
#AD915D
(173,145,93)
#B59D6F
(181,157,111)
#BDA981
(189,169,129)
#C5B593
(197,181,147)
#CDC1A5
(205,193,165)
#D5CDB7
(213,205,183)
#DDD9C9
(221,217,201)
#E5E5DB
(229,229,219)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7939 color. Also use rgb(157,121,57) instead hex code.

Text Font Color

.myTextColor { color: #9D7939; }

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

This text font color is #9D7939.


Background Color

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

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

This div background color is #9D7939.


Border color

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

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

This div border color is #9D7939.


Opacity

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

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

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

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

This text has shadow with #9D7939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7939 on black background.


Color preview on white background

This text has color #9D7939 on white background.



Black color preview on #9D7939 background

This text has black color on #9D7939 background.


White color preview on #9D7939 background

This text has white color on #9D7939 background.