COLOR #966229

HEX: #966229
RGB: (150,98,41)

Color info

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

RGB color model

#966229 color RGB value is (150,98,41).

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

RGB channels and saturation

R 150 of 255 = 59%
G 98 of 255 = 38%
B 41 of 255 = 16%

150
98
41

R + G + B ~ 38%. #966229 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 98 + 41 = 289 (100%)
R 150 of 289 ~ 51.9%
G 98 of 289 ~ 33.91%
B 41 of 289 ~ 14.19%

%51.9
%33.91
%14.19

CMYK color model

#966229 color CMYK value is (0,35,73,41).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 72.67%
  • key color value is 41.18%
CMYK:
(0,35,73,41)
C0M35Y73K41 
(0%,35%,73%,41%)
(0.00/0.35/0.73/0.41)	

CMYK percentages

%0
%34.67
%72.67
%41.18

Codes

Color #966229 in popluar color models

966229
RGB1509841
HSL31°57.07%37.45%
HSB/HSV31°72.67%58.82%
CMYK0.00%34.67%72.67%
41.18%

Color #966229 in popluar number systems.

HEX966229
Decimal1509841
Binary100101101100010101001
Octal22614251

Shades and tints

Shades of #966229

#966229
(150,98,41)
#895A26
(137,90,38)
#7C5223
(124,82,35)
#6F4A20
(111,74,32)
#62421D
(98,66,29)
#553A1A
(85,58,26)
#483217
(72,50,23)
#3B2A14
(59,42,20)
#2E2211
(46,34,17)
#211A0E
(33,26,14)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #966229

#966229
(150,98,41)
#9F703C
(159,112,60)
#A87E4F
(168,126,79)
#B18C62
(177,140,98)
#BA9A75
(186,154,117)
#C3A888
(195,168,136)
#CCB69B
(204,182,155)
#D5C4AE
(213,196,174)
#DED2C1
(222,210,193)
#E7E0D4
(231,224,212)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966229; }

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

This text font color is #966229.


Background Color

.myBgColor { background-color: #966229; }

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

This div background color is #966229.


Border color

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

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

This div border color is #966229.


Opacity

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

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

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

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

This text has shadow with #966229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966229 on black background.


Color preview on white background

This text has color #966229 on white background.



Black color preview on #966229 background

This text has black color on #966229 background.


White color preview on #966229 background

This text has white color on #966229 background.