COLOR #96174B

HEX: #96174B
RGB: (150,23,75)

Color info

#96174B contains mainly red color. Web safe color of #96174B is #990033 (or #903).

RGB color model

#96174B color RGB value is (150,23,75).

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

RGB channels and saturation

R 150 of 255 = 59%
G 23 of 255 = 9%
B 75 of 255 = 29%

150
23
75

R + G + B ~ 32%. #96174B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 23 + 75 = 248 (100%)
R 150 of 248 ~ 60.48%
G 23 of 248 ~ 9.27%
B 75 of 248 ~ 30.24%

%60.48
%30.24

CMYK color model

#96174B color CMYK value is (0,85,50,41).

  • cyan value is 0.00%
  • magenta value is 84.67%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(0,85,50,41)
C0M85Y50K41 
(0%,85%,50%,41%)
(0.00/0.85/0.50/0.41)	

CMYK percentages

%0
%84.67
%50
%41.18

Codes

Color #96174B in popluar color models

96174B
RGB1502375
HSL335°73.41%33.92%
HSB/HSV335°84.67%58.82%
CMYK0.00%84.67%50.00%
41.18%

Color #96174B in popluar number systems.

HEX96174B
Decimal1502375
Binary10010110101111001011
Octal22627113

Shades and tints

Shades of #96174B

#96174B
(150,23,75)
#891545
(137,21,69)
#7C133F
(124,19,63)
#6F1139
(111,17,57)
#620F33
(98,15,51)
#550D2D
(85,13,45)
#480B27
(72,11,39)
#3B0921
(59,9,33)
#2E071B
(46,7,27)
#210515
(33,5,21)
#14030F
(20,3,15)
#000000
(0,0,0)

Tints of #96174B

#96174B
(150,23,75)
#9F2C5B
(159,44,91)
#A8416B
(168,65,107)
#B1567B
(177,86,123)
#BA6B8B
(186,107,139)
#C3809B
(195,128,155)
#CC95AB
(204,149,171)
#D5AABB
(213,170,187)
#DEBFCB
(222,191,203)
#E7D4DB
(231,212,219)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96174B color. Also use rgb(150,23,75) instead hex code.

Text Font Color

.myTextColor { color: #96174B; }

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

This text font color is #96174B.


Background Color

.myBgColor { background-color: #96174B; }

<div style="background-color:#96174B">Inner text</div>

This div background color is #96174B.


Border color

.myBorderColor { border: 1px solid #96174B; }

<div style="border:3px solid #96174B">Div</div>

This div border color is #96174B.


Opacity

.myOpacity80 { color: #96174B; opacity: 0.8; }

<p style="color:#96174B;opacity:0.8;">80%</p>

Text with #96174B 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 #96174B;}

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

This text has shadow with #96174B color.

.textShadow {text-shadow: 3px 3px 1px #96174B, 3px 3px 1px red;}

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

This text has shadow with #96174B primary color and red secondary color.


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

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

This text has shadow with #96174B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96174B on black background.


Color preview on white background

This text has color #96174B on white background.



Black color preview on #96174B background

This text has black color on #96174B background.


White color preview on #96174B background

This text has white color on #96174B background.