COLOR #9B7042

HEX: #9B7042
RGB: (155,112,66)

Color info

#9B7042 contains mainly red and green colors. Web safe color of #9B7042 is #996633 (or #963).

RGB color model

#9B7042 color RGB value is (155,112,66).

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

RGB channels and saturation

R 155 of 255 = 61%
G 112 of 255 = 44%
B 66 of 255 = 26%

155
112
66

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

Portions of RGB colors in percentages

R + G + B =
155 + 112 + 66 = 333 (100%)
R 155 of 333 ~ 46.55%
G 112 of 333 ~ 33.63%
B 66 of 333 ~ 19.82%

%46.55
%33.63
%19.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 57.42%
  • key color value is 39.22%
CMYK:
(0,28,57,39)
C0M28Y57K39 
(0%,28%,57%,39%)
(0.00/0.28/0.57/0.39)	

CMYK percentages

%0
%27.74
%57.42
%39.22

Codes

Color #9B7042 in popluar color models

9B7042
RGB15511266
HSL31°40.27%43.33%
HSB/HSV31°57.42%60.78%
CMYK0.00%27.74%57.42%
39.22%

Color #9B7042 in popluar number systems.

HEX9B7042
Decimal15511266
Binary1001101111100001000010
Octal233160102

Shades and tints

Shades of #9B7042

#9B7042
(155,112,66)
#8D663C
(141,102,60)
#7F5C36
(127,92,54)
#715230
(113,82,48)
#63482A
(99,72,42)
#553E24
(85,62,36)
#47341E
(71,52,30)
#392A18
(57,42,24)
#2B2012
(43,32,18)
#1D160C
(29,22,12)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #9B7042

#9B7042
(155,112,66)
#A47D53
(164,125,83)
#AD8A64
(173,138,100)
#B69775
(182,151,117)
#BFA486
(191,164,134)
#C8B197
(200,177,151)
#D1BEA8
(209,190,168)
#DACBB9
(218,203,185)
#E3D8CA
(227,216,202)
#ECE5DB
(236,229,219)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7042; }

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

This text font color is #9B7042.


Background Color

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

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

This div background color is #9B7042.


Border color

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

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

This div border color is #9B7042.


Opacity

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

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

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

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

This text has shadow with #9B7042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7042 on black background.


Color preview on white background

This text has color #9B7042 on white background.



Black color preview on #9B7042 background

This text has black color on #9B7042 background.


White color preview on #9B7042 background

This text has white color on #9B7042 background.