COLOR #96747E

HEX: #96747E
RGB: (150,116,126)

Color info

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

RGB color model

#96747E color RGB value is (150,116,126).

  • red value is 150;
  • green value is 116;
  • blue value is 126.
RGB:
(150,116,126)
(59%,45%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 116 of 255 = 45%
B 126 of 255 = 49%

150
116
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 116 + 126 = 392 (100%)
R 150 of 392 ~ 38.27%
G 116 of 392 ~ 29.59%
B 126 of 392 ~ 32.14%

%38.27
%29.59
%32.14

CMYK color model

#96747E color CMYK value is (0,23,16,41).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(0,23,16,41)
C0M23Y16K41 
(0%,23%,16%,41%)
(0.00/0.23/0.16/0.41)	

CMYK percentages

%0
%22.67
%16
%41.18

Codes

Color #96747E in popluar color models

96747E
RGB150116126
HSL342°13.93%52.16%
HSB/HSV342°22.67%58.82%
CMYK0.00%22.67%16.00%
41.18%

Color #96747E in popluar number systems.

HEX96747E
Decimal150116126
Binary1001011011101001111110
Octal226164176

Shades and tints

Shades of #96747E

#96747E
(150,116,126)
#896A73
(137,106,115)
#7C6068
(124,96,104)
#6F565D
(111,86,93)
#624C52
(98,76,82)
#554247
(85,66,71)
#48383C
(72,56,60)
#3B2E31
(59,46,49)
#2E2426
(46,36,38)
#211A1B
(33,26,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #96747E

#96747E
(150,116,126)
#9F8089
(159,128,137)
#A88C94
(168,140,148)
#B1989F
(177,152,159)
#BAA4AA
(186,164,170)
#C3B0B5
(195,176,181)
#CCBCC0
(204,188,192)
#D5C8CB
(213,200,203)
#DED4D6
(222,212,214)
#E7E0E1
(231,224,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96747E; }

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

This text font color is #96747E.


Background Color

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

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

This div background color is #96747E.


Border color

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

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

This div border color is #96747E.


Opacity

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

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

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

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

This text has shadow with #96747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96747E on black background.


Color preview on white background

This text has color #96747E on white background.



Black color preview on #96747E background

This text has black color on #96747E background.


White color preview on #96747E background

This text has white color on #96747E background.