COLOR #967F7C

HEX: #967F7C
RGB: (150,127,124)

Color info

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

RGB color model

#967F7C color RGB value is (150,127,124).

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

RGB channels and saturation

R 150 of 255 = 59%
G 127 of 255 = 50%
B 124 of 255 = 49%

150
127
124

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

Portions of RGB colors in percentages

R + G + B =
150 + 127 + 124 = 401 (100%)
R 150 of 401 ~ 37.41%
G 127 of 401 ~ 31.67%
B 124 of 401 ~ 30.92%

%37.41
%31.67
%30.92

CMYK color model

#967F7C color CMYK value is (0,15,17,41).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(0,15,17,41)
C0M15Y17K41 
(0%,15%,17%,41%)
(0.00/0.15/0.17/0.41)	

CMYK percentages

%0
%15.33
%17.33
%41.18

Codes

Color #967F7C in popluar color models

967F7C
RGB150127124
HSL11.02%53.73%
HSB/HSV17.33%58.82%
CMYK0.00%15.33%17.33%
41.18%

Color #967F7C in popluar number systems.

HEX967F7C
Decimal150127124
Binary1001011011111111111100
Octal226177174

Shades and tints

Shades of #967F7C

#967F7C
(150,127,124)
#897471
(137,116,113)
#7C6966
(124,105,102)
#6F5E5B
(111,94,91)
#625350
(98,83,80)
#554845
(85,72,69)
#483D3A
(72,61,58)
#3B322F
(59,50,47)
#2E2724
(46,39,36)
#211C19
(33,28,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #967F7C

#967F7C
(150,127,124)
#9F8A87
(159,138,135)
#A89592
(168,149,146)
#B1A09D
(177,160,157)
#BAABA8
(186,171,168)
#C3B6B3
(195,182,179)
#CCC1BE
(204,193,190)
#D5CCC9
(213,204,201)
#DED7D4
(222,215,212)
#E7E2DF
(231,226,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967F7C; }

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

This text font color is #967F7C.


Background Color

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

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

This div background color is #967F7C.


Border color

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

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

This div border color is #967F7C.


Opacity

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

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

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

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

This text has shadow with #967F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967F7C on black background.


Color preview on white background

This text has color #967F7C on white background.



Black color preview on #967F7C background

This text has black color on #967F7C background.


White color preview on #967F7C background

This text has white color on #967F7C background.