COLOR #96065D

HEX: #96065D
RGB: (150,6,93)

Color info

#96065D contains mainly red and blue colors. Web safe color of #96065D is #990066 (or #906).

RGB color model

#96065D color RGB value is (150,6,93).

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

RGB channels and saturation

R 150 of 255 = 59%
G 6 of 255 = 2%
B 93 of 255 = 36%

150
6
93

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

Portions of RGB colors in percentages

R + G + B =
150 + 6 + 93 = 249 (100%)
R 150 of 249 ~ 60.24%
G 6 of 249 ~ 2.41%
B 93 of 249 ~ 37.35%

%60.24
%37.35

CMYK color model

#96065D color CMYK value is (0,96,38,41).

  • cyan value is 0.00%
  • magenta value is 96.00%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(0,96,38,41)
C0M96Y38K41 
(0%,96%,38%,41%)
(0.00/0.96/0.38/0.41)	

CMYK percentages

%0
%96
%38
%41.18

Codes

Color #96065D in popluar color models

96065D
RGB150693
HSL324°92.31%30.59%
HSB/HSV324°96.00%58.82%
CMYK0.00%96.00%38.00%
41.18%

Color #96065D in popluar number systems.

HEX96065D
Decimal150693
Binary100101101101011101
Octal2266135

Shades and tints

Shades of #96065D

#96065D
(150,6,93)
#890655
(137,6,85)
#7C064D
(124,6,77)
#6F0645
(111,6,69)
#62063D
(98,6,61)
#550635
(85,6,53)
#48062D
(72,6,45)
#3B0625
(59,6,37)
#2E061D
(46,6,29)
#210615
(33,6,21)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #96065D

#96065D
(150,6,93)
#9F1C6B
(159,28,107)
#A83279
(168,50,121)
#B14887
(177,72,135)
#BA5E95
(186,94,149)
#C374A3
(195,116,163)
#CC8AB1
(204,138,177)
#D5A0BF
(213,160,191)
#DEB6CD
(222,182,205)
#E7CCDB
(231,204,219)
#F0E2E9
(240,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96065D; }

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

This text font color is #96065D.


Background Color

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

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

This div background color is #96065D.


Border color

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

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

This div border color is #96065D.


Opacity

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

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

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

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

This text has shadow with #96065D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96065D on black background.


Color preview on white background

This text has color #96065D on white background.



Black color preview on #96065D background

This text has black color on #96065D background.


White color preview on #96065D background

This text has white color on #96065D background.