COLOR #96837B

HEX: #96837B RGB: (150,131,123)

Color info

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

RGB color model

#96837B color RGB value is (150,131,123).

RGB: (150,131,123) (59%, 51%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 123 of 255 = 48%

150
131
123

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

Portions of RGB colors in percentages

R + G + B = 150 + 131 + 123 = 404 (100%)
R 150 of 404 ~ 37.13%
G 131 of 404 ~ 32.43%
B 123 of 404 ~ 30.45'%

%37.13
%32.43
%30.45

CMYK color model

#96837B color CMYK value is (0,13,18,41).

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

CMYK: (0,13,18,41)
C0M13Y18K41 (0%, 13%, 18%, 41%)
(0.00 / 0.13 / 0.18 / 0.41)

CMYK percentages

%0
%12.67
%18
%41.18

Codes

Color #96837B in popluar color models

96 83 7B
RGB 150 131 123
HSL 18° 11.39% 53.53%
HSB/HSV 18° 18.00% 58.82%
CMYK 0.00% 12.67% 18.00%
41.18%

Color #96837B in popluar number systems.

HEX 96 83 7B
Decimal 150 131 123
Binary 10010110 10000011 1111011
Octal 226 203 173

Shades and tints

Shades of #96837B

#96837B
(150,131,123)
#897870
(137,120,112)
#7C6D65
(124,109,101)
#6F625A
(111,98,90)
#62574F
(98,87,79)
#554C44
(85,76,68)
#484139
(72,65,57)
#3B362E
(59,54,46)
#2E2B23
(46,43,35)
#212018
(33,32,24)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #96837B

#96837B
(150,131,123)
#9F8E87
(159,142,135)
#A89993
(168,153,147)
#B1A49F
(177,164,159)
#BAAFAB
(186,175,171)
#C3BAB7
(195,186,183)
#CCC5C3
(204,197,195)
#D5D0CF
(213,208,207)
#DEDBDB
(222,219,219)
#E7E6E7
(231,230,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96837B; }

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

This text font color is #96837B.

Background Color

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

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

This div background color is #96837B.

Border color

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

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

This div border color is #96837B.

Opacity

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

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

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

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

This text has shadow with #96837B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96837B.

Preview

Color preview on black background

This text has color #96837B on black background.


Color preview on white background

This text has color #96837B on white background.


Black color preview on #96837B background

This text has black color on #96837B background.


White color preview on #96837B background

This text has white color on #96837B background.


Related colors

Complementary color

Complementary color for #hex is #697C84.


I love getcolorcode.com

Triadic colors

1 #7B9683 and #837B96 with #96837B are triadic colors.

2 #7B8396 and #83967B with #96837B are triadic colors.