COLOR #96484A

HEX: #96484A
RGB: (150,72,74)

Color info

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

RGB color model

#96484A color RGB value is (150,72,74).

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

RGB channels and saturation

R 150 of 255 = 59%
G 72 of 255 = 28%
B 74 of 255 = 29%

150
72
74

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

Portions of RGB colors in percentages

R + G + B =
150 + 72 + 74 = 296 (100%)
R 150 of 296 ~ 50.68%
G 72 of 296 ~ 24.32%
B 74 of 296 ~ 25%

%50.68
%24.32
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 50.67%
  • key color value is 41.18%
CMYK:
(0,52,51,41)
C0M52Y51K41 
(0%,52%,51%,41%)
(0.00/0.52/0.51/0.41)	

CMYK percentages

%0
%52
%50.67
%41.18

Codes

Color #96484A in popluar color models

96484A
RGB1507274
HSL358°35.14%43.53%
HSB/HSV358°52.00%58.82%
CMYK0.00%52.00%50.67%
41.18%

Color #96484A in popluar number systems.

HEX96484A
Decimal1507274
Binary1001011010010001001010
Octal226110112

Shades and tints

Shades of #96484A

#96484A
(150,72,74)
#894244
(137,66,68)
#7C3C3E
(124,60,62)
#6F3638
(111,54,56)
#623032
(98,48,50)
#552A2C
(85,42,44)
#482426
(72,36,38)
#3B1E20
(59,30,32)
#2E181A
(46,24,26)
#211214
(33,18,20)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #96484A

#96484A
(150,72,74)
#9F585A
(159,88,90)
#A8686A
(168,104,106)
#B1787A
(177,120,122)
#BA888A
(186,136,138)
#C3989A
(195,152,154)
#CCA8AA
(204,168,170)
#D5B8BA
(213,184,186)
#DEC8CA
(222,200,202)
#E7D8DA
(231,216,218)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96484A; }

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

This text font color is #96484A.


Background Color

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

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

This div background color is #96484A.


Border color

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

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

This div border color is #96484A.


Opacity

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

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

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

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

This text has shadow with #96484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96484A on black background.


Color preview on white background

This text has color #96484A on white background.



Black color preview on #96484A background

This text has black color on #96484A background.


White color preview on #96484A background

This text has white color on #96484A background.