COLOR #96494A

HEX: #96494A
RGB: (150,73,74)

Color info

#96494A contains mainly red color. Web safe color of #96494A is #993333 (or #933).

RGB color model

#96494A color RGB value is (150,73,74).

  • red value is 150;
  • green value is 73;
  • blue value is 74.
RGB:
(150,73,74)
(59%,29%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 73 of 255 = 29%
B 74 of 255 = 29%

150
73
74

R + G + B ~ 39%. #96494A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 73 + 74 = 297 (100%)
R 150 of 297 ~ 50.51%
G 73 of 297 ~ 24.58%
B 74 of 297 ~ 24.92%

%50.51
%24.58
%24.92

CMYK color model

#96494A color CMYK value is (0,51,51,41).

  • cyan value is 0.00%
  • magenta value is 51.33%
  • yellow value is 50.67%
  • key color value is 41.18%
CMYK:
(0,51,51,41)
C0M51Y51K41 
(0%,51%,51%,41%)
(0.00/0.51/0.51/0.41)	

CMYK percentages

%0
%51.33
%50.67
%41.18

Codes

Color #96494A in popluar color models

96494A
RGB1507374
HSL359°34.53%43.73%
HSB/HSV359°51.33%58.82%
CMYK0.00%51.33%50.67%
41.18%

Color #96494A in popluar number systems.

HEX96494A
Decimal1507374
Binary1001011010010011001010
Octal226111112

Shades and tints

Shades of #96494A

#96494A
(150,73,74)
#894344
(137,67,68)
#7C3D3E
(124,61,62)
#6F3738
(111,55,56)
#623132
(98,49,50)
#552B2C
(85,43,44)
#482526
(72,37,38)
#3B1F20
(59,31,32)
#2E191A
(46,25,26)
#211314
(33,19,20)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #96494A

#96494A
(150,73,74)
#9F595A
(159,89,90)
#A8696A
(168,105,106)
#B1797A
(177,121,122)
#BA898A
(186,137,138)
#C3999A
(195,153,154)
#CCA9AA
(204,169,170)
#D5B9BA
(213,185,186)
#DEC9CA
(222,201,202)
#E7D9DA
(231,217,218)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96494A color. Also use rgb(150,73,74) instead hex code.

Text Font Color

.myTextColor { color: #96494A; }

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

This text font color is #96494A.


Background Color

.myBgColor { background-color: #96494A; }

<div style="background-color:#96494A">Inner text</div>

This div background color is #96494A.


Border color

.myBorderColor { border: 1px solid #96494A; }

<div style="border:3px solid #96494A">Div</div>

This div border color is #96494A.


Opacity

.myOpacity80 { color: #96494A; opacity: 0.8; }

<p style="color:#96494A;opacity:0.8;">80%</p>

Text with #96494A 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 #96494A;}

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

This text has shadow with #96494A color.

.textShadow {text-shadow: 3px 3px 1px #96494A, 3px 3px 1px red;}

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

This text has shadow with #96494A primary color and red secondary color.


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

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

This text has shadow with #96494A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96494A on black background.


Color preview on white background

This text has color #96494A on white background.



Black color preview on #96494A background

This text has black color on #96494A background.


White color preview on #96494A background

This text has white color on #96494A background.