COLOR #968C70

HEX: #968C70
RGB: (150,140,112)

Color info

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

RGB color model

#968C70 color RGB value is (150,140,112).

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

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 112 of 255 = 44%

150
140
112

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

Portions of RGB colors in percentages

R + G + B =
150 + 140 + 112 = 402 (100%)
R 150 of 402 ~ 37.31%
G 140 of 402 ~ 34.83%
B 112 of 402 ~ 27.86%

%37.31
%34.83
%27.86

CMYK color model

#968C70 color CMYK value is (0,7,25,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 25.33%
  • key color value is 41.18%
CMYK:
(0,7,25,41)
C0M7Y25K41 
(0%,7%,25%,41%)
(0.00/0.07/0.25/0.41)	

CMYK percentages

%0
%6.67
%25.33
%41.18

Codes

Color #968C70 in popluar color models

968C70
RGB150140112
HSL44°15.32%51.37%
HSB/HSV44°25.33%58.82%
CMYK0.00%6.67%25.33%
41.18%

Color #968C70 in popluar number systems.

HEX968C70
Decimal150140112
Binary10010110100011001110000
Octal226214160

Shades and tints

Shades of #968C70

#968C70
(150,140,112)
#898066
(137,128,102)
#7C745C
(124,116,92)
#6F6852
(111,104,82)
#625C48
(98,92,72)
#55503E
(85,80,62)
#484434
(72,68,52)
#3B382A
(59,56,42)
#2E2C20
(46,44,32)
#212016
(33,32,22)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #968C70

#968C70
(150,140,112)
#9F967D
(159,150,125)
#A8A08A
(168,160,138)
#B1AA97
(177,170,151)
#BAB4A4
(186,180,164)
#C3BEB1
(195,190,177)
#CCC8BE
(204,200,190)
#D5D2CB
(213,210,203)
#DEDCD8
(222,220,216)
#E7E6E5
(231,230,229)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968C70; }

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

This text font color is #968C70.


Background Color

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

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

This div background color is #968C70.


Border color

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

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

This div border color is #968C70.


Opacity

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

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

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

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

This text has shadow with #968C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968C70 on black background.


Color preview on white background

This text has color #968C70 on white background.



Black color preview on #968C70 background

This text has black color on #968C70 background.


White color preview on #968C70 background

This text has white color on #968C70 background.