COLOR #96513F

HEX: #96513F
RGB: (150,81,63)

Color info

#96513F contains mainly red color. Web safe color of #96513F is #996633 (or #963).

RGB color model

#96513F color RGB value is (150,81,63).

  • red value is 150;
  • green value is 81;
  • blue value is 63.
RGB:
(150,81,63)
(59%,32%,25%)

RGB channels and saturation

R 150 of 255 = 59%
G 81 of 255 = 32%
B 63 of 255 = 25%

150
81
63

R + G + B ~ 39%. #96513F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 81 + 63 = 294 (100%)
R 150 of 294 ~ 51.02%
G 81 of 294 ~ 27.55%
B 63 of 294 ~ 21.43%

%51.02
%27.55
%21.43

CMYK color model

#96513F color CMYK value is (0,46,58,41).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 58.00%
  • key color value is 41.18%
CMYK:
(0,46,58,41)
C0M46Y58K41 
(0%,46%,58%,41%)
(0.00/0.46/0.58/0.41)	

CMYK percentages

%0
%46
%58
%41.18

Codes

Color #96513F in popluar color models

96513F
RGB1508163
HSL12°40.85%41.76%
HSB/HSV12°58.00%58.82%
CMYK0.00%46.00%58.00%
41.18%

Color #96513F in popluar number systems.

HEX96513F
Decimal1508163
Binary100101101010001111111
Octal22612177

Shades and tints

Shades of #96513F

#96513F
(150,81,63)
#894A3A
(137,74,58)
#7C4335
(124,67,53)
#6F3C30
(111,60,48)
#62352B
(98,53,43)
#552E26
(85,46,38)
#482721
(72,39,33)
#3B201C
(59,32,28)
#2E1917
(46,25,23)
#211212
(33,18,18)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #96513F

#96513F
(150,81,63)
#9F6050
(159,96,80)
#A86F61
(168,111,97)
#B17E72
(177,126,114)
#BA8D83
(186,141,131)
#C39C94
(195,156,148)
#CCABA5
(204,171,165)
#D5BAB6
(213,186,182)
#DEC9C7
(222,201,199)
#E7D8D8
(231,216,216)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96513F color. Also use rgb(150,81,63) instead hex code.

Text Font Color

.myTextColor { color: #96513F; }

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

This text font color is #96513F.


Background Color

.myBgColor { background-color: #96513F; }

<div style="background-color:#96513F">Inner text</div>

This div background color is #96513F.


Border color

.myBorderColor { border: 1px solid #96513F; }

<div style="border:3px solid #96513F">Div</div>

This div border color is #96513F.


Opacity

.myOpacity80 { color: #96513F; opacity: 0.8; }

<p style="color:#96513F;opacity:0.8;">80%</p>

Text with #96513F 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 #96513F;}

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

This text has shadow with #96513F color.

.textShadow {text-shadow: 3px 3px 1px #96513F, 3px 3px 1px red;}

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

This text has shadow with #96513F primary color and red secondary color.


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

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

This text has shadow with #96513F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96513F on black background.


Color preview on white background

This text has color #96513F on white background.



Black color preview on #96513F background

This text has black color on #96513F background.


White color preview on #96513F background

This text has white color on #96513F background.