COLOR #967B6F

HEX: #967B6F
RGB: (150,123,111)

Color info

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

RGB color model

#967B6F color RGB value is (150,123,111).

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

RGB channels and saturation

R 150 of 255 = 59%
G 123 of 255 = 48%
B 111 of 255 = 44%

150
123
111

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

Portions of RGB colors in percentages

R + G + B =
150 + 123 + 111 = 384 (100%)
R 150 of 384 ~ 39.06%
G 123 of 384 ~ 32.03%
B 111 of 384 ~ 28.91%

%39.06
%32.03
%28.91

CMYK color model

#967B6F color CMYK value is (0,18,26,41).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(0,18,26,41)
C0M18Y26K41 
(0%,18%,26%,41%)
(0.00/0.18/0.26/0.41)	

CMYK percentages

%0
%18
%26
%41.18

Codes

Color #967B6F in popluar color models

967B6F
RGB150123111
HSL18°15.66%51.18%
HSB/HSV18°26.00%58.82%
CMYK0.00%18.00%26.00%
41.18%

Color #967B6F in popluar number systems.

HEX967B6F
Decimal150123111
Binary1001011011110111101111
Octal226173157

Shades and tints

Shades of #967B6F

#967B6F
(150,123,111)
#897065
(137,112,101)
#7C655B
(124,101,91)
#6F5A51
(111,90,81)
#624F47
(98,79,71)
#55443D
(85,68,61)
#483933
(72,57,51)
#3B2E29
(59,46,41)
#2E231F
(46,35,31)
#211815
(33,24,21)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #967B6F

#967B6F
(150,123,111)
#9F877C
(159,135,124)
#A89389
(168,147,137)
#B19F96
(177,159,150)
#BAABA3
(186,171,163)
#C3B7B0
(195,183,176)
#CCC3BD
(204,195,189)
#D5CFCA
(213,207,202)
#DEDBD7
(222,219,215)
#E7E7E4
(231,231,228)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967B6F color. Also use rgb(150,123,111) instead hex code.

Text Font Color

.myTextColor { color: #967B6F; }

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

This text font color is #967B6F.


Background Color

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

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

This div background color is #967B6F.


Border color

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

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

This div border color is #967B6F.


Opacity

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

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

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

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

This text has shadow with #967B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967B6F on black background.


Color preview on white background

This text has color #967B6F on white background.



Black color preview on #967B6F background

This text has black color on #967B6F background.


White color preview on #967B6F background

This text has white color on #967B6F background.