COLOR #96504E

HEX: #96504E
RGB: (150,80,78)

Color info

#96504E contains mainly red color. Web safe color of #96504E is #996666 (or #966).

RGB color model

#96504E color RGB value is (150,80,78).

  • red value is 150;
  • green value is 80;
  • blue value is 78.
RGB:
(150,80,78)
(59%,31%,31%)

RGB channels and saturation

R 150 of 255 = 59%
G 80 of 255 = 31%
B 78 of 255 = 31%

150
80
78

R + G + B ~ 40%. #96504E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 80 + 78 = 308 (100%)
R 150 of 308 ~ 48.7%
G 80 of 308 ~ 25.97%
B 78 of 308 ~ 25.32%

%48.7
%25.97
%25.32

CMYK color model

#96504E color CMYK value is (0,47,48,41).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 48.00%
  • key color value is 41.18%
CMYK:
(0,47,48,41)
C0M47Y48K41 
(0%,47%,48%,41%)
(0.00/0.47/0.48/0.41)	

CMYK percentages

%0
%46.67
%48
%41.18

Codes

Color #96504E in popluar color models

96504E
RGB1508078
HSL31.58%44.71%
HSB/HSV48.00%58.82%
CMYK0.00%46.67%48.00%
41.18%

Color #96504E in popluar number systems.

HEX96504E
Decimal1508078
Binary1001011010100001001110
Octal226120116

Shades and tints

Shades of #96504E

#96504E
(150,80,78)
#894947
(137,73,71)
#7C4240
(124,66,64)
#6F3B39
(111,59,57)
#623432
(98,52,50)
#552D2B
(85,45,43)
#482624
(72,38,36)
#3B1F1D
(59,31,29)
#2E1816
(46,24,22)
#21110F
(33,17,15)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #96504E

#96504E
(150,80,78)
#9F5F5E
(159,95,94)
#A86E6E
(168,110,110)
#B17D7E
(177,125,126)
#BA8C8E
(186,140,142)
#C39B9E
(195,155,158)
#CCAAAE
(204,170,174)
#D5B9BE
(213,185,190)
#DEC8CE
(222,200,206)
#E7D7DE
(231,215,222)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96504E color. Also use rgb(150,80,78) instead hex code.

Text Font Color

.myTextColor { color: #96504E; }

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

This text font color is #96504E.


Background Color

.myBgColor { background-color: #96504E; }

<div style="background-color:#96504E">Inner text</div>

This div background color is #96504E.


Border color

.myBorderColor { border: 1px solid #96504E; }

<div style="border:3px solid #96504E">Div</div>

This div border color is #96504E.


Opacity

.myOpacity80 { color: #96504E; opacity: 0.8; }

<p style="color:#96504E;opacity:0.8;">80%</p>

Text with #96504E 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 #96504E;}

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

This text has shadow with #96504E color.

.textShadow {text-shadow: 3px 3px 1px #96504E, 3px 3px 1px red;}

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

This text has shadow with #96504E primary color and red secondary color.


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

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

This text has shadow with #96504E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96504E on black background.


Color preview on white background

This text has color #96504E on white background.



Black color preview on #96504E background

This text has black color on #96504E background.


White color preview on #96504E background

This text has white color on #96504E background.