COLOR #96847B

HEX: #96847B RGB: (150,132,123)

Color info

#96847B contains red, green and blue colors in about the same proportion. Web safe color of #96847B is #999966 (or #996).

RGB color model

#96847B color RGB value is (150,132,123).

RGB: (150,132,123) (59%, 52%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 123 of 255 = 48%

150
132
123

R + G + B ~ 53%. #96847B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 132 + 123 = 405 (100%)
R 150 of 405 ~ 37.04%
G 132 of 405 ~ 32.59%
B 123 of 405 ~ 30.37'%

%37.04
%32.59
%30.37

CMYK color model

#96847B color CMYK value is (0,12,18,41).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 18.00%
  • key color value is 41.18%

CMYK: (0,12,18,41)
C0M12Y18K41 (0%, 12%, 18%, 41%)
(0.00 / 0.12 / 0.18 / 0.41)

CMYK percentages

%0
%12
%18
%41.18

Codes

Color #96847B in popluar color models

96 84 7B
RGB 150 132 123
HSL 20° 11.39% 53.53%
HSB/HSV 20° 18.00% 58.82%
CMYK 0.00% 12.00% 18.00%
41.18%

Color #96847B in popluar number systems.

HEX 96 84 7B
Decimal 150 132 123
Binary 10010110 10000100 1111011
Octal 226 204 173

Shades and tints

Shades of #96847B

#96847B
(150,132,123)
#897870
(137,120,112)
#7C6C65
(124,108,101)
#6F605A
(111,96,90)
#62544F
(98,84,79)
#554844
(85,72,68)
#483C39
(72,60,57)
#3B302E
(59,48,46)
#2E2423
(46,36,35)
#211818
(33,24,24)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #96847B

#96847B
(150,132,123)
#9F8F87
(159,143,135)
#A89A93
(168,154,147)
#B1A59F
(177,165,159)
#BAB0AB
(186,176,171)
#C3BBB7
(195,187,183)
#CCC6C3
(204,198,195)
#D5D1CF
(213,209,207)
#DEDCDB
(222,220,219)
#E7E7E7
(231,231,231)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96847B color. Also use rgb(150,132,123) instead hex code.

Text Font Color

.myTextColor { color: #96847B; }

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

This text font color is #96847B.

Background Color

.myBgColor { background-color: #96847B; }

<div style="background-color:#96847B">Inner text</div>

This div background color is #96847B.

Border color

.myBorderColor { border: 1px solid #96847B; }

<div style="border:3px solid #96847B">Div</div>

This div border color is #96847B.

Opacity

.myOpacity80 { color: #96847B; opacity: 0.8; }

<p style="color:#96847B;opacity:0.8;">80%</p>

Text with #96847B 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 #96847B;}

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

This text has shadow with #96847B color.


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

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

This text has shadow with #96847B primary color and red secondary color.


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

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

This text has shadow with #96847B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96847B.

Preview

Color preview on black background

This text has color #96847B on black background.


Color preview on white background

This text has color #96847B on white background.


Black color preview on #96847B background

This text has black color on #96847B background.


White color preview on #96847B background

This text has white color on #96847B background.


Related colors

Complementary color

Complementary color for #hex is #697B84.


I love getcolorcode.com

Triadic colors

1 #7B9684 and #847B96 with #96847B are triadic colors.

2 #7B8496 and #84967B with #96847B are triadic colors.