COLOR #9D6E3B

HEX: #9D6E3B
RGB: (157,110,59)

Color info

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

RGB color model

#9D6E3B color RGB value is (157,110,59).

  • red value is 157;
  • green value is 110;
  • blue value is 59.
RGB:
(157,110,59)
(62%,43%,23%)

RGB channels and saturation

R 157 of 255 = 62%
G 110 of 255 = 43%
B 59 of 255 = 23%

157
110
59

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

Portions of RGB colors in percentages

R + G + B =
157 + 110 + 59 = 326 (100%)
R 157 of 326 ~ 48.16%
G 110 of 326 ~ 33.74%
B 59 of 326 ~ 18.1%

%48.16
%33.74
%18.1

CMYK color model

#9D6E3B color CMYK value is (0,30,62,38).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 62.42%
  • key color value is 38.43%
CMYK:
(0,30,62,38)
C0M30Y62K38 
(0%,30%,62%,38%)
(0.00/0.30/0.62/0.38)	

CMYK percentages

%0
%29.94
%62.42
%38.43

Codes

Color #9D6E3B in popluar color models

9D6E3B
RGB15711059
HSL31°45.37%42.35%
HSB/HSV31°62.42%61.57%
CMYK0.00%29.94%62.42%
38.43%

Color #9D6E3B in popluar number systems.

HEX9D6E3B
Decimal15711059
Binary100111011101110111011
Octal23515673

Shades and tints

Shades of #9D6E3B

#9D6E3B
(157,110,59)
#8F6436
(143,100,54)
#815A31
(129,90,49)
#73502C
(115,80,44)
#654627
(101,70,39)
#573C22
(87,60,34)
#49321D
(73,50,29)
#3B2818
(59,40,24)
#2D1E13
(45,30,19)
#1F140E
(31,20,14)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #9D6E3B

#9D6E3B
(157,110,59)
#A57B4C
(165,123,76)
#AD885D
(173,136,93)
#B5956E
(181,149,110)
#BDA27F
(189,162,127)
#C5AF90
(197,175,144)
#CDBCA1
(205,188,161)
#D5C9B2
(213,201,178)
#DDD6C3
(221,214,195)
#E5E3D4
(229,227,212)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6E3B color. Also use rgb(157,110,59) instead hex code.

Text Font Color

.myTextColor { color: #9D6E3B; }

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

This text font color is #9D6E3B.


Background Color

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

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

This div background color is #9D6E3B.


Border color

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

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

This div border color is #9D6E3B.


Opacity

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

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

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

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

This text has shadow with #9D6E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6E3B on black background.


Color preview on white background

This text has color #9D6E3B on white background.



Black color preview on #9D6E3B background

This text has black color on #9D6E3B background.


White color preview on #9D6E3B background

This text has white color on #9D6E3B background.