COLOR #96607A

HEX: #96607A
RGB: (150,96,122)

Color info

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

RGB color model

#96607A color RGB value is (150,96,122).

  • red value is 150;
  • green value is 96;
  • blue value is 122.
RGB:
(150,96,122)
(59%,38%,48%)

RGB channels and saturation

R 150 of 255 = 59%
G 96 of 255 = 38%
B 122 of 255 = 48%

150
96
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 96 + 122 = 368 (100%)
R 150 of 368 ~ 40.76%
G 96 of 368 ~ 26.09%
B 122 of 368 ~ 33.15%

%40.76
%26.09
%33.15

CMYK color model

#96607A color CMYK value is (0,36,19,41).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 18.67%
  • key color value is 41.18%
CMYK:
(0,36,19,41)
C0M36Y19K41 
(0%,36%,19%,41%)
(0.00/0.36/0.19/0.41)	

CMYK percentages

%0
%36
%18.67
%41.18

Codes

Color #96607A in popluar color models

96607A
RGB15096122
HSL331°21.95%48.24%
HSB/HSV331°36.00%58.82%
CMYK0.00%36.00%18.67%
41.18%

Color #96607A in popluar number systems.

HEX96607A
Decimal15096122
Binary1001011011000001111010
Octal226140172

Shades and tints

Shades of #96607A

#96607A
(150,96,122)
#89586F
(137,88,111)
#7C5064
(124,80,100)
#6F4859
(111,72,89)
#62404E
(98,64,78)
#553843
(85,56,67)
#483038
(72,48,56)
#3B282D
(59,40,45)
#2E2022
(46,32,34)
#211817
(33,24,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #96607A

#96607A
(150,96,122)
#9F6E86
(159,110,134)
#A87C92
(168,124,146)
#B18A9E
(177,138,158)
#BA98AA
(186,152,170)
#C3A6B6
(195,166,182)
#CCB4C2
(204,180,194)
#D5C2CE
(213,194,206)
#DED0DA
(222,208,218)
#E7DEE6
(231,222,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96607A color. Also use rgb(150,96,122) instead hex code.

Text Font Color

.myTextColor { color: #96607A; }

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

This text font color is #96607A.


Background Color

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

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

This div background color is #96607A.


Border color

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

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

This div border color is #96607A.


Opacity

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

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

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

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

This text has shadow with #96607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96607A on black background.


Color preview on white background

This text has color #96607A on white background.



Black color preview on #96607A background

This text has black color on #96607A background.


White color preview on #96607A background

This text has white color on #96607A background.