COLOR #9D6744

HEX: #9D6744
RGB: (157,103,68)

Color info

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

RGB color model

#9D6744 color RGB value is (157,103,68).

  • red value is 157;
  • green value is 103;
  • blue value is 68.
RGB:
(157,103,68)
(62%,40%,27%)

RGB channels and saturation

R 157 of 255 = 62%
G 103 of 255 = 40%
B 68 of 255 = 27%

157
103
68

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

Portions of RGB colors in percentages

R + G + B =
157 + 103 + 68 = 328 (100%)
R 157 of 328 ~ 47.87%
G 103 of 328 ~ 31.4%
B 68 of 328 ~ 20.73%

%47.87
%31.4
%20.73

CMYK color model

#9D6744 color CMYK value is (0,34,57,38).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 56.69%
  • key color value is 38.43%
CMYK:
(0,34,57,38)
C0M34Y57K38 
(0%,34%,57%,38%)
(0.00/0.34/0.57/0.38)	

CMYK percentages

%0
%34.39
%56.69
%38.43

Codes

Color #9D6744 in popluar color models

9D6744
RGB15710368
HSL24°39.56%44.12%
HSB/HSV24°56.69%61.57%
CMYK0.00%34.39%56.69%
38.43%

Color #9D6744 in popluar number systems.

HEX9D6744
Decimal15710368
Binary1001110111001111000100
Octal235147104

Shades and tints

Shades of #9D6744

#9D6744
(157,103,68)
#8F5E3E
(143,94,62)
#815538
(129,85,56)
#734C32
(115,76,50)
#65432C
(101,67,44)
#573A26
(87,58,38)
#493120
(73,49,32)
#3B281A
(59,40,26)
#2D1F14
(45,31,20)
#1F160E
(31,22,14)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #9D6744

#9D6744
(157,103,68)
#A57455
(165,116,85)
#AD8166
(173,129,102)
#B58E77
(181,142,119)
#BD9B88
(189,155,136)
#C5A899
(197,168,153)
#CDB5AA
(205,181,170)
#D5C2BB
(213,194,187)
#DDCFCC
(221,207,204)
#E5DCDD
(229,220,221)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6744 color. Also use rgb(157,103,68) instead hex code.

Text Font Color

.myTextColor { color: #9D6744; }

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

This text font color is #9D6744.


Background Color

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

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

This div background color is #9D6744.


Border color

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

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

This div border color is #9D6744.


Opacity

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

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

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

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

This text has shadow with #9D6744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6744 on black background.


Color preview on white background

This text has color #9D6744 on white background.



Black color preview on #9D6744 background

This text has black color on #9D6744 background.


White color preview on #9D6744 background

This text has white color on #9D6744 background.