COLOR #9B7D73

HEX: #9B7D73
RGB: (155,125,115)

Color info

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

RGB color model

#9B7D73 color RGB value is (155,125,115).

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

RGB channels and saturation

R 155 of 255 = 61%
G 125 of 255 = 49%
B 115 of 255 = 45%

155
125
115

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

Portions of RGB colors in percentages

R + G + B =
155 + 125 + 115 = 395 (100%)
R 155 of 395 ~ 39.24%
G 125 of 395 ~ 31.65%
B 115 of 395 ~ 29.11%

%39.24
%31.65
%29.11

CMYK color model

#9B7D73 color CMYK value is (0,19,26,39).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 25.81%
  • key color value is 39.22%
CMYK:
(0,19,26,39)
C0M19Y26K39 
(0%,19%,26%,39%)
(0.00/0.19/0.26/0.39)	

CMYK percentages

%0
%19.35
%25.81
%39.22

Codes

Color #9B7D73 in popluar color models

9B7D73
RGB155125115
HSL15°16.67%52.94%
HSB/HSV15°25.81%60.78%
CMYK0.00%19.35%25.81%
39.22%

Color #9B7D73 in popluar number systems.

HEX9B7D73
Decimal155125115
Binary1001101111111011110011
Octal233175163

Shades and tints

Shades of #9B7D73

#9B7D73
(155,125,115)
#8D7269
(141,114,105)
#7F675F
(127,103,95)
#715C55
(113,92,85)
#63514B
(99,81,75)
#554641
(85,70,65)
#473B37
(71,59,55)
#39302D
(57,48,45)
#2B2523
(43,37,35)
#1D1A19
(29,26,25)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #9B7D73

#9B7D73
(155,125,115)
#A4887F
(164,136,127)
#AD938B
(173,147,139)
#B69E97
(182,158,151)
#BFA9A3
(191,169,163)
#C8B4AF
(200,180,175)
#D1BFBB
(209,191,187)
#DACAC7
(218,202,199)
#E3D5D3
(227,213,211)
#ECE0DF
(236,224,223)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7D73; }

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

This text font color is #9B7D73.


Background Color

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

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

This div background color is #9B7D73.


Border color

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

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

This div border color is #9B7D73.


Opacity

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

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

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

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

This text has shadow with #9B7D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7D73 on black background.


Color preview on white background

This text has color #9B7D73 on white background.



Black color preview on #9B7D73 background

This text has black color on #9B7D73 background.


White color preview on #9B7D73 background

This text has white color on #9B7D73 background.