COLOR #9D7E3E

HEX: #9D7E3E
RGB: (157,126,62)

Color info

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

RGB color model

#9D7E3E color RGB value is (157,126,62).

  • red value is 157;
  • green value is 126;
  • blue value is 62.
RGB:
(157,126,62)
(62%,49%,24%)

RGB channels and saturation

R 157 of 255 = 62%
G 126 of 255 = 49%
B 62 of 255 = 24%

157
126
62

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

Portions of RGB colors in percentages

R + G + B =
157 + 126 + 62 = 345 (100%)
R 157 of 345 ~ 45.51%
G 126 of 345 ~ 36.52%
B 62 of 345 ~ 17.97%

%45.51
%36.52
%17.97

CMYK color model

#9D7E3E color CMYK value is (0,20,61,38).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 60.51%
  • key color value is 38.43%
CMYK:
(0,20,61,38)
C0M20Y61K38 
(0%,20%,61%,38%)
(0.00/0.20/0.61/0.38)	

CMYK percentages

%0
%19.75
%60.51
%38.43

Codes

Color #9D7E3E in popluar color models

9D7E3E
RGB15712662
HSL40°43.38%42.94%
HSB/HSV40°60.51%61.57%
CMYK0.00%19.75%60.51%
38.43%

Color #9D7E3E in popluar number systems.

HEX9D7E3E
Decimal15712662
Binary100111011111110111110
Octal23517676

Shades and tints

Shades of #9D7E3E

#9D7E3E
(157,126,62)
#8F7339
(143,115,57)
#816834
(129,104,52)
#735D2F
(115,93,47)
#65522A
(101,82,42)
#574725
(87,71,37)
#493C20
(73,60,32)
#3B311B
(59,49,27)
#2D2616
(45,38,22)
#1F1B11
(31,27,17)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #9D7E3E

#9D7E3E
(157,126,62)
#A5894F
(165,137,79)
#AD9460
(173,148,96)
#B59F71
(181,159,113)
#BDAA82
(189,170,130)
#C5B593
(197,181,147)
#CDC0A4
(205,192,164)
#D5CBB5
(213,203,181)
#DDD6C6
(221,214,198)
#E5E1D7
(229,225,215)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7E3E color. Also use rgb(157,126,62) instead hex code.

Text Font Color

.myTextColor { color: #9D7E3E; }

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

This text font color is #9D7E3E.


Background Color

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

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

This div background color is #9D7E3E.


Border color

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

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

This div border color is #9D7E3E.


Opacity

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

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

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

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

This text has shadow with #9D7E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7E3E on black background.


Color preview on white background

This text has color #9D7E3E on white background.



Black color preview on #9D7E3E background

This text has black color on #9D7E3E background.


White color preview on #9D7E3E background

This text has white color on #9D7E3E background.