COLOR #96444D

HEX: #96444D
RGB: (150,68,77)

Color info

#96444D contains mainly red color. Web safe color of #96444D is #993333 (or #933).

RGB color model

#96444D color RGB value is (150,68,77).

  • red value is 150;
  • green value is 68;
  • blue value is 77.
RGB:
(150,68,77)
(59%,27%,30%)

RGB channels and saturation

R 150 of 255 = 59%
G 68 of 255 = 27%
B 77 of 255 = 30%

150
68
77

R + G + B ~ 39%. #96444D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 68 + 77 = 295 (100%)
R 150 of 295 ~ 50.85%
G 68 of 295 ~ 23.05%
B 77 of 295 ~ 26.1%

%50.85
%23.05
%26.1

CMYK color model

#96444D color CMYK value is (0,55,49,41).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 48.67%
  • key color value is 41.18%
CMYK:
(0,55,49,41)
C0M55Y49K41 
(0%,55%,49%,41%)
(0.00/0.55/0.49/0.41)	

CMYK percentages

%0
%54.67
%48.67
%41.18

Codes

Color #96444D in popluar color models

96444D
RGB1506877
HSL353°37.61%42.75%
HSB/HSV353°54.67%58.82%
CMYK0.00%54.67%48.67%
41.18%

Color #96444D in popluar number systems.

HEX96444D
Decimal1506877
Binary1001011010001001001101
Octal226104115

Shades and tints

Shades of #96444D

#96444D
(150,68,77)
#893E46
(137,62,70)
#7C383F
(124,56,63)
#6F3238
(111,50,56)
#622C31
(98,44,49)
#55262A
(85,38,42)
#482023
(72,32,35)
#3B1A1C
(59,26,28)
#2E1415
(46,20,21)
#210E0E
(33,14,14)
#140807
(20,8,7)
#000000
(0,0,0)

Tints of #96444D

#96444D
(150,68,77)
#9F555D
(159,85,93)
#A8666D
(168,102,109)
#B1777D
(177,119,125)
#BA888D
(186,136,141)
#C3999D
(195,153,157)
#CCAAAD
(204,170,173)
#D5BBBD
(213,187,189)
#DECCCD
(222,204,205)
#E7DDDD
(231,221,221)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96444D color. Also use rgb(150,68,77) instead hex code.

Text Font Color

.myTextColor { color: #96444D; }

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

This text font color is #96444D.


Background Color

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

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

This div background color is #96444D.


Border color

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

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

This div border color is #96444D.


Opacity

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

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

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

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

This text has shadow with #96444D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96444D on black background.


Color preview on white background

This text has color #96444D on white background.



Black color preview on #96444D background

This text has black color on #96444D background.


White color preview on #96444D background

This text has white color on #96444D background.