COLOR #9B7556

HEX: #9B7556
RGB: (155,117,86)

Color info

#9B7556 contains mainly red and green colors. Web safe color of #9B7556 is #996666 (or #966).

RGB color model

#9B7556 color RGB value is (155,117,86).

  • red value is 155;
  • green value is 117;
  • blue value is 86.
RGB:
(155,117,86)
(61%,46%,34%)

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 86 of 255 = 34%

155
117
86

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

Portions of RGB colors in percentages

R + G + B =
155 + 117 + 86 = 358 (100%)
R 155 of 358 ~ 43.3%
G 117 of 358 ~ 32.68%
B 86 of 358 ~ 24.02%

%43.3
%32.68
%24.02

CMYK color model

#9B7556 color CMYK value is (0,25,45,39).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 44.52%
  • key color value is 39.22%
CMYK:
(0,25,45,39)
C0M25Y45K39 
(0%,25%,45%,39%)
(0.00/0.25/0.45/0.39)	

CMYK percentages

%0
%24.52
%44.52
%39.22

Codes

Color #9B7556 in popluar color models

9B7556
RGB15511786
HSL27°28.63%47.25%
HSB/HSV27°44.52%60.78%
CMYK0.00%24.52%44.52%
39.22%

Color #9B7556 in popluar number systems.

HEX9B7556
Decimal15511786
Binary1001101111101011010110
Octal233165126

Shades and tints

Shades of #9B7556

#9B7556
(155,117,86)
#8D6B4F
(141,107,79)
#7F6148
(127,97,72)
#715741
(113,87,65)
#634D3A
(99,77,58)
#554333
(85,67,51)
#47392C
(71,57,44)
#392F25
(57,47,37)
#2B251E
(43,37,30)
#1D1B17
(29,27,23)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #9B7556

#9B7556
(155,117,86)
#A48165
(164,129,101)
#AD8D74
(173,141,116)
#B69983
(182,153,131)
#BFA592
(191,165,146)
#C8B1A1
(200,177,161)
#D1BDB0
(209,189,176)
#DAC9BF
(218,201,191)
#E3D5CE
(227,213,206)
#ECE1DD
(236,225,221)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7556 color. Also use rgb(155,117,86) instead hex code.

Text Font Color

.myTextColor { color: #9B7556; }

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

This text font color is #9B7556.


Background Color

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

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

This div background color is #9B7556.


Border color

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

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

This div border color is #9B7556.


Opacity

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

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

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

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

This text has shadow with #9B7556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7556 on black background.


Color preview on white background

This text has color #9B7556 on white background.



Black color preview on #9B7556 background

This text has black color on #9B7556 background.


White color preview on #9B7556 background

This text has white color on #9B7556 background.