COLOR #9B736E

HEX: #9B736E
RGB: (155,115,110)

Color info

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

RGB color model

#9B736E color RGB value is (155,115,110).

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

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 110 of 255 = 43%

155
115
110

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

Portions of RGB colors in percentages

R + G + B =
155 + 115 + 110 = 380 (100%)
R 155 of 380 ~ 40.79%
G 115 of 380 ~ 30.26%
B 110 of 380 ~ 28.95%

%40.79
%30.26
%28.95

CMYK color model

#9B736E color CMYK value is (0,26,29,39).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(0,26,29,39)
C0M26Y29K39 
(0%,26%,29%,39%)
(0.00/0.26/0.29/0.39)	

CMYK percentages

%0
%25.81
%29.03
%39.22

Codes

Color #9B736E in popluar color models

9B736E
RGB155115110
HSL18.37%51.96%
HSB/HSV29.03%60.78%
CMYK0.00%25.81%29.03%
39.22%

Color #9B736E in popluar number systems.

HEX9B736E
Decimal155115110
Binary1001101111100111101110
Octal233163156

Shades and tints

Shades of #9B736E

#9B736E
(155,115,110)
#8D6964
(141,105,100)
#7F5F5A
(127,95,90)
#715550
(113,85,80)
#634B46
(99,75,70)
#55413C
(85,65,60)
#473732
(71,55,50)
#392D28
(57,45,40)
#2B231E
(43,35,30)
#1D1914
(29,25,20)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #9B736E

#9B736E
(155,115,110)
#A47F7B
(164,127,123)
#AD8B88
(173,139,136)
#B69795
(182,151,149)
#BFA3A2
(191,163,162)
#C8AFAF
(200,175,175)
#D1BBBC
(209,187,188)
#DAC7C9
(218,199,201)
#E3D3D6
(227,211,214)
#ECDFE3
(236,223,227)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B736E; }

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

This text font color is #9B736E.


Background Color

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

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

This div background color is #9B736E.


Border color

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

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

This div border color is #9B736E.


Opacity

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

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

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

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

This text has shadow with #9B736E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B736E on black background.


Color preview on white background

This text has color #9B736E on white background.



Black color preview on #9B736E background

This text has black color on #9B736E background.


White color preview on #9B736E background

This text has white color on #9B736E background.