COLOR #9D6C3E

HEX: #9D6C3E
RGB: (157,108,62)

Color info

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

RGB color model

#9D6C3E color RGB value is (157,108,62).

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

RGB channels and saturation

R 157 of 255 = 62%
G 108 of 255 = 42%
B 62 of 255 = 24%

157
108
62

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

Portions of RGB colors in percentages

R + G + B =
157 + 108 + 62 = 327 (100%)
R 157 of 327 ~ 48.01%
G 108 of 327 ~ 33.03%
B 62 of 327 ~ 18.96%

%48.01
%33.03
%18.96

CMYK color model

#9D6C3E color CMYK value is (0,31,61,38).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 60.51%
  • key color value is 38.43%
CMYK:
(0,31,61,38)
C0M31Y61K38 
(0%,31%,61%,38%)
(0.00/0.31/0.61/0.38)	

CMYK percentages

%0
%31.21
%60.51
%38.43

Codes

Color #9D6C3E in popluar color models

9D6C3E
RGB15710862
HSL29°43.38%42.94%
HSB/HSV29°60.51%61.57%
CMYK0.00%31.21%60.51%
38.43%

Color #9D6C3E in popluar number systems.

HEX9D6C3E
Decimal15710862
Binary100111011101100111110
Octal23515476

Shades and tints

Shades of #9D6C3E

#9D6C3E
(157,108,62)
#8F6339
(143,99,57)
#815A34
(129,90,52)
#73512F
(115,81,47)
#65482A
(101,72,42)
#573F25
(87,63,37)
#493620
(73,54,32)
#3B2D1B
(59,45,27)
#2D2416
(45,36,22)
#1F1B11
(31,27,17)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #9D6C3E

#9D6C3E
(157,108,62)
#A5794F
(165,121,79)
#AD8660
(173,134,96)
#B59371
(181,147,113)
#BDA082
(189,160,130)
#C5AD93
(197,173,147)
#CDBAA4
(205,186,164)
#D5C7B5
(213,199,181)
#DDD4C6
(221,212,198)
#E5E1D7
(229,225,215)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6C3E; }

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

This text font color is #9D6C3E.


Background Color

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

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

This div background color is #9D6C3E.


Border color

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

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

This div border color is #9D6C3E.


Opacity

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

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

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

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

This text has shadow with #9D6C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6C3E on black background.


Color preview on white background

This text has color #9D6C3E on white background.



Black color preview on #9D6C3E background

This text has black color on #9D6C3E background.


White color preview on #9D6C3E background

This text has white color on #9D6C3E background.