COLOR #96334B

HEX: #96334B
RGB: (150,51,75)

Color info

#96334B contains mainly red color. Web safe color of #96334B is #993333 (or #933).

RGB color model

#96334B color RGB value is (150,51,75).

  • red value is 150;
  • green value is 51;
  • blue value is 75.
RGB:
(150,51,75)
(59%,20%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 51 of 255 = 20%
B 75 of 255 = 29%

150
51
75

R + G + B ~ 36%. #96334B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 51 + 75 = 276 (100%)
R 150 of 276 ~ 54.35%
G 51 of 276 ~ 18.48%
B 75 of 276 ~ 27.17%

%54.35
%18.48
%27.17

CMYK color model

#96334B color CMYK value is (0,66,50,41).

  • cyan value is 0.00%
  • magenta value is 66.00%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(0,66,50,41)
C0M66Y50K41 
(0%,66%,50%,41%)
(0.00/0.66/0.50/0.41)	

CMYK percentages

%0
%66
%50
%41.18

Codes

Color #96334B in popluar color models

96334B
RGB1505175
HSL345°49.25%39.41%
HSB/HSV345°66.00%58.82%
CMYK0.00%66.00%50.00%
41.18%

Color #96334B in popluar number systems.

HEX96334B
Decimal1505175
Binary100101101100111001011
Octal22663113

Shades and tints

Shades of #96334B

#96334B
(150,51,75)
#892F45
(137,47,69)
#7C2B3F
(124,43,63)
#6F2739
(111,39,57)
#622333
(98,35,51)
#551F2D
(85,31,45)
#481B27
(72,27,39)
#3B1721
(59,23,33)
#2E131B
(46,19,27)
#210F15
(33,15,21)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #96334B

#96334B
(150,51,75)
#9F455B
(159,69,91)
#A8576B
(168,87,107)
#B1697B
(177,105,123)
#BA7B8B
(186,123,139)
#C38D9B
(195,141,155)
#CC9FAB
(204,159,171)
#D5B1BB
(213,177,187)
#DEC3CB
(222,195,203)
#E7D5DB
(231,213,219)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96334B color. Also use rgb(150,51,75) instead hex code.

Text Font Color

.myTextColor { color: #96334B; }

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

This text font color is #96334B.


Background Color

.myBgColor { background-color: #96334B; }

<div style="background-color:#96334B">Inner text</div>

This div background color is #96334B.


Border color

.myBorderColor { border: 1px solid #96334B; }

<div style="border:3px solid #96334B">Div</div>

This div border color is #96334B.


Opacity

.myOpacity80 { color: #96334B; opacity: 0.8; }

<p style="color:#96334B;opacity:0.8;">80%</p>

Text with #96334B 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 #96334B;}

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

This text has shadow with #96334B color.

.textShadow {text-shadow: 3px 3px 1px #96334B, 3px 3px 1px red;}

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

This text has shadow with #96334B primary color and red secondary color.


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

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

This text has shadow with #96334B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96334B on black background.


Color preview on white background

This text has color #96334B on white background.



Black color preview on #96334B background

This text has black color on #96334B background.


White color preview on #96334B background

This text has white color on #96334B background.