COLOR #967F6F

HEX: #967F6F
RGB: (150,127,111)

Color info

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

RGB color model

#967F6F color RGB value is (150,127,111).

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

RGB channels and saturation

R 150 of 255 = 59%
G 127 of 255 = 50%
B 111 of 255 = 44%

150
127
111

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

Portions of RGB colors in percentages

R + G + B =
150 + 127 + 111 = 388 (100%)
R 150 of 388 ~ 38.66%
G 127 of 388 ~ 32.73%
B 111 of 388 ~ 28.61%

%38.66
%32.73
%28.61

CMYK color model

#967F6F color CMYK value is (0,15,26,41).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(0,15,26,41)
C0M15Y26K41 
(0%,15%,26%,41%)
(0.00/0.15/0.26/0.41)	

CMYK percentages

%0
%15.33
%26
%41.18

Codes

Color #967F6F in popluar color models

967F6F
RGB150127111
HSL25°15.66%51.18%
HSB/HSV25°26.00%58.82%
CMYK0.00%15.33%26.00%
41.18%

Color #967F6F in popluar number systems.

HEX967F6F
Decimal150127111
Binary1001011011111111101111
Octal226177157

Shades and tints

Shades of #967F6F

#967F6F
(150,127,111)
#897465
(137,116,101)
#7C695B
(124,105,91)
#6F5E51
(111,94,81)
#625347
(98,83,71)
#55483D
(85,72,61)
#483D33
(72,61,51)
#3B3229
(59,50,41)
#2E271F
(46,39,31)
#211C15
(33,28,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #967F6F

#967F6F
(150,127,111)
#9F8A7C
(159,138,124)
#A89589
(168,149,137)
#B1A096
(177,160,150)
#BAABA3
(186,171,163)
#C3B6B0
(195,182,176)
#CCC1BD
(204,193,189)
#D5CCCA
(213,204,202)
#DED7D7
(222,215,215)
#E7E2E4
(231,226,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967F6F; }

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

This text font color is #967F6F.


Background Color

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

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

This div background color is #967F6F.


Border color

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

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

This div border color is #967F6F.


Opacity

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

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

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

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

This text has shadow with #967F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967F6F on black background.


Color preview on white background

This text has color #967F6F on white background.



Black color preview on #967F6F background

This text has black color on #967F6F background.


White color preview on #967F6F background

This text has white color on #967F6F background.