COLOR #96747B

HEX: #96747B RGB: (150,116,123)

Color info

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

RGB color model

#96747B color RGB value is (150,116,123).

RGB: (150,116,123) (59%, 45%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 116 of 255 = 45%
B 123 of 255 = 48%

150
116
123

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

Portions of RGB colors in percentages

R + G + B = 150 + 116 + 123 = 389 (100%)
R 150 of 389 ~ 38.56%
G 116 of 389 ~ 29.82%
B 123 of 389 ~ 31.62'%

%38.56
%29.82
%31.62

CMYK color model

#96747B color CMYK value is (0,23,18,41).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK: (0,23,18,41) C0M23Y18K41 (0%,23%,18%,41%) (0.00/0.23/0.18/0.41) 

CMYK percentages

%0
%22.67
%18
%41.18

Codes

Color #96747B in popluar color models

96 74 7B
RGB 150 116 123
HSL 348° 13.93% 52.16%
HSB/HSV 348° 22.67% 58.82%
CMYK 0.00% 22.67% 18.00%
41.18%

Color #96747B in popluar number systems.

HEX 96 74 7B
Decimal 150 116 123
Binary 10010110 1110100 1111011
Octal 226 164 173

Shades and tints

Shades of #96747B

#96747B
(150,116,123)
#896A70
(137,106,112)
#7C6065
(124,96,101)
#6F565A
(111,86,90)
#624C4F
(98,76,79)
#554244
(85,66,68)
#483839
(72,56,57)
#3B2E2E
(59,46,46)
#2E2423
(46,36,35)
#211A18
(33,26,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #96747B

#96747B
(150,116,123)
#9F8087
(159,128,135)
#A88C93
(168,140,147)
#B1989F
(177,152,159)
#BAA4AB
(186,164,171)
#C3B0B7
(195,176,183)
#CCBCC3
(204,188,195)
#D5C8CF
(213,200,207)
#DED4DB
(222,212,219)
#E7E0E7
(231,224,231)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96747B; }

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

This text font color is #96747B.

Background Color

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

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

This div background color is #96747B.

Border color

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

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

This div border color is #96747B.

Opacity

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

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

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

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

This text has shadow with #96747B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96747B.

Preview

Color preview on black background

This text has color #96747B on black background.


Color preview on white background

This text has color #96747B on white background.


Black color preview on #96747B background

This text has black color on #96747B background.


White color preview on #96747B background

This text has white color on #96747B background.


Related colors

Complementary color

Complementary color for #hex is #698B84.


I love getcolorcode.com

Triadic colors

1 #7B9674 and #747B96 with #96747B are triadic colors.

2 #7B7496 and #74967B with #96747B are triadic colors.