COLOR #967C66

HEX: #967C66
RGB: (150,124,102)

Color info

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

RGB color model

#967C66 color RGB value is (150,124,102).

  • red value is 150;
  • green value is 124;
  • blue value is 102.
RGB:
(150,124,102)
(59%,49%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 102 of 255 = 40%

150
124
102

R + G + B ~ 49%. #967C66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 124 + 102 = 376 (100%)
R 150 of 376 ~ 39.89%
G 124 of 376 ~ 32.98%
B 102 of 376 ~ 27.13%

%39.89
%32.98
%27.13

CMYK color model

#967C66 color CMYK value is (0,17,32,41).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 32.00%
  • key color value is 41.18%
CMYK:
(0,17,32,41)
C0M17Y32K41 
(0%,17%,32%,41%)
(0.00/0.17/0.32/0.41)	

CMYK percentages

%0
%17.33
%32
%41.18

Codes

Color #967C66 in popluar color models

967C66
RGB150124102
HSL28°19.05%49.41%
HSB/HSV28°32.00%58.82%
CMYK0.00%17.33%32.00%
41.18%

Color #967C66 in popluar number systems.

HEX967C66
Decimal150124102
Binary1001011011111001100110
Octal226174146

Shades and tints

Shades of #967C66

#967C66
(150,124,102)
#89715D
(137,113,93)
#7C6654
(124,102,84)
#6F5B4B
(111,91,75)
#625042
(98,80,66)
#554539
(85,69,57)
#483A30
(72,58,48)
#3B2F27
(59,47,39)
#2E241E
(46,36,30)
#211915
(33,25,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #967C66

#967C66
(150,124,102)
#9F8773
(159,135,115)
#A89280
(168,146,128)
#B19D8D
(177,157,141)
#BAA89A
(186,168,154)
#C3B3A7
(195,179,167)
#CCBEB4
(204,190,180)
#D5C9C1
(213,201,193)
#DED4CE
(222,212,206)
#E7DFDB
(231,223,219)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967C66 color. Also use rgb(150,124,102) instead hex code.

Text Font Color

.myTextColor { color: #967C66; }

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

This text font color is #967C66.


Background Color

.myBgColor { background-color: #967C66; }

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

This div background color is #967C66.


Border color

.myBorderColor { border: 1px solid #967C66; }

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

This div border color is #967C66.


Opacity

.myOpacity80 { color: #967C66; opacity: 0.8; }

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

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

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

This text has shadow with #967C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967C66 on black background.


Color preview on white background

This text has color #967C66 on white background.



Black color preview on #967C66 background

This text has black color on #967C66 background.


White color preview on #967C66 background

This text has white color on #967C66 background.