COLOR #96175D

HEX: #96175D
RGB: (150,23,93)

Color info

#96175D contains mainly red and blue colors. Web safe color of #96175D is #990066 (or #906).

RGB color model

#96175D color RGB value is (150,23,93).

  • red value is 150;
  • green value is 23;
  • blue value is 93.
RGB:
(150,23,93)
(59%,9%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 23 of 255 = 9%
B 93 of 255 = 36%

150
23
93

R + G + B ~ 35%. #96175D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 23 + 93 = 266 (100%)
R 150 of 266 ~ 56.39%
G 23 of 266 ~ 8.65%
B 93 of 266 ~ 34.96%

%56.39
%34.96

CMYK color model

#96175D color CMYK value is (0,85,38,41).

  • cyan value is 0.00%
  • magenta value is 84.67%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(0,85,38,41)
C0M85Y38K41 
(0%,85%,38%,41%)
(0.00/0.85/0.38/0.41)	

CMYK percentages

%0
%84.67
%38
%41.18

Codes

Color #96175D in popluar color models

96175D
RGB1502393
HSL327°73.41%33.92%
HSB/HSV327°84.67%58.82%
CMYK0.00%84.67%38.00%
41.18%

Color #96175D in popluar number systems.

HEX96175D
Decimal1502393
Binary10010110101111011101
Octal22627135

Shades and tints

Shades of #96175D

#96175D
(150,23,93)
#891555
(137,21,85)
#7C134D
(124,19,77)
#6F1145
(111,17,69)
#620F3D
(98,15,61)
#550D35
(85,13,53)
#480B2D
(72,11,45)
#3B0925
(59,9,37)
#2E071D
(46,7,29)
#210515
(33,5,21)
#14030D
(20,3,13)
#000000
(0,0,0)

Tints of #96175D

#96175D
(150,23,93)
#9F2C6B
(159,44,107)
#A84179
(168,65,121)
#B15687
(177,86,135)
#BA6B95
(186,107,149)
#C380A3
(195,128,163)
#CC95B1
(204,149,177)
#D5AABF
(213,170,191)
#DEBFCD
(222,191,205)
#E7D4DB
(231,212,219)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96175D color. Also use rgb(150,23,93) instead hex code.

Text Font Color

.myTextColor { color: #96175D; }

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

This text font color is #96175D.


Background Color

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

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

This div background color is #96175D.


Border color

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

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

This div border color is #96175D.


Opacity

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

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

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

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

This text has shadow with #96175D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96175D on black background.


Color preview on white background

This text has color #96175D on white background.



Black color preview on #96175D background

This text has black color on #96175D background.


White color preview on #96175D background

This text has white color on #96175D background.