COLOR #967F6E

HEX: #967F6E
RGB: (150,127,110)

Color info

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

RGB color model

#967F6E color RGB value is (150,127,110).

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

RGB channels and saturation

R 150 of 255 = 59%
G 127 of 255 = 50%
B 110 of 255 = 43%

150
127
110

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

Portions of RGB colors in percentages

R + G + B =
150 + 127 + 110 = 387 (100%)
R 150 of 387 ~ 38.76%
G 127 of 387 ~ 32.82%
B 110 of 387 ~ 28.42%

%38.76
%32.82
%28.42

CMYK color model

#967F6E color CMYK value is (0,15,27,41).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(0,15,27,41)
C0M15Y27K41 
(0%,15%,27%,41%)
(0.00/0.15/0.27/0.41)	

CMYK percentages

%0
%15.33
%26.67
%41.18

Codes

Color #967F6E in popluar color models

967F6E
RGB150127110
HSL26°16.00%50.98%
HSB/HSV26°26.67%58.82%
CMYK0.00%15.33%26.67%
41.18%

Color #967F6E in popluar number systems.

HEX967F6E
Decimal150127110
Binary1001011011111111101110
Octal226177156

Shades and tints

Shades of #967F6E

#967F6E
(150,127,110)
#897464
(137,116,100)
#7C695A
(124,105,90)
#6F5E50
(111,94,80)
#625346
(98,83,70)
#55483C
(85,72,60)
#483D32
(72,61,50)
#3B3228
(59,50,40)
#2E271E
(46,39,30)
#211C14
(33,28,20)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #967F6E

#967F6E
(150,127,110)
#9F8A7B
(159,138,123)
#A89588
(168,149,136)
#B1A095
(177,160,149)
#BAABA2
(186,171,162)
#C3B6AF
(195,182,175)
#CCC1BC
(204,193,188)
#D5CCC9
(213,204,201)
#DED7D6
(222,215,214)
#E7E2E3
(231,226,227)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967F6E; }

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

This text font color is #967F6E.


Background Color

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

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

This div background color is #967F6E.


Border color

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

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

This div border color is #967F6E.


Opacity

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

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

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

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

This text has shadow with #967F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967F6E on black background.


Color preview on white background

This text has color #967F6E on white background.



Black color preview on #967F6E background

This text has black color on #967F6E background.


White color preview on #967F6E background

This text has white color on #967F6E background.