COLOR #9B5633

HEX: #9B5633
RGB: (155,86,51)

Color info

#9B5633 contains mainly red color. Web safe color of #9B5633 is #996633 (or #963).

RGB color model

#9B5633 color RGB value is (155,86,51).

  • red value is 155;
  • green value is 86;
  • blue value is 51.
RGB:
(155,86,51)
(61%,34%,20%)

RGB channels and saturation

R 155 of 255 = 61%
G 86 of 255 = 34%
B 51 of 255 = 20%

155
86
51

R + G + B ~ 38%. #9B5633 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 86 + 51 = 292 (100%)
R 155 of 292 ~ 53.08%
G 86 of 292 ~ 29.45%
B 51 of 292 ~ 17.47%

%53.08
%29.45
%17.47

CMYK color model

#9B5633 color CMYK value is (0,45,67,39).

  • cyan value is 0.00%
  • magenta value is 44.52%
  • yellow value is 67.10%
  • key color value is 39.22%
CMYK:
(0,45,67,39)
C0M45Y67K39 
(0%,45%,67%,39%)
(0.00/0.45/0.67/0.39)	

CMYK percentages

%0
%44.52
%67.1
%39.22

Codes

Color #9B5633 in popluar color models

9B5633
RGB1558651
HSL20°50.49%40.39%
HSB/HSV20°67.10%60.78%
CMYK0.00%44.52%67.10%
39.22%

Color #9B5633 in popluar number systems.

HEX9B5633
Decimal1558651
Binary100110111010110110011
Octal23312663

Shades and tints

Shades of #9B5633

#9B5633
(155,86,51)
#8D4F2F
(141,79,47)
#7F482B
(127,72,43)
#714127
(113,65,39)
#633A23
(99,58,35)
#55331F
(85,51,31)
#472C1B
(71,44,27)
#392517
(57,37,23)
#2B1E13
(43,30,19)
#1D170F
(29,23,15)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #9B5633

#9B5633
(155,86,51)
#A46545
(164,101,69)
#AD7457
(173,116,87)
#B68369
(182,131,105)
#BF927B
(191,146,123)
#C8A18D
(200,161,141)
#D1B09F
(209,176,159)
#DABFB1
(218,191,177)
#E3CEC3
(227,206,195)
#ECDDD5
(236,221,213)
#F5ECE7
(245,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5633 color. Also use rgb(155,86,51) instead hex code.

Text Font Color

.myTextColor { color: #9B5633; }

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

This text font color is #9B5633.


Background Color

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

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

This div background color is #9B5633.


Border color

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

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

This div border color is #9B5633.


Opacity

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

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

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

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

This text has shadow with #9B5633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5633 on black background.


Color preview on white background

This text has color #9B5633 on white background.



Black color preview on #9B5633 background

This text has black color on #9B5633 background.


White color preview on #9B5633 background

This text has white color on #9B5633 background.