COLOR #9D6D48

HEX: #9D6D48
RGB: (157,109,72)

Color info

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

RGB color model

#9D6D48 color RGB value is (157,109,72).

  • red value is 157;
  • green value is 109;
  • blue value is 72.
RGB:
(157,109,72)
(62%,43%,28%)

RGB channels and saturation

R 157 of 255 = 62%
G 109 of 255 = 43%
B 72 of 255 = 28%

157
109
72

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

Portions of RGB colors in percentages

R + G + B =
157 + 109 + 72 = 338 (100%)
R 157 of 338 ~ 46.45%
G 109 of 338 ~ 32.25%
B 72 of 338 ~ 21.3%

%46.45
%32.25
%21.3

CMYK color model

#9D6D48 color CMYK value is (0,31,54,38).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 54.14%
  • key color value is 38.43%
CMYK:
(0,31,54,38)
C0M31Y54K38 
(0%,31%,54%,38%)
(0.00/0.31/0.54/0.38)	

CMYK percentages

%0
%30.57
%54.14
%38.43

Codes

Color #9D6D48 in popluar color models

9D6D48
RGB15710972
HSL26°37.12%44.90%
HSB/HSV26°54.14%61.57%
CMYK0.00%30.57%54.14%
38.43%

Color #9D6D48 in popluar number systems.

HEX9D6D48
Decimal15710972
Binary1001110111011011001000
Octal235155110

Shades and tints

Shades of #9D6D48

#9D6D48
(157,109,72)
#8F6442
(143,100,66)
#815B3C
(129,91,60)
#735236
(115,82,54)
#654930
(101,73,48)
#57402A
(87,64,42)
#493724
(73,55,36)
#3B2E1E
(59,46,30)
#2D2518
(45,37,24)
#1F1C12
(31,28,18)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #9D6D48

#9D6D48
(157,109,72)
#A57A58
(165,122,88)
#AD8768
(173,135,104)
#B59478
(181,148,120)
#BDA188
(189,161,136)
#C5AE98
(197,174,152)
#CDBBA8
(205,187,168)
#D5C8B8
(213,200,184)
#DDD5C8
(221,213,200)
#E5E2D8
(229,226,216)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6D48 color. Also use rgb(157,109,72) instead hex code.

Text Font Color

.myTextColor { color: #9D6D48; }

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

This text font color is #9D6D48.


Background Color

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

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

This div background color is #9D6D48.


Border color

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

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

This div border color is #9D6D48.


Opacity

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

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

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

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

This text has shadow with #9D6D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6D48 on black background.


Color preview on white background

This text has color #9D6D48 on white background.



Black color preview on #9D6D48 background

This text has black color on #9D6D48 background.


White color preview on #9D6D48 background

This text has white color on #9D6D48 background.