COLOR #96522D

HEX: #96522D
RGB: (150,82,45)

Color info

#96522D contains mainly red color. Web safe color of #96522D is #996633 (or #963).

RGB color model

#96522D color RGB value is (150,82,45).

  • red value is 150;
  • green value is 82;
  • blue value is 45.
RGB:
(150,82,45)
(59%,32%,18%)

RGB channels and saturation

R 150 of 255 = 59%
G 82 of 255 = 32%
B 45 of 255 = 18%

150
82
45

R + G + B ~ 36%. #96522D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 82 + 45 = 277 (100%)
R 150 of 277 ~ 54.15%
G 82 of 277 ~ 29.6%
B 45 of 277 ~ 16.25%

%54.15
%29.6
%16.25

CMYK color model

#96522D color CMYK value is (0,45,70,41).

  • cyan value is 0.00%
  • magenta value is 45.33%
  • yellow value is 70.00%
  • key color value is 41.18%
CMYK:
(0,45,70,41)
C0M45Y70K41 
(0%,45%,70%,41%)
(0.00/0.45/0.70/0.41)	

CMYK percentages

%0
%45.33
%70
%41.18

Codes

Color #96522D in popluar color models

96522D
RGB1508245
HSL21°53.85%38.24%
HSB/HSV21°70.00%58.82%
CMYK0.00%45.33%70.00%
41.18%

Color #96522D in popluar number systems.

HEX96522D
Decimal1508245
Binary100101101010010101101
Octal22612255

Shades and tints

Shades of #96522D

#96522D
(150,82,45)
#894B29
(137,75,41)
#7C4425
(124,68,37)
#6F3D21
(111,61,33)
#62361D
(98,54,29)
#552F19
(85,47,25)
#482815
(72,40,21)
#3B2111
(59,33,17)
#2E1A0D
(46,26,13)
#211309
(33,19,9)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #96522D

#96522D
(150,82,45)
#9F6140
(159,97,64)
#A87053
(168,112,83)
#B17F66
(177,127,102)
#BA8E79
(186,142,121)
#C39D8C
(195,157,140)
#CCAC9F
(204,172,159)
#D5BBB2
(213,187,178)
#DECAC5
(222,202,197)
#E7D9D8
(231,217,216)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96522D color. Also use rgb(150,82,45) instead hex code.

Text Font Color

.myTextColor { color: #96522D; }

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

This text font color is #96522D.


Background Color

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

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

This div background color is #96522D.


Border color

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

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

This div border color is #96522D.


Opacity

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

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

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

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

This text has shadow with #96522D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96522D on black background.


Color preview on white background

This text has color #96522D on white background.



Black color preview on #96522D background

This text has black color on #96522D background.


White color preview on #96522D background

This text has white color on #96522D background.