COLOR #9B5C38

HEX: #9B5C38
RGB: (155,92,56)

Color info

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

RGB color model

#9B5C38 color RGB value is (155,92,56).

  • red value is 155;
  • green value is 92;
  • blue value is 56.
RGB:
(155,92,56)
(61%,36%,22%)

RGB channels and saturation

R 155 of 255 = 61%
G 92 of 255 = 36%
B 56 of 255 = 22%

155
92
56

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

Portions of RGB colors in percentages

R + G + B =
155 + 92 + 56 = 303 (100%)
R 155 of 303 ~ 51.16%
G 92 of 303 ~ 30.36%
B 56 of 303 ~ 18.48%

%51.16
%30.36
%18.48

CMYK color model

#9B5C38 color CMYK value is (0,41,64,39).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 63.87%
  • key color value is 39.22%
CMYK:
(0,41,64,39)
C0M41Y64K39 
(0%,41%,64%,39%)
(0.00/0.41/0.64/0.39)	

CMYK percentages

%0
%40.65
%63.87
%39.22

Codes

Color #9B5C38 in popluar color models

9B5C38
RGB1559256
HSL22°46.92%41.37%
HSB/HSV22°63.87%60.78%
CMYK0.00%40.65%63.87%
39.22%

Color #9B5C38 in popluar number systems.

HEX9B5C38
Decimal1559256
Binary100110111011100111000
Octal23313470

Shades and tints

Shades of #9B5C38

#9B5C38
(155,92,56)
#8D5433
(141,84,51)
#7F4C2E
(127,76,46)
#714429
(113,68,41)
#633C24
(99,60,36)
#55341F
(85,52,31)
#472C1A
(71,44,26)
#392415
(57,36,21)
#2B1C10
(43,28,16)
#1D140B
(29,20,11)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #9B5C38

#9B5C38
(155,92,56)
#A46A4A
(164,106,74)
#AD785C
(173,120,92)
#B6866E
(182,134,110)
#BF9480
(191,148,128)
#C8A292
(200,162,146)
#D1B0A4
(209,176,164)
#DABEB6
(218,190,182)
#E3CCC8
(227,204,200)
#ECDADA
(236,218,218)
#F5E8EC
(245,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5C38 color. Also use rgb(155,92,56) instead hex code.

Text Font Color

.myTextColor { color: #9B5C38; }

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

This text font color is #9B5C38.


Background Color

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

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

This div background color is #9B5C38.


Border color

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

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

This div border color is #9B5C38.


Opacity

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

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

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

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

This text has shadow with #9B5C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5C38 on black background.


Color preview on white background

This text has color #9B5C38 on white background.



Black color preview on #9B5C38 background

This text has black color on #9B5C38 background.


White color preview on #9B5C38 background

This text has white color on #9B5C38 background.