COLOR #968077

HEX: #968077
RGB: (150,128,119)

Color info

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

RGB color model

#968077 color RGB value is (150,128,119).

  • red value is 150;
  • green value is 128;
  • blue value is 119.
RGB:
(150,128,119)
(59%,50%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 119 of 255 = 47%

150
128
119

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

Portions of RGB colors in percentages

R + G + B =
150 + 128 + 119 = 397 (100%)
R 150 of 397 ~ 37.78%
G 128 of 397 ~ 32.24%
B 119 of 397 ~ 29.97%

%37.78
%32.24
%29.97

CMYK color model

#968077 color CMYK value is (0,15,21,41).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(0,15,21,41)
C0M15Y21K41 
(0%,15%,21%,41%)
(0.00/0.15/0.21/0.41)	

CMYK percentages

%0
%14.67
%20.67
%41.18

Codes

Color #968077 in popluar color models

968077
RGB150128119
HSL17°12.86%52.75%
HSB/HSV17°20.67%58.82%
CMYK0.00%14.67%20.67%
41.18%

Color #968077 in popluar number systems.

HEX968077
Decimal150128119
Binary10010110100000001110111
Octal226200167

Shades and tints

Shades of #968077

#968077
(150,128,119)
#89756D
(137,117,109)
#7C6A63
(124,106,99)
#6F5F59
(111,95,89)
#62544F
(98,84,79)
#554945
(85,73,69)
#483E3B
(72,62,59)
#3B3331
(59,51,49)
#2E2827
(46,40,39)
#211D1D
(33,29,29)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #968077

#968077
(150,128,119)
#9F8B83
(159,139,131)
#A8968F
(168,150,143)
#B1A19B
(177,161,155)
#BAACA7
(186,172,167)
#C3B7B3
(195,183,179)
#CCC2BF
(204,194,191)
#D5CDCB
(213,205,203)
#DED8D7
(222,216,215)
#E7E3E3
(231,227,227)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968077 color. Also use rgb(150,128,119) instead hex code.

Text Font Color

.myTextColor { color: #968077; }

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

This text font color is #968077.


Background Color

.myBgColor { background-color: #968077; }

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

This div background color is #968077.


Border color

.myBorderColor { border: 1px solid #968077; }

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

This div border color is #968077.


Opacity

.myOpacity80 { color: #968077; opacity: 0.8; }

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

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

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

This text has shadow with #968077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968077 on black background.


Color preview on white background

This text has color #968077 on white background.



Black color preview on #968077 background

This text has black color on #968077 background.


White color preview on #968077 background

This text has white color on #968077 background.