COLOR #9B7F5E

HEX: #9B7F5E
RGB: (155,127,94)

Color info

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

RGB color model

#9B7F5E color RGB value is (155,127,94).

  • red value is 155;
  • green value is 127;
  • blue value is 94.
RGB:
(155,127,94)
(61%,50%,37%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 94 of 255 = 37%

155
127
94

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

Portions of RGB colors in percentages

R + G + B =
155 + 127 + 94 = 376 (100%)
R 155 of 376 ~ 41.22%
G 127 of 376 ~ 33.78%
B 94 of 376 ~ 25%

%41.22
%33.78
%25

CMYK color model

#9B7F5E color CMYK value is (0,18,39,39).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 39.35%
  • key color value is 39.22%
CMYK:
(0,18,39,39)
C0M18Y39K39 
(0%,18%,39%,39%)
(0.00/0.18/0.39/0.39)	

CMYK percentages

%0
%18.06
%39.35
%39.22

Codes

Color #9B7F5E in popluar color models

9B7F5E
RGB15512794
HSL32°24.50%48.82%
HSB/HSV32°39.35%60.78%
CMYK0.00%18.06%39.35%
39.22%

Color #9B7F5E in popluar number systems.

HEX9B7F5E
Decimal15512794
Binary1001101111111111011110
Octal233177136

Shades and tints

Shades of #9B7F5E

#9B7F5E
(155,127,94)
#8D7456
(141,116,86)
#7F694E
(127,105,78)
#715E46
(113,94,70)
#63533E
(99,83,62)
#554836
(85,72,54)
#473D2E
(71,61,46)
#393226
(57,50,38)
#2B271E
(43,39,30)
#1D1C16
(29,28,22)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #9B7F5E

#9B7F5E
(155,127,94)
#A48A6C
(164,138,108)
#AD957A
(173,149,122)
#B6A088
(182,160,136)
#BFAB96
(191,171,150)
#C8B6A4
(200,182,164)
#D1C1B2
(209,193,178)
#DACCC0
(218,204,192)
#E3D7CE
(227,215,206)
#ECE2DC
(236,226,220)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7F5E color. Also use rgb(155,127,94) instead hex code.

Text Font Color

.myTextColor { color: #9B7F5E; }

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

This text font color is #9B7F5E.


Background Color

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

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

This div background color is #9B7F5E.


Border color

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

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

This div border color is #9B7F5E.


Opacity

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

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

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

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

This text has shadow with #9B7F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7F5E on black background.


Color preview on white background

This text has color #9B7F5E on white background.



Black color preview on #9B7F5E background

This text has black color on #9B7F5E background.


White color preview on #9B7F5E background

This text has white color on #9B7F5E background.