COLOR #968C7B

HEX: #968C7B
RGB: (150,140,123)

Color info

#968C7B contains red, green and blue colors in about the same proportion. Web safe color of #968C7B is #999966 (or #996).

RGB color model

#968C7B color RGB value is (150,140,123).

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

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 123 of 255 = 48%

150
140
123

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

Portions of RGB colors in percentages

R + G + B =
150 + 140 + 123 = 413 (100%)
R 150 of 413 ~ 36.32%
G 140 of 413 ~ 33.9%
B 123 of 413 ~ 29.78%

%36.32
%33.9
%29.78

CMYK color model

#968C7B color CMYK value is (0,7,18,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(0,7,18,41)
C0M7Y18K41 
(0%,7%,18%,41%)
(0.00/0.07/0.18/0.41)	

CMYK percentages

%0
%6.67
%18
%41.18

Codes

Color #968C7B in popluar color models

968C7B
RGB150140123
HSL38°11.39%53.53%
HSB/HSV38°18.00%58.82%
CMYK0.00%6.67%18.00%
41.18%

Color #968C7B in popluar number systems.

HEX968C7B
Decimal150140123
Binary10010110100011001111011
Octal226214173

Shades and tints

Shades of #968C7B

#968C7B
(150,140,123)
#898070
(137,128,112)
#7C7465
(124,116,101)
#6F685A
(111,104,90)
#625C4F
(98,92,79)
#555044
(85,80,68)
#484439
(72,68,57)
#3B382E
(59,56,46)
#2E2C23
(46,44,35)
#212018
(33,32,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #968C7B

#968C7B
(150,140,123)
#9F9687
(159,150,135)
#A8A093
(168,160,147)
#B1AA9F
(177,170,159)
#BAB4AB
(186,180,171)
#C3BEB7
(195,190,183)
#CCC8C3
(204,200,195)
#D5D2CF
(213,210,207)
#DEDCDB
(222,220,219)
#E7E6E7
(231,230,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968C7B; }

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

This text font color is #968C7B.


Background Color

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

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

This div background color is #968C7B.


Border color

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

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

This div border color is #968C7B.


Opacity

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

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

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

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

This text has shadow with #968C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968C7B on black background.


Color preview on white background

This text has color #968C7B on white background.



Black color preview on #968C7B background

This text has black color on #968C7B background.


White color preview on #968C7B background

This text has white color on #968C7B background.