COLOR #966F5B

HEX: #966F5B
RGB: (150,111,91)

Color info

#966F5B contains red, green and blue colors in about the same proportion. Web safe color of #966F5B is #996666 (or #966).

RGB color model

#966F5B color RGB value is (150,111,91).

  • red value is 150;
  • green value is 111;
  • blue value is 91.
RGB:
(150,111,91)
(59%,44%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 111 of 255 = 44%
B 91 of 255 = 36%

150
111
91

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

Portions of RGB colors in percentages

R + G + B =
150 + 111 + 91 = 352 (100%)
R 150 of 352 ~ 42.61%
G 111 of 352 ~ 31.53%
B 91 of 352 ~ 25.85%

%42.61
%31.53
%25.85

CMYK color model

#966F5B color CMYK value is (0,26,39,41).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 39.33%
  • key color value is 41.18%
CMYK:
(0,26,39,41)
C0M26Y39K41 
(0%,26%,39%,41%)
(0.00/0.26/0.39/0.41)	

CMYK percentages

%0
%26
%39.33
%41.18

Codes

Color #966F5B in popluar color models

966F5B
RGB15011191
HSL20°24.48%47.25%
HSB/HSV20°39.33%58.82%
CMYK0.00%26.00%39.33%
41.18%

Color #966F5B in popluar number systems.

HEX966F5B
Decimal15011191
Binary1001011011011111011011
Octal226157133

Shades and tints

Shades of #966F5B

#966F5B
(150,111,91)
#896553
(137,101,83)
#7C5B4B
(124,91,75)
#6F5143
(111,81,67)
#62473B
(98,71,59)
#553D33
(85,61,51)
#48332B
(72,51,43)
#3B2923
(59,41,35)
#2E1F1B
(46,31,27)
#211513
(33,21,19)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #966F5B

#966F5B
(150,111,91)
#9F7C69
(159,124,105)
#A88977
(168,137,119)
#B19685
(177,150,133)
#BAA393
(186,163,147)
#C3B0A1
(195,176,161)
#CCBDAF
(204,189,175)
#D5CABD
(213,202,189)
#DED7CB
(222,215,203)
#E7E4D9
(231,228,217)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966F5B color. Also use rgb(150,111,91) instead hex code.

Text Font Color

.myTextColor { color: #966F5B; }

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

This text font color is #966F5B.


Background Color

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

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

This div background color is #966F5B.


Border color

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

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

This div border color is #966F5B.


Opacity

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

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

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

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

This text has shadow with #966F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966F5B on black background.


Color preview on white background

This text has color #966F5B on white background.



Black color preview on #966F5B background

This text has black color on #966F5B background.


White color preview on #966F5B background

This text has white color on #966F5B background.