COLOR #966049

HEX: #966049
RGB: (150,96,73)

Color info

#966049 contains mainly red and green colors. Web safe color of #966049 is #996633 (or #963).

RGB color model

#966049 color RGB value is (150,96,73).

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

RGB channels and saturation

R 150 of 255 = 59%
G 96 of 255 = 38%
B 73 of 255 = 29%

150
96
73

R + G + B ~ 42%. #966049 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 96 + 73 = 319 (100%)
R 150 of 319 ~ 47.02%
G 96 of 319 ~ 30.09%
B 73 of 319 ~ 22.88%

%47.02
%30.09
%22.88

CMYK color model

#966049 color CMYK value is (0,36,51,41).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 51.33%
  • key color value is 41.18%
CMYK:
(0,36,51,41)
C0M36Y51K41 
(0%,36%,51%,41%)
(0.00/0.36/0.51/0.41)	

CMYK percentages

%0
%36
%51.33
%41.18

Codes

Color #966049 in popluar color models

966049
RGB1509673
HSL18°34.53%43.73%
HSB/HSV18°51.33%58.82%
CMYK0.00%36.00%51.33%
41.18%

Color #966049 in popluar number systems.

HEX966049
Decimal1509673
Binary1001011011000001001001
Octal226140111

Shades and tints

Shades of #966049

#966049
(150,96,73)
#895843
(137,88,67)
#7C503D
(124,80,61)
#6F4837
(111,72,55)
#624031
(98,64,49)
#55382B
(85,56,43)
#483025
(72,48,37)
#3B281F
(59,40,31)
#2E2019
(46,32,25)
#211813
(33,24,19)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #966049

#966049
(150,96,73)
#9F6E59
(159,110,89)
#A87C69
(168,124,105)
#B18A79
(177,138,121)
#BA9889
(186,152,137)
#C3A699
(195,166,153)
#CCB4A9
(204,180,169)
#D5C2B9
(213,194,185)
#DED0C9
(222,208,201)
#E7DED9
(231,222,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966049; }

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

This text font color is #966049.


Background Color

.myBgColor { background-color: #966049; }

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

This div background color is #966049.


Border color

.myBorderColor { border: 1px solid #966049; }

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

This div border color is #966049.


Opacity

.myOpacity80 { color: #966049; opacity: 0.8; }

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

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

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

This text has shadow with #966049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966049 on black background.


Color preview on white background

This text has color #966049 on white background.



Black color preview on #966049 background

This text has black color on #966049 background.


White color preview on #966049 background

This text has white color on #966049 background.