COLOR #96505D

HEX: #96505D
RGB: (150,80,93)

Color info

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

RGB color model

#96505D color RGB value is (150,80,93).

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

RGB channels and saturation

R 150 of 255 = 59%
G 80 of 255 = 31%
B 93 of 255 = 36%

150
80
93

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

Portions of RGB colors in percentages

R + G + B =
150 + 80 + 93 = 323 (100%)
R 150 of 323 ~ 46.44%
G 80 of 323 ~ 24.77%
B 93 of 323 ~ 28.79%

%46.44
%24.77
%28.79

CMYK color model

#96505D color CMYK value is (0,47,38,41).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(0,47,38,41)
C0M47Y38K41 
(0%,47%,38%,41%)
(0.00/0.47/0.38/0.41)	

CMYK percentages

%0
%46.67
%38
%41.18

Codes

Color #96505D in popluar color models

96505D
RGB1508093
HSL349°30.43%45.10%
HSB/HSV349°46.67%58.82%
CMYK0.00%46.67%38.00%
41.18%

Color #96505D in popluar number systems.

HEX96505D
Decimal1508093
Binary1001011010100001011101
Octal226120135

Shades and tints

Shades of #96505D

#96505D
(150,80,93)
#894955
(137,73,85)
#7C424D
(124,66,77)
#6F3B45
(111,59,69)
#62343D
(98,52,61)
#552D35
(85,45,53)
#48262D
(72,38,45)
#3B1F25
(59,31,37)
#2E181D
(46,24,29)
#211115
(33,17,21)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #96505D

#96505D
(150,80,93)
#9F5F6B
(159,95,107)
#A86E79
(168,110,121)
#B17D87
(177,125,135)
#BA8C95
(186,140,149)
#C39BA3
(195,155,163)
#CCAAB1
(204,170,177)
#D5B9BF
(213,185,191)
#DEC8CD
(222,200,205)
#E7D7DB
(231,215,219)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96505D; }

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

This text font color is #96505D.


Background Color

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

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

This div background color is #96505D.


Border color

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

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

This div border color is #96505D.


Opacity

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

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

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

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

This text has shadow with #96505D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96505D on black background.


Color preview on white background

This text has color #96505D on white background.



Black color preview on #96505D background

This text has black color on #96505D background.


White color preview on #96505D background

This text has white color on #96505D background.