COLOR #9B7366

HEX: #9B7366
RGB: (155,115,102)

Color info

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

RGB color model

#9B7366 color RGB value is (155,115,102).

  • red value is 155;
  • green value is 115;
  • blue value is 102.
RGB:
(155,115,102)
(61%,45%,40%)

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 102 of 255 = 40%

155
115
102

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

Portions of RGB colors in percentages

R + G + B =
155 + 115 + 102 = 372 (100%)
R 155 of 372 ~ 41.67%
G 115 of 372 ~ 30.91%
B 102 of 372 ~ 27.42%

%41.67
%30.91
%27.42

CMYK color model

#9B7366 color CMYK value is (0,26,34,39).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 34.19%
  • key color value is 39.22%
CMYK:
(0,26,34,39)
C0M26Y34K39 
(0%,26%,34%,39%)
(0.00/0.26/0.34/0.39)	

CMYK percentages

%0
%25.81
%34.19
%39.22

Codes

Color #9B7366 in popluar color models

9B7366
RGB155115102
HSL15°20.95%50.39%
HSB/HSV15°34.19%60.78%
CMYK0.00%25.81%34.19%
39.22%

Color #9B7366 in popluar number systems.

HEX9B7366
Decimal155115102
Binary1001101111100111100110
Octal233163146

Shades and tints

Shades of #9B7366

#9B7366
(155,115,102)
#8D695D
(141,105,93)
#7F5F54
(127,95,84)
#71554B
(113,85,75)
#634B42
(99,75,66)
#554139
(85,65,57)
#473730
(71,55,48)
#392D27
(57,45,39)
#2B231E
(43,35,30)
#1D1915
(29,25,21)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #9B7366

#9B7366
(155,115,102)
#A47F73
(164,127,115)
#AD8B80
(173,139,128)
#B6978D
(182,151,141)
#BFA39A
(191,163,154)
#C8AFA7
(200,175,167)
#D1BBB4
(209,187,180)
#DAC7C1
(218,199,193)
#E3D3CE
(227,211,206)
#ECDFDB
(236,223,219)
#F5EBE8
(245,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7366 color. Also use rgb(155,115,102) instead hex code.

Text Font Color

.myTextColor { color: #9B7366; }

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

This text font color is #9B7366.


Background Color

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

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

This div background color is #9B7366.


Border color

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

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

This div border color is #9B7366.


Opacity

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

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

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

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

This text has shadow with #9B7366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7366 on black background.


Color preview on white background

This text has color #9B7366 on white background.



Black color preview on #9B7366 background

This text has black color on #9B7366 background.


White color preview on #9B7366 background

This text has white color on #9B7366 background.