COLOR #966044

HEX: #966044
RGB: (150,96,68)

Color info

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

RGB color model

#966044 color RGB value is (150,96,68).

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

RGB channels and saturation

R 150 of 255 = 59%
G 96 of 255 = 38%
B 68 of 255 = 27%

150
96
68

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

Portions of RGB colors in percentages

R + G + B =
150 + 96 + 68 = 314 (100%)
R 150 of 314 ~ 47.77%
G 96 of 314 ~ 30.57%
B 68 of 314 ~ 21.66%

%47.77
%30.57
%21.66

CMYK color model

#966044 color CMYK value is (0,36,55,41).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 54.67%
  • key color value is 41.18%
CMYK:
(0,36,55,41)
C0M36Y55K41 
(0%,36%,55%,41%)
(0.00/0.36/0.55/0.41)	

CMYK percentages

%0
%36
%54.67
%41.18

Codes

Color #966044 in popluar color models

966044
RGB1509668
HSL20°37.61%42.75%
HSB/HSV20°54.67%58.82%
CMYK0.00%36.00%54.67%
41.18%

Color #966044 in popluar number systems.

HEX966044
Decimal1509668
Binary1001011011000001000100
Octal226140104

Shades and tints

Shades of #966044

#966044
(150,96,68)
#89583E
(137,88,62)
#7C5038
(124,80,56)
#6F4832
(111,72,50)
#62402C
(98,64,44)
#553826
(85,56,38)
#483020
(72,48,32)
#3B281A
(59,40,26)
#2E2014
(46,32,20)
#21180E
(33,24,14)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #966044

#966044
(150,96,68)
#9F6E55
(159,110,85)
#A87C66
(168,124,102)
#B18A77
(177,138,119)
#BA9888
(186,152,136)
#C3A699
(195,166,153)
#CCB4AA
(204,180,170)
#D5C2BB
(213,194,187)
#DED0CC
(222,208,204)
#E7DEDD
(231,222,221)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966044; }

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

This text font color is #966044.


Background Color

.myBgColor { background-color: #966044; }

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

This div background color is #966044.


Border color

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

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

This div border color is #966044.


Opacity

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

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

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

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

This text has shadow with #966044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966044 on black background.


Color preview on white background

This text has color #966044 on white background.



Black color preview on #966044 background

This text has black color on #966044 background.


White color preview on #966044 background

This text has white color on #966044 background.