COLOR #9B7B4D

HEX: #9B7B4D
RGB: (155,123,77)

Color info

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

RGB color model

#9B7B4D color RGB value is (155,123,77).

  • red value is 155;
  • green value is 123;
  • blue value is 77.
RGB:
(155,123,77)
(61%,48%,30%)

RGB channels and saturation

R 155 of 255 = 61%
G 123 of 255 = 48%
B 77 of 255 = 30%

155
123
77

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

Portions of RGB colors in percentages

R + G + B =
155 + 123 + 77 = 355 (100%)
R 155 of 355 ~ 43.66%
G 123 of 355 ~ 34.65%
B 77 of 355 ~ 21.69%

%43.66
%34.65
%21.69

CMYK color model

#9B7B4D color CMYK value is (0,21,50,39).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 50.32%
  • key color value is 39.22%
CMYK:
(0,21,50,39)
C0M21Y50K39 
(0%,21%,50%,39%)
(0.00/0.21/0.50/0.39)	

CMYK percentages

%0
%20.65
%50.32
%39.22

Codes

Color #9B7B4D in popluar color models

9B7B4D
RGB15512377
HSL35°33.62%45.49%
HSB/HSV35°50.32%60.78%
CMYK0.00%20.65%50.32%
39.22%

Color #9B7B4D in popluar number systems.

HEX9B7B4D
Decimal15512377
Binary1001101111110111001101
Octal233173115

Shades and tints

Shades of #9B7B4D

#9B7B4D
(155,123,77)
#8D7046
(141,112,70)
#7F653F
(127,101,63)
#715A38
(113,90,56)
#634F31
(99,79,49)
#55442A
(85,68,42)
#473923
(71,57,35)
#392E1C
(57,46,28)
#2B2315
(43,35,21)
#1D180E
(29,24,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #9B7B4D

#9B7B4D
(155,123,77)
#A4875D
(164,135,93)
#AD936D
(173,147,109)
#B69F7D
(182,159,125)
#BFAB8D
(191,171,141)
#C8B79D
(200,183,157)
#D1C3AD
(209,195,173)
#DACFBD
(218,207,189)
#E3DBCD
(227,219,205)
#ECE7DD
(236,231,221)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7B4D color. Also use rgb(155,123,77) instead hex code.

Text Font Color

.myTextColor { color: #9B7B4D; }

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

This text font color is #9B7B4D.


Background Color

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

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

This div background color is #9B7B4D.


Border color

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

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

This div border color is #9B7B4D.


Opacity

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

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

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

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

This text has shadow with #9B7B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7B4D on black background.


Color preview on white background

This text has color #9B7B4D on white background.



Black color preview on #9B7B4D background

This text has black color on #9B7B4D background.


White color preview on #9B7B4D background

This text has white color on #9B7B4D background.