COLOR #96482C

HEX: #96482C
RGB: (150,72,44)

Color info

#96482C contains mainly red color. Web safe color of #96482C is #993333 (or #933).

RGB color model

#96482C color RGB value is (150,72,44).

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

RGB channels and saturation

R 150 of 255 = 59%
G 72 of 255 = 28%
B 44 of 255 = 17%

150
72
44

R + G + B ~ 35%. #96482C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 72 + 44 = 266 (100%)
R 150 of 266 ~ 56.39%
G 72 of 266 ~ 27.07%
B 44 of 266 ~ 16.54%

%56.39
%27.07
%16.54

CMYK color model

#96482C color CMYK value is (0,52,71,41).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 70.67%
  • key color value is 41.18%
CMYK:
(0,52,71,41)
C0M52Y71K41 
(0%,52%,71%,41%)
(0.00/0.52/0.71/0.41)	

CMYK percentages

%0
%52
%70.67
%41.18

Codes

Color #96482C in popluar color models

96482C
RGB1507244
HSL16°54.64%38.04%
HSB/HSV16°70.67%58.82%
CMYK0.00%52.00%70.67%
41.18%

Color #96482C in popluar number systems.

HEX96482C
Decimal1507244
Binary100101101001000101100
Octal22611054

Shades and tints

Shades of #96482C

#96482C
(150,72,44)
#894228
(137,66,40)
#7C3C24
(124,60,36)
#6F3620
(111,54,32)
#62301C
(98,48,28)
#552A18
(85,42,24)
#482414
(72,36,20)
#3B1E10
(59,30,16)
#2E180C
(46,24,12)
#211208
(33,18,8)
#140C04
(20,12,4)
#000000
(0,0,0)

Tints of #96482C

#96482C
(150,72,44)
#9F583F
(159,88,63)
#A86852
(168,104,82)
#B17865
(177,120,101)
#BA8878
(186,136,120)
#C3988B
(195,152,139)
#CCA89E
(204,168,158)
#D5B8B1
(213,184,177)
#DEC8C4
(222,200,196)
#E7D8D7
(231,216,215)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96482C color. Also use rgb(150,72,44) instead hex code.

Text Font Color

.myTextColor { color: #96482C; }

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

This text font color is #96482C.


Background Color

.myBgColor { background-color: #96482C; }

<div style="background-color:#96482C">Inner text</div>

This div background color is #96482C.


Border color

.myBorderColor { border: 1px solid #96482C; }

<div style="border:3px solid #96482C">Div</div>

This div border color is #96482C.


Opacity

.myOpacity80 { color: #96482C; opacity: 0.8; }

<p style="color:#96482C;opacity:0.8;">80%</p>

Text with #96482C 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 #96482C;}

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

This text has shadow with #96482C color.

.textShadow {text-shadow: 3px 3px 1px #96482C, 3px 3px 1px red;}

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

This text has shadow with #96482C primary color and red secondary color.


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

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

This text has shadow with #96482C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96482C on black background.


Color preview on white background

This text has color #96482C on white background.



Black color preview on #96482C background

This text has black color on #96482C background.


White color preview on #96482C background

This text has white color on #96482C background.