COLOR #96515C

HEX: #96515C
RGB: (150,81,92)

Color info

#96515C contains mainly red and blue colors. Web safe color of #96515C is #996666 (or #966).

RGB color model

#96515C color RGB value is (150,81,92).

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

RGB channels and saturation

R 150 of 255 = 59%
G 81 of 255 = 32%
B 92 of 255 = 36%

150
81
92

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

Portions of RGB colors in percentages

R + G + B =
150 + 81 + 92 = 323 (100%)
R 150 of 323 ~ 46.44%
G 81 of 323 ~ 25.08%
B 92 of 323 ~ 28.48%

%46.44
%25.08
%28.48

CMYK color model

#96515C color CMYK value is (0,46,39,41).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(0,46,39,41)
C0M46Y39K41 
(0%,46%,39%,41%)
(0.00/0.46/0.39/0.41)	

CMYK percentages

%0
%46
%38.67
%41.18

Codes

Color #96515C in popluar color models

96515C
RGB1508192
HSL350°29.87%45.29%
HSB/HSV350°46.00%58.82%
CMYK0.00%46.00%38.67%
41.18%

Color #96515C in popluar number systems.

HEX96515C
Decimal1508192
Binary1001011010100011011100
Octal226121134

Shades and tints

Shades of #96515C

#96515C
(150,81,92)
#894A54
(137,74,84)
#7C434C
(124,67,76)
#6F3C44
(111,60,68)
#62353C
(98,53,60)
#552E34
(85,46,52)
#48272C
(72,39,44)
#3B2024
(59,32,36)
#2E191C
(46,25,28)
#211214
(33,18,20)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #96515C

#96515C
(150,81,92)
#9F606A
(159,96,106)
#A86F78
(168,111,120)
#B17E86
(177,126,134)
#BA8D94
(186,141,148)
#C39CA2
(195,156,162)
#CCABB0
(204,171,176)
#D5BABE
(213,186,190)
#DEC9CC
(222,201,204)
#E7D8DA
(231,216,218)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96515C; }

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

This text font color is #96515C.


Background Color

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

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

This div background color is #96515C.


Border color

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

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

This div border color is #96515C.


Opacity

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

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

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

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

This text has shadow with #96515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96515C on black background.


Color preview on white background

This text has color #96515C on white background.



Black color preview on #96515C background

This text has black color on #96515C background.


White color preview on #96515C background

This text has white color on #96515C background.