COLOR #968D7C

HEX: #968D7C
RGB: (150,141,124)

Color info

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

RGB color model

#968D7C color RGB value is (150,141,124).

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

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 124 of 255 = 49%

150
141
124

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

Portions of RGB colors in percentages

R + G + B =
150 + 141 + 124 = 415 (100%)
R 150 of 415 ~ 36.14%
G 141 of 415 ~ 33.98%
B 124 of 415 ~ 29.88%

%36.14
%33.98
%29.88

CMYK color model

#968D7C color CMYK value is (0,6,17,41).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(0,6,17,41)
C0M6Y17K41 
(0%,6%,17%,41%)
(0.00/0.06/0.17/0.41)	

CMYK percentages

%0
%6
%17.33
%41.18

Codes

Color #968D7C in popluar color models

968D7C
RGB150141124
HSL39°11.02%53.73%
HSB/HSV39°17.33%58.82%
CMYK0.00%6.00%17.33%
41.18%

Color #968D7C in popluar number systems.

HEX968D7C
Decimal150141124
Binary10010110100011011111100
Octal226215174

Shades and tints

Shades of #968D7C

#968D7C
(150,141,124)
#898171
(137,129,113)
#7C7566
(124,117,102)
#6F695B
(111,105,91)
#625D50
(98,93,80)
#555145
(85,81,69)
#48453A
(72,69,58)
#3B392F
(59,57,47)
#2E2D24
(46,45,36)
#212119
(33,33,25)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #968D7C

#968D7C
(150,141,124)
#9F9787
(159,151,135)
#A8A192
(168,161,146)
#B1AB9D
(177,171,157)
#BAB5A8
(186,181,168)
#C3BFB3
(195,191,179)
#CCC9BE
(204,201,190)
#D5D3C9
(213,211,201)
#DEDDD4
(222,221,212)
#E7E7DF
(231,231,223)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968D7C color. Also use rgb(150,141,124) instead hex code.

Text Font Color

.myTextColor { color: #968D7C; }

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

This text font color is #968D7C.


Background Color

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

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

This div background color is #968D7C.


Border color

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

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

This div border color is #968D7C.


Opacity

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

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

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

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

This text has shadow with #968D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968D7C on black background.


Color preview on white background

This text has color #968D7C on white background.



Black color preview on #968D7C background

This text has black color on #968D7C background.


White color preview on #968D7C background

This text has white color on #968D7C background.