COLOR #96475C

HEX: #96475C
RGB: (150,71,92)

Color info

#96475C contains mainly red and blue colors. Web safe color of #96475C is #993366 (or #936).

RGB color model

#96475C color RGB value is (150,71,92).

  • red value is 150;
  • green value is 71;
  • blue value is 92.
RGB:
(150,71,92)
(59%,28%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 71 of 255 = 28%
B 92 of 255 = 36%

150
71
92

R + G + B ~ 41%. #96475C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 71 + 92 = 313 (100%)
R 150 of 313 ~ 47.92%
G 71 of 313 ~ 22.68%
B 92 of 313 ~ 29.39%

%47.92
%22.68
%29.39

CMYK color model

#96475C color CMYK value is (0,53,39,41).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(0,53,39,41)
C0M53Y39K41 
(0%,53%,39%,41%)
(0.00/0.53/0.39/0.41)	

CMYK percentages

%0
%52.67
%38.67
%41.18

Codes

Color #96475C in popluar color models

96475C
RGB1507192
HSL344°35.75%43.33%
HSB/HSV344°52.67%58.82%
CMYK0.00%52.67%38.67%
41.18%

Color #96475C in popluar number systems.

HEX96475C
Decimal1507192
Binary1001011010001111011100
Octal226107134

Shades and tints

Shades of #96475C

#96475C
(150,71,92)
#894154
(137,65,84)
#7C3B4C
(124,59,76)
#6F3544
(111,53,68)
#622F3C
(98,47,60)
#552934
(85,41,52)
#48232C
(72,35,44)
#3B1D24
(59,29,36)
#2E171C
(46,23,28)
#211114
(33,17,20)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #96475C

#96475C
(150,71,92)
#9F576A
(159,87,106)
#A86778
(168,103,120)
#B17786
(177,119,134)
#BA8794
(186,135,148)
#C397A2
(195,151,162)
#CCA7B0
(204,167,176)
#D5B7BE
(213,183,190)
#DEC7CC
(222,199,204)
#E7D7DA
(231,215,218)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96475C color. Also use rgb(150,71,92) instead hex code.

Text Font Color

.myTextColor { color: #96475C; }

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

This text font color is #96475C.


Background Color

.myBgColor { background-color: #96475C; }

<div style="background-color:#96475C">Inner text</div>

This div background color is #96475C.


Border color

.myBorderColor { border: 1px solid #96475C; }

<div style="border:3px solid #96475C">Div</div>

This div border color is #96475C.


Opacity

.myOpacity80 { color: #96475C; opacity: 0.8; }

<p style="color:#96475C;opacity:0.8;">80%</p>

Text with #96475C 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 #96475C;}

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

This text has shadow with #96475C color.

.textShadow {text-shadow: 3px 3px 1px #96475C, 3px 3px 1px red;}

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

This text has shadow with #96475C primary color and red secondary color.


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

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

This text has shadow with #96475C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96475C on black background.


Color preview on white background

This text has color #96475C on white background.



Black color preview on #96475C background

This text has black color on #96475C background.


White color preview on #96475C background

This text has white color on #96475C background.