COLOR #9D6F4F

HEX: #9D6F4F
RGB: (157,111,79)

Color info

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

RGB color model

#9D6F4F color RGB value is (157,111,79).

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

RGB channels and saturation

R 157 of 255 = 62%
G 111 of 255 = 44%
B 79 of 255 = 31%

157
111
79

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

Portions of RGB colors in percentages

R + G + B =
157 + 111 + 79 = 347 (100%)
R 157 of 347 ~ 45.24%
G 111 of 347 ~ 31.99%
B 79 of 347 ~ 22.77%

%45.24
%31.99
%22.77

CMYK color model

#9D6F4F color CMYK value is (0,29,50,38).

  • cyan value is 0.00%
  • magenta value is 29.30%
  • yellow value is 49.68%
  • key color value is 38.43%
CMYK:
(0,29,50,38)
C0M29Y50K38 
(0%,29%,50%,38%)
(0.00/0.29/0.50/0.38)	

CMYK percentages

%0
%29.3
%49.68
%38.43

Codes

Color #9D6F4F in popluar color models

9D6F4F
RGB15711179
HSL25°33.05%46.27%
HSB/HSV25°49.68%61.57%
CMYK0.00%29.30%49.68%
38.43%

Color #9D6F4F in popluar number systems.

HEX9D6F4F
Decimal15711179
Binary1001110111011111001111
Octal235157117

Shades and tints

Shades of #9D6F4F

#9D6F4F
(157,111,79)
#8F6548
(143,101,72)
#815B41
(129,91,65)
#73513A
(115,81,58)
#654733
(101,71,51)
#573D2C
(87,61,44)
#493325
(73,51,37)
#3B291E
(59,41,30)
#2D1F17
(45,31,23)
#1F1510
(31,21,16)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #9D6F4F

#9D6F4F
(157,111,79)
#A57C5F
(165,124,95)
#AD896F
(173,137,111)
#B5967F
(181,150,127)
#BDA38F
(189,163,143)
#C5B09F
(197,176,159)
#CDBDAF
(205,189,175)
#D5CABF
(213,202,191)
#DDD7CF
(221,215,207)
#E5E4DF
(229,228,223)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6F4F; }

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

This text font color is #9D6F4F.


Background Color

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

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

This div background color is #9D6F4F.


Border color

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

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

This div border color is #9D6F4F.


Opacity

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

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

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

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

This text has shadow with #9D6F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6F4F on black background.


Color preview on white background

This text has color #9D6F4F on white background.



Black color preview on #9D6F4F background

This text has black color on #9D6F4F background.


White color preview on #9D6F4F background

This text has white color on #9D6F4F background.