COLOR #9B7073

HEX: #9B7073
RGB: (155,112,115)

Color info

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

RGB color model

#9B7073 color RGB value is (155,112,115).

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

RGB channels and saturation

R 155 of 255 = 61%
G 112 of 255 = 44%
B 115 of 255 = 45%

155
112
115

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

Portions of RGB colors in percentages

R + G + B =
155 + 112 + 115 = 382 (100%)
R 155 of 382 ~ 40.58%
G 112 of 382 ~ 29.32%
B 115 of 382 ~ 30.1%

%40.58
%29.32
%30.1

CMYK color model

#9B7073 color CMYK value is (0,28,26,39).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 25.81%
  • key color value is 39.22%
CMYK:
(0,28,26,39)
C0M28Y26K39 
(0%,28%,26%,39%)
(0.00/0.28/0.26/0.39)	

CMYK percentages

%0
%27.74
%25.81
%39.22

Codes

Color #9B7073 in popluar color models

9B7073
RGB155112115
HSL356°17.70%52.35%
HSB/HSV356°27.74%60.78%
CMYK0.00%27.74%25.81%
39.22%

Color #9B7073 in popluar number systems.

HEX9B7073
Decimal155112115
Binary1001101111100001110011
Octal233160163

Shades and tints

Shades of #9B7073

#9B7073
(155,112,115)
#8D6669
(141,102,105)
#7F5C5F
(127,92,95)
#715255
(113,82,85)
#63484B
(99,72,75)
#553E41
(85,62,65)
#473437
(71,52,55)
#392A2D
(57,42,45)
#2B2023
(43,32,35)
#1D1619
(29,22,25)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #9B7073

#9B7073
(155,112,115)
#A47D7F
(164,125,127)
#AD8A8B
(173,138,139)
#B69797
(182,151,151)
#BFA4A3
(191,164,163)
#C8B1AF
(200,177,175)
#D1BEBB
(209,190,187)
#DACBC7
(218,203,199)
#E3D8D3
(227,216,211)
#ECE5DF
(236,229,223)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7073; }

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

This text font color is #9B7073.


Background Color

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

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

This div background color is #9B7073.


Border color

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

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

This div border color is #9B7073.


Opacity

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

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

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

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

This text has shadow with #9B7073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7073 on black background.


Color preview on white background

This text has color #9B7073 on white background.



Black color preview on #9B7073 background

This text has black color on #9B7073 background.


White color preview on #9B7073 background

This text has white color on #9B7073 background.