COLOR #9B7E61

HEX: #9B7E61
RGB: (155,126,97)

Color info

#9B7E61 contains red, green and blue colors in about the same proportion. Web safe color of #9B7E61 is #996666 (or #966).

RGB color model

#9B7E61 color RGB value is (155,126,97).

  • red value is 155;
  • green value is 126;
  • blue value is 97.
RGB:
(155,126,97)
(61%,49%,38%)

RGB channels and saturation

R 155 of 255 = 61%
G 126 of 255 = 49%
B 97 of 255 = 38%

155
126
97

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

Portions of RGB colors in percentages

R + G + B =
155 + 126 + 97 = 378 (100%)
R 155 of 378 ~ 41.01%
G 126 of 378 ~ 33.33%
B 97 of 378 ~ 25.66%

%41.01
%33.33
%25.66

CMYK color model

#9B7E61 color CMYK value is (0,19,37,39).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 37.42%
  • key color value is 39.22%
CMYK:
(0,19,37,39)
C0M19Y37K39 
(0%,19%,37%,39%)
(0.00/0.19/0.37/0.39)	

CMYK percentages

%0
%18.71
%37.42
%39.22

Codes

Color #9B7E61 in popluar color models

9B7E61
RGB15512697
HSL30°23.02%49.41%
HSB/HSV30°37.42%60.78%
CMYK0.00%18.71%37.42%
39.22%

Color #9B7E61 in popluar number systems.

HEX9B7E61
Decimal15512697
Binary1001101111111101100001
Octal233176141

Shades and tints

Shades of #9B7E61

#9B7E61
(155,126,97)
#8D7359
(141,115,89)
#7F6851
(127,104,81)
#715D49
(113,93,73)
#635241
(99,82,65)
#554739
(85,71,57)
#473C31
(71,60,49)
#393129
(57,49,41)
#2B2621
(43,38,33)
#1D1B19
(29,27,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #9B7E61

#9B7E61
(155,126,97)
#A4896F
(164,137,111)
#AD947D
(173,148,125)
#B69F8B
(182,159,139)
#BFAA99
(191,170,153)
#C8B5A7
(200,181,167)
#D1C0B5
(209,192,181)
#DACBC3
(218,203,195)
#E3D6D1
(227,214,209)
#ECE1DF
(236,225,223)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7E61 color. Also use rgb(155,126,97) instead hex code.

Text Font Color

.myTextColor { color: #9B7E61; }

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

This text font color is #9B7E61.


Background Color

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

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

This div background color is #9B7E61.


Border color

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

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

This div border color is #9B7E61.


Opacity

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

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

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

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

This text has shadow with #9B7E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7E61 on black background.


Color preview on white background

This text has color #9B7E61 on white background.



Black color preview on #9B7E61 background

This text has black color on #9B7E61 background.


White color preview on #9B7E61 background

This text has white color on #9B7E61 background.