COLOR #96729A

HEX: #96729A
RGB: (150,114,154)

Color info

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

RGB color model

#96729A color RGB value is (150,114,154).

  • red value is 150;
  • green value is 114;
  • blue value is 154.
RGB:
(150,114,154)
(59%,45%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 154 of 255 = 60%

150
114
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 154 = 418 (100%)
R 150 of 418 ~ 35.89%
G 114 of 418 ~ 27.27%
B 154 of 418 ~ 36.84%

%35.89
%27.27
%36.84

CMYK color model

#96729A color CMYK value is (3,26,0,40).

  • cyan value is 2.60%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,26,0,40)
C3M26Y0K40 
(3%,26%,0%,40%)
(0.03/0.26/0.00/0.40)	

CMYK percentages

%2.6
%25.97
%0
%39.61

Codes

Color #96729A in popluar color models

96729A
RGB150114154
HSL294°16.53%52.55%
HSB/HSV294°25.97%60.39%
CMYK2.60%25.97%0.00%
39.61%

Color #96729A in popluar number systems.

HEX96729A
Decimal150114154
Binary10010110111001010011010
Octal226162232

Shades and tints

Shades of #96729A

#96729A
(150,114,154)
#89688C
(137,104,140)
#7C5E7E
(124,94,126)
#6F5470
(111,84,112)
#624A62
(98,74,98)
#554054
(85,64,84)
#483646
(72,54,70)
#3B2C38
(59,44,56)
#2E222A
(46,34,42)
#21181C
(33,24,28)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #96729A

#96729A
(150,114,154)
#9F7EA3
(159,126,163)
#A88AAC
(168,138,172)
#B196B5
(177,150,181)
#BAA2BE
(186,162,190)
#C3AEC7
(195,174,199)
#CCBAD0
(204,186,208)
#D5C6D9
(213,198,217)
#DED2E2
(222,210,226)
#E7DEEB
(231,222,235)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96729A color. Also use rgb(150,114,154) instead hex code.

Text Font Color

.myTextColor { color: #96729A; }

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

This text font color is #96729A.


Background Color

.myBgColor { background-color: #96729A; }

<div style="background-color:#96729A">Inner text</div>

This div background color is #96729A.


Border color

.myBorderColor { border: 1px solid #96729A; }

<div style="border:3px solid #96729A">Div</div>

This div border color is #96729A.


Opacity

.myOpacity80 { color: #96729A; opacity: 0.8; }

<p style="color:#96729A;opacity:0.8;">80%</p>

Text with #96729A 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 #96729A;}

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

This text has shadow with #96729A color.

.textShadow {text-shadow: 3px 3px 1px #96729A, 3px 3px 1px red;}

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

This text has shadow with #96729A primary color and red secondary color.


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

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

This text has shadow with #96729A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96729A on black background.


Color preview on white background

This text has color #96729A on white background.



Black color preview on #96729A background

This text has black color on #96729A background.


White color preview on #96729A background

This text has white color on #96729A background.