COLOR #9B7968

HEX: #9B7968 RGB: (155,121,104)

Color info

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

RGB color model

#9B7968 color RGB value is (155,121,104).

RGB: (155,121,104) (61%, 47%, 41%)

RGB channels and saturation

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

155
121
104

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

Portions of RGB colors in percentages

R + G + B = 155 + 121 + 104 = 380 (100%)
R 155 of 380 ~ 40.79%
G 121 of 380 ~ 31.84%
B 104 of 380 ~ 27.37'%

%40.79
%31.84
%27.37

CMYK color model

#9B7968 color CMYK value is (0,22,33,39).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 32.90%
  • key color value is 39.22%

CMYK: (0,22,33,39)
C0M22Y33K39 (0%, 22%, 33%, 39%)
(0.00 / 0.22 / 0.33 / 0.39)

CMYK percentages

%0
%21.94
%32.9
%39.22

Codes

Color #9B7968 in popluar color models

9B 79 68
RGB 155 121 104
HSL 20° 20.32% 50.78%
HSB/HSV 20° 32.90% 60.78%
CMYK 0.00% 21.94% 32.90%
39.22%

Color #9B7968 in popluar number systems.

HEX 9B 79 68
Decimal 155 121 104
Binary 10011011 1111001 1101000
Octal 233 171 150

Shades and tints

Shades of #9B7968

#9B7968
(155,121,104)
#8D6E5F
(141,110,95)
#7F6356
(127,99,86)
#71584D
(113,88,77)
#634D44
(99,77,68)
#55423B
(85,66,59)
#473732
(71,55,50)
#392C29
(57,44,41)
#2B2120
(43,33,32)
#1D1617
(29,22,23)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #9B7968

#9B7968
(155,121,104)
#A48575
(164,133,117)
#AD9182
(173,145,130)
#B69D8F
(182,157,143)
#BFA99C
(191,169,156)
#C8B5A9
(200,181,169)
#D1C1B6
(209,193,182)
#DACDC3
(218,205,195)
#E3D9D0
(227,217,208)
#ECE5DD
(236,229,221)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7968; }

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

This text font color is #9B7968.

Background Color

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

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

This div background color is #9B7968.

Border color

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

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

This div border color is #9B7968.

Opacity

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

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

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

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

This text has shadow with #9B7968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7968.

Preview

Color preview on black background

This text has color #9B7968 on black background.


Color preview on white background

This text has color #9B7968 on white background.


Black color preview on #9B7968 background

This text has black color on #9B7968 background.


White color preview on #9B7968 background

This text has white color on #9B7968 background.


Related colors

Complementary color

Complementary color for #hex is #648697.


I love getcolorcode.com

Triadic colors

1 #689B79 and #79689B with #9B7968 are triadic colors.

2 #68799B and #799B68 with #9B7968 are triadic colors.