COLOR #966B4D

HEX: #966B4D
RGB: (150,107,77)

Color info

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

RGB color model

#966B4D color RGB value is (150,107,77).

  • red value is 150;
  • green value is 107;
  • blue value is 77.
RGB:
(150,107,77)
(59%,42%,30%)

RGB channels and saturation

R 150 of 255 = 59%
G 107 of 255 = 42%
B 77 of 255 = 30%

150
107
77

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

Portions of RGB colors in percentages

R + G + B =
150 + 107 + 77 = 334 (100%)
R 150 of 334 ~ 44.91%
G 107 of 334 ~ 32.04%
B 77 of 334 ~ 23.05%

%44.91
%32.04
%23.05

CMYK color model

#966B4D color CMYK value is (0,29,49,41).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 48.67%
  • key color value is 41.18%
CMYK:
(0,29,49,41)
C0M29Y49K41 
(0%,29%,49%,41%)
(0.00/0.29/0.49/0.41)	

CMYK percentages

%0
%28.67
%48.67
%41.18

Codes

Color #966B4D in popluar color models

966B4D
RGB15010777
HSL25°32.16%44.51%
HSB/HSV25°48.67%58.82%
CMYK0.00%28.67%48.67%
41.18%

Color #966B4D in popluar number systems.

HEX966B4D
Decimal15010777
Binary1001011011010111001101
Octal226153115

Shades and tints

Shades of #966B4D

#966B4D
(150,107,77)
#896246
(137,98,70)
#7C593F
(124,89,63)
#6F5038
(111,80,56)
#624731
(98,71,49)
#553E2A
(85,62,42)
#483523
(72,53,35)
#3B2C1C
(59,44,28)
#2E2315
(46,35,21)
#211A0E
(33,26,14)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #966B4D

#966B4D
(150,107,77)
#9F785D
(159,120,93)
#A8856D
(168,133,109)
#B1927D
(177,146,125)
#BA9F8D
(186,159,141)
#C3AC9D
(195,172,157)
#CCB9AD
(204,185,173)
#D5C6BD
(213,198,189)
#DED3CD
(222,211,205)
#E7E0DD
(231,224,221)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966B4D color. Also use rgb(150,107,77) instead hex code.

Text Font Color

.myTextColor { color: #966B4D; }

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

This text font color is #966B4D.


Background Color

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

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

This div background color is #966B4D.


Border color

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

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

This div border color is #966B4D.


Opacity

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

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

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

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

This text has shadow with #966B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966B4D on black background.


Color preview on white background

This text has color #966B4D on white background.



Black color preview on #966B4D background

This text has black color on #966B4D background.


White color preview on #966B4D background

This text has white color on #966B4D background.