COLOR #967C7B

HEX: #967C7B
RGB: (150,124,123)

Color info

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

RGB color model

#967C7B color RGB value is (150,124,123).

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

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 123 of 255 = 48%

150
124
123

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

Portions of RGB colors in percentages

R + G + B =
150 + 124 + 123 = 397 (100%)
R 150 of 397 ~ 37.78%
G 124 of 397 ~ 31.23%
B 123 of 397 ~ 30.98%

%37.78
%31.23
%30.98

CMYK color model

#967C7B color CMYK value is (0,17,18,41).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(0,17,18,41)
C0M17Y18K41 
(0%,17%,18%,41%)
(0.00/0.17/0.18/0.41)	

CMYK percentages

%0
%17.33
%18
%41.18

Codes

Color #967C7B in popluar color models

967C7B
RGB150124123
HSL11.39%53.53%
HSB/HSV18.00%58.82%
CMYK0.00%17.33%18.00%
41.18%

Color #967C7B in popluar number systems.

HEX967C7B
Decimal150124123
Binary1001011011111001111011
Octal226174173

Shades and tints

Shades of #967C7B

#967C7B
(150,124,123)
#897170
(137,113,112)
#7C6665
(124,102,101)
#6F5B5A
(111,91,90)
#62504F
(98,80,79)
#554544
(85,69,68)
#483A39
(72,58,57)
#3B2F2E
(59,47,46)
#2E2423
(46,36,35)
#211918
(33,25,24)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #967C7B

#967C7B
(150,124,123)
#9F8787
(159,135,135)
#A89293
(168,146,147)
#B19D9F
(177,157,159)
#BAA8AB
(186,168,171)
#C3B3B7
(195,179,183)
#CCBEC3
(204,190,195)
#D5C9CF
(213,201,207)
#DED4DB
(222,212,219)
#E7DFE7
(231,223,231)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967C7B; }

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

This text font color is #967C7B.


Background Color

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

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

This div background color is #967C7B.


Border color

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

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

This div border color is #967C7B.


Opacity

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

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

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

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

This text has shadow with #967C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967C7B on black background.


Color preview on white background

This text has color #967C7B on white background.



Black color preview on #967C7B background

This text has black color on #967C7B background.


White color preview on #967C7B background

This text has white color on #967C7B background.