COLOR #9D6A4F

HEX: #9D6A4F
RGB: (157,106,79)

Color info

#9D6A4F contains mainly red and green colors. Web safe color of #9D6A4F is #996666 (or #966).

RGB color model

#9D6A4F color RGB value is (157,106,79).

  • red value is 157;
  • green value is 106;
  • blue value is 79.
RGB:
(157,106,79)
(62%,42%,31%)

RGB channels and saturation

R 157 of 255 = 62%
G 106 of 255 = 42%
B 79 of 255 = 31%

157
106
79

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

Portions of RGB colors in percentages

R + G + B =
157 + 106 + 79 = 342 (100%)
R 157 of 342 ~ 45.91%
G 106 of 342 ~ 30.99%
B 79 of 342 ~ 23.1%

%45.91
%30.99
%23.1

CMYK color model

#9D6A4F color CMYK value is (0,32,50,38).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 49.68%
  • key color value is 38.43%
CMYK:
(0,32,50,38)
C0M32Y50K38 
(0%,32%,50%,38%)
(0.00/0.32/0.50/0.38)	

CMYK percentages

%0
%32.48
%49.68
%38.43

Codes

Color #9D6A4F in popluar color models

9D6A4F
RGB15710679
HSL21°33.05%46.27%
HSB/HSV21°49.68%61.57%
CMYK0.00%32.48%49.68%
38.43%

Color #9D6A4F in popluar number systems.

HEX9D6A4F
Decimal15710679
Binary1001110111010101001111
Octal235152117

Shades and tints

Shades of #9D6A4F

#9D6A4F
(157,106,79)
#8F6148
(143,97,72)
#815841
(129,88,65)
#734F3A
(115,79,58)
#654633
(101,70,51)
#573D2C
(87,61,44)
#493425
(73,52,37)
#3B2B1E
(59,43,30)
#2D2217
(45,34,23)
#1F1910
(31,25,16)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #9D6A4F

#9D6A4F
(157,106,79)
#A5775F
(165,119,95)
#AD846F
(173,132,111)
#B5917F
(181,145,127)
#BD9E8F
(189,158,143)
#C5AB9F
(197,171,159)
#CDB8AF
(205,184,175)
#D5C5BF
(213,197,191)
#DDD2CF
(221,210,207)
#E5DFDF
(229,223,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6A4F color. Also use rgb(157,106,79) instead hex code.

Text Font Color

.myTextColor { color: #9D6A4F; }

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

This text font color is #9D6A4F.


Background Color

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

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

This div background color is #9D6A4F.


Border color

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

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

This div border color is #9D6A4F.


Opacity

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

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

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

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

This text has shadow with #9D6A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6A4F on black background.


Color preview on white background

This text has color #9D6A4F on white background.



Black color preview on #9D6A4F background

This text has black color on #9D6A4F background.


White color preview on #9D6A4F background

This text has white color on #9D6A4F background.