COLOR #96739F

HEX: #96739F
RGB: (150,115,159)

Color info

#96739F contains red, green and blue colors in about the same proportion. Web safe color of #96739F is #996699 (or #969).

RGB color model

#96739F color RGB value is (150,115,159).

  • red value is 150;
  • green value is 115;
  • blue value is 159.
RGB:
(150,115,159)
(59%,45%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 115 of 255 = 45%
B 159 of 255 = 62%

150
115
159

R + G + B ~ 55%. #96739F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 115 + 159 = 424 (100%)
R 150 of 424 ~ 35.38%
G 115 of 424 ~ 27.12%
B 159 of 424 ~ 37.5%

%35.38
%27.12
%37.5

CMYK color model

#96739F color CMYK value is (6,28,0,38).

  • cyan value is 5.66%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,28,0,38)
C6M28Y0K38 
(6%,28%,0%,38%)
(0.06/0.28/0.00/0.38)	

CMYK percentages

%5.66
%27.67
%0
%37.65

Codes

Color #96739F in popluar color models

96739F
RGB150115159
HSL288°18.64%53.73%
HSB/HSV288°27.67%62.35%
CMYK5.66%27.67%0.00%
37.65%

Color #96739F in popluar number systems.

HEX96739F
Decimal150115159
Binary10010110111001110011111
Octal226163237

Shades and tints

Shades of #96739F

#96739F
(150,115,159)
#896991
(137,105,145)
#7C5F83
(124,95,131)
#6F5575
(111,85,117)
#624B67
(98,75,103)
#554159
(85,65,89)
#48374B
(72,55,75)
#3B2D3D
(59,45,61)
#2E232F
(46,35,47)
#211921
(33,25,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #96739F

#96739F
(150,115,159)
#9F7FA7
(159,127,167)
#A88BAF
(168,139,175)
#B197B7
(177,151,183)
#BAA3BF
(186,163,191)
#C3AFC7
(195,175,199)
#CCBBCF
(204,187,207)
#D5C7D7
(213,199,215)
#DED3DF
(222,211,223)
#E7DFE7
(231,223,231)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96739F color. Also use rgb(150,115,159) instead hex code.

Text Font Color

.myTextColor { color: #96739F; }

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

This text font color is #96739F.


Background Color

.myBgColor { background-color: #96739F; }

<div style="background-color:#96739F">Inner text</div>

This div background color is #96739F.


Border color

.myBorderColor { border: 1px solid #96739F; }

<div style="border:3px solid #96739F">Div</div>

This div border color is #96739F.


Opacity

.myOpacity80 { color: #96739F; opacity: 0.8; }

<p style="color:#96739F;opacity:0.8;">80%</p>

Text with #96739F 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 #96739F;}

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

This text has shadow with #96739F color.

.textShadow {text-shadow: 3px 3px 1px #96739F, 3px 3px 1px red;}

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

This text has shadow with #96739F primary color and red secondary color.


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

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

This text has shadow with #96739F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96739F on black background.


Color preview on white background

This text has color #96739F on white background.



Black color preview on #96739F background

This text has black color on #96739F background.


White color preview on #96739F background

This text has white color on #96739F background.