COLOR #9B7868

HEX: #9B7868
RGB: (155,120,104)

Color info

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

RGB color model

#9B7868 color RGB value is (155,120,104).

  • red value is 155;
  • green value is 120;
  • blue value is 104.
RGB:
(155,120,104)
(61%,47%,41%)

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 104 of 255 = 41%

155
120
104

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

Portions of RGB colors in percentages

R + G + B =
155 + 120 + 104 = 379 (100%)
R 155 of 379 ~ 40.9%
G 120 of 379 ~ 31.66%
B 104 of 379 ~ 27.44%

%40.9
%31.66
%27.44

CMYK color model

#9B7868 color CMYK value is (0,23,33,39).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 32.90%
  • key color value is 39.22%
CMYK:
(0,23,33,39)
C0M23Y33K39 
(0%,23%,33%,39%)
(0.00/0.23/0.33/0.39)	

CMYK percentages

%0
%22.58
%32.9
%39.22

Codes

Color #9B7868 in popluar color models

9B7868
RGB155120104
HSL19°20.32%50.78%
HSB/HSV19°32.90%60.78%
CMYK0.00%22.58%32.90%
39.22%

Color #9B7868 in popluar number systems.

HEX9B7868
Decimal155120104
Binary1001101111110001101000
Octal233170150

Shades and tints

Shades of #9B7868

#9B7868
(155,120,104)
#8D6E5F
(141,110,95)
#7F6456
(127,100,86)
#715A4D
(113,90,77)
#635044
(99,80,68)
#55463B
(85,70,59)
#473C32
(71,60,50)
#393229
(57,50,41)
#2B2820
(43,40,32)
#1D1E17
(29,30,23)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #9B7868

#9B7868
(155,120,104)
#A48475
(164,132,117)
#AD9082
(173,144,130)
#B69C8F
(182,156,143)
#BFA89C
(191,168,156)
#C8B4A9
(200,180,169)
#D1C0B6
(209,192,182)
#DACCC3
(218,204,195)
#E3D8D0
(227,216,208)
#ECE4DD
(236,228,221)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7868 color. Also use rgb(155,120,104) instead hex code.

Text Font Color

.myTextColor { color: #9B7868; }

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

This text font color is #9B7868.


Background Color

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

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

This div background color is #9B7868.


Border color

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

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

This div border color is #9B7868.


Opacity

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

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

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

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

This text has shadow with #9B7868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7868 on black background.


Color preview on white background

This text has color #9B7868 on white background.



Black color preview on #9B7868 background

This text has black color on #9B7868 background.


White color preview on #9B7868 background

This text has white color on #9B7868 background.