COLOR #966D2B

HEX: #966D2B
RGB: (150,109,43)

Color info

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

RGB color model

#966D2B color RGB value is (150,109,43).

  • red value is 150;
  • green value is 109;
  • blue value is 43.
RGB:
(150,109,43)
(59%,43%,17%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 43 of 255 = 17%

150
109
43

R + G + B ~ 40%. #966D2B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 43 = 302 (100%)
R 150 of 302 ~ 49.67%
G 109 of 302 ~ 36.09%
B 43 of 302 ~ 14.24%

%49.67
%36.09
%14.24

CMYK color model

#966D2B color CMYK value is (0,27,71,41).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 71.33%
  • key color value is 41.18%
CMYK:
(0,27,71,41)
C0M27Y71K41 
(0%,27%,71%,41%)
(0.00/0.27/0.71/0.41)	

CMYK percentages

%0
%27.33
%71.33
%41.18

Codes

Color #966D2B in popluar color models

966D2B
RGB15010943
HSL37°55.44%37.84%
HSB/HSV37°71.33%58.82%
CMYK0.00%27.33%71.33%
41.18%

Color #966D2B in popluar number systems.

HEX966D2B
Decimal15010943
Binary100101101101101101011
Octal22615553

Shades and tints

Shades of #966D2B

#966D2B
(150,109,43)
#896428
(137,100,40)
#7C5B25
(124,91,37)
#6F5222
(111,82,34)
#62491F
(98,73,31)
#55401C
(85,64,28)
#483719
(72,55,25)
#3B2E16
(59,46,22)
#2E2513
(46,37,19)
#211C10
(33,28,16)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #966D2B

#966D2B
(150,109,43)
#9F7A3E
(159,122,62)
#A88751
(168,135,81)
#B19464
(177,148,100)
#BAA177
(186,161,119)
#C3AE8A
(195,174,138)
#CCBB9D
(204,187,157)
#D5C8B0
(213,200,176)
#DED5C3
(222,213,195)
#E7E2D6
(231,226,214)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966D2B color. Also use rgb(150,109,43) instead hex code.

Text Font Color

.myTextColor { color: #966D2B; }

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

This text font color is #966D2B.


Background Color

.myBgColor { background-color: #966D2B; }

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

This div background color is #966D2B.


Border color

.myBorderColor { border: 1px solid #966D2B; }

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

This div border color is #966D2B.


Opacity

.myOpacity80 { color: #966D2B; opacity: 0.8; }

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

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

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

This text has shadow with #966D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966D2B on black background.


Color preview on white background

This text has color #966D2B on white background.



Black color preview on #966D2B background

This text has black color on #966D2B background.


White color preview on #966D2B background

This text has white color on #966D2B background.