COLOR #966D4F

HEX: #966D4F
RGB: (150,109,79)

Color info

#966D4F contains mainly red and green colors. Web safe color of #966D4F is #996666 (or #966).

RGB color model

#966D4F color RGB value is (150,109,79).

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

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 79 of 255 = 31%

150
109
79

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

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 79 = 338 (100%)
R 150 of 338 ~ 44.38%
G 109 of 338 ~ 32.25%
B 79 of 338 ~ 23.37%

%44.38
%32.25
%23.37

CMYK color model

#966D4F color CMYK value is (0,27,47,41).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 47.33%
  • key color value is 41.18%
CMYK:
(0,27,47,41)
C0M27Y47K41 
(0%,27%,47%,41%)
(0.00/0.27/0.47/0.41)	

CMYK percentages

%0
%27.33
%47.33
%41.18

Codes

Color #966D4F in popluar color models

966D4F
RGB15010979
HSL25°31.00%44.90%
HSB/HSV25°47.33%58.82%
CMYK0.00%27.33%47.33%
41.18%

Color #966D4F in popluar number systems.

HEX966D4F
Decimal15010979
Binary1001011011011011001111
Octal226155117

Shades and tints

Shades of #966D4F

#966D4F
(150,109,79)
#896448
(137,100,72)
#7C5B41
(124,91,65)
#6F523A
(111,82,58)
#624933
(98,73,51)
#55402C
(85,64,44)
#483725
(72,55,37)
#3B2E1E
(59,46,30)
#2E2517
(46,37,23)
#211C10
(33,28,16)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #966D4F

#966D4F
(150,109,79)
#9F7A5F
(159,122,95)
#A8876F
(168,135,111)
#B1947F
(177,148,127)
#BAA18F
(186,161,143)
#C3AE9F
(195,174,159)
#CCBBAF
(204,187,175)
#D5C8BF
(213,200,191)
#DED5CF
(222,213,207)
#E7E2DF
(231,226,223)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966D4F; }

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

This text font color is #966D4F.


Background Color

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

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

This div background color is #966D4F.


Border color

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

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

This div border color is #966D4F.


Opacity

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

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

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

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

This text has shadow with #966D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966D4F on black background.


Color preview on white background

This text has color #966D4F on white background.



Black color preview on #966D4F background

This text has black color on #966D4F background.


White color preview on #966D4F background

This text has white color on #966D4F background.