COLOR #966249

HEX: #966249
RGB: (150,98,73)

Color info

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

RGB color model

#966249 color RGB value is (150,98,73).

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

RGB channels and saturation

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

150
98
73

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

Portions of RGB colors in percentages

R + G + B =
150 + 98 + 73 = 321 (100%)
R 150 of 321 ~ 46.73%
G 98 of 321 ~ 30.53%
B 73 of 321 ~ 22.74%

%46.73
%30.53
%22.74

CMYK color model

#966249 color CMYK value is (0,35,51,41).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 51.33%
  • key color value is 41.18%
CMYK:
(0,35,51,41)
C0M35Y51K41 
(0%,35%,51%,41%)
(0.00/0.35/0.51/0.41)	

CMYK percentages

%0
%34.67
%51.33
%41.18

Codes

Color #966249 in popluar color models

966249
RGB1509873
HSL19°34.53%43.73%
HSB/HSV19°51.33%58.82%
CMYK0.00%34.67%51.33%
41.18%

Color #966249 in popluar number systems.

HEX966249
Decimal1509873
Binary1001011011000101001001
Octal226142111

Shades and tints

Shades of #966249

#966249
(150,98,73)
#895A43
(137,90,67)
#7C523D
(124,82,61)
#6F4A37
(111,74,55)
#624231
(98,66,49)
#553A2B
(85,58,43)
#483225
(72,50,37)
#3B2A1F
(59,42,31)
#2E2219
(46,34,25)
#211A13
(33,26,19)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #966249

#966249
(150,98,73)
#9F7059
(159,112,89)
#A87E69
(168,126,105)
#B18C79
(177,140,121)
#BA9A89
(186,154,137)
#C3A899
(195,168,153)
#CCB6A9
(204,182,169)
#D5C4B9
(213,196,185)
#DED2C9
(222,210,201)
#E7E0D9
(231,224,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966249; }

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

This text font color is #966249.


Background Color

.myBgColor { background-color: #966249; }

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

This div background color is #966249.


Border color

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

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

This div border color is #966249.


Opacity

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

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

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

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

This text has shadow with #966249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966249 on black background.


Color preview on white background

This text has color #966249 on white background.



Black color preview on #966249 background

This text has black color on #966249 background.


White color preview on #966249 background

This text has white color on #966249 background.