COLOR #9B5F42

HEX: #9B5F42
RGB: (155,95,66)

Color info

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

RGB color model

#9B5F42 color RGB value is (155,95,66).

  • red value is 155;
  • green value is 95;
  • blue value is 66.
RGB:
(155,95,66)
(61%,37%,26%)

RGB channels and saturation

R 155 of 255 = 61%
G 95 of 255 = 37%
B 66 of 255 = 26%

155
95
66

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

Portions of RGB colors in percentages

R + G + B =
155 + 95 + 66 = 316 (100%)
R 155 of 316 ~ 49.05%
G 95 of 316 ~ 30.06%
B 66 of 316 ~ 20.89%

%49.05
%30.06
%20.89

CMYK color model

#9B5F42 color CMYK value is (0,39,57,39).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 57.42%
  • key color value is 39.22%
CMYK:
(0,39,57,39)
C0M39Y57K39 
(0%,39%,57%,39%)
(0.00/0.39/0.57/0.39)	

CMYK percentages

%0
%38.71
%57.42
%39.22

Codes

Color #9B5F42 in popluar color models

9B5F42
RGB1559566
HSL20°40.27%43.33%
HSB/HSV20°57.42%60.78%
CMYK0.00%38.71%57.42%
39.22%

Color #9B5F42 in popluar number systems.

HEX9B5F42
Decimal1559566
Binary1001101110111111000010
Octal233137102

Shades and tints

Shades of #9B5F42

#9B5F42
(155,95,66)
#8D573C
(141,87,60)
#7F4F36
(127,79,54)
#714730
(113,71,48)
#633F2A
(99,63,42)
#553724
(85,55,36)
#472F1E
(71,47,30)
#392718
(57,39,24)
#2B1F12
(43,31,18)
#1D170C
(29,23,12)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #9B5F42

#9B5F42
(155,95,66)
#A46D53
(164,109,83)
#AD7B64
(173,123,100)
#B68975
(182,137,117)
#BF9786
(191,151,134)
#C8A597
(200,165,151)
#D1B3A8
(209,179,168)
#DAC1B9
(218,193,185)
#E3CFCA
(227,207,202)
#ECDDDB
(236,221,219)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5F42 color. Also use rgb(155,95,66) instead hex code.

Text Font Color

.myTextColor { color: #9B5F42; }

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

This text font color is #9B5F42.


Background Color

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

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

This div background color is #9B5F42.


Border color

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

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

This div border color is #9B5F42.


Opacity

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

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

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

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

This text has shadow with #9B5F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5F42 on black background.


Color preview on white background

This text has color #9B5F42 on white background.



Black color preview on #9B5F42 background

This text has black color on #9B5F42 background.


White color preview on #9B5F42 background

This text has white color on #9B5F42 background.