COLOR #96717D

HEX: #96717D
RGB: (150,113,125)

Color info

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

RGB color model

#96717D color RGB value is (150,113,125).

  • red value is 150;
  • green value is 113;
  • blue value is 125.
RGB:
(150,113,125)
(59%,44%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 113 of 255 = 44%
B 125 of 255 = 49%

150
113
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 113 + 125 = 388 (100%)
R 150 of 388 ~ 38.66%
G 113 of 388 ~ 29.12%
B 125 of 388 ~ 32.22%

%38.66
%29.12
%32.22

CMYK color model

#96717D color CMYK value is (0,25,17,41).

  • cyan value is 0.00%
  • magenta value is 24.67%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(0,25,17,41)
C0M25Y17K41 
(0%,25%,17%,41%)
(0.00/0.25/0.17/0.41)	

CMYK percentages

%0
%24.67
%16.67
%41.18

Codes

Color #96717D in popluar color models

96717D
RGB150113125
HSL341°14.98%51.57%
HSB/HSV341°24.67%58.82%
CMYK0.00%24.67%16.67%
41.18%

Color #96717D in popluar number systems.

HEX96717D
Decimal150113125
Binary1001011011100011111101
Octal226161175

Shades and tints

Shades of #96717D

#96717D
(150,113,125)
#896772
(137,103,114)
#7C5D67
(124,93,103)
#6F535C
(111,83,92)
#624951
(98,73,81)
#553F46
(85,63,70)
#48353B
(72,53,59)
#3B2B30
(59,43,48)
#2E2125
(46,33,37)
#21171A
(33,23,26)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #96717D

#96717D
(150,113,125)
#9F7D88
(159,125,136)
#A88993
(168,137,147)
#B1959E
(177,149,158)
#BAA1A9
(186,161,169)
#C3ADB4
(195,173,180)
#CCB9BF
(204,185,191)
#D5C5CA
(213,197,202)
#DED1D5
(222,209,213)
#E7DDE0
(231,221,224)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96717D color. Also use rgb(150,113,125) instead hex code.

Text Font Color

.myTextColor { color: #96717D; }

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

This text font color is #96717D.


Background Color

.myBgColor { background-color: #96717D; }

<div style="background-color:#96717D">Inner text</div>

This div background color is #96717D.


Border color

.myBorderColor { border: 1px solid #96717D; }

<div style="border:3px solid #96717D">Div</div>

This div border color is #96717D.


Opacity

.myOpacity80 { color: #96717D; opacity: 0.8; }

<p style="color:#96717D;opacity:0.8;">80%</p>

Text with #96717D 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 #96717D;}

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

This text has shadow with #96717D color.

.textShadow {text-shadow: 3px 3px 1px #96717D, 3px 3px 1px red;}

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

This text has shadow with #96717D primary color and red secondary color.


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

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

This text has shadow with #96717D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96717D on black background.


Color preview on white background

This text has color #96717D on white background.



Black color preview on #96717D background

This text has black color on #96717D background.


White color preview on #96717D background

This text has white color on #96717D background.