COLOR #968964

HEX: #968964
RGB: (150,137,100)

Color info

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

RGB color model

#968964 color RGB value is (150,137,100).

  • red value is 150;
  • green value is 137;
  • blue value is 100.
RGB:
(150,137,100)
(59%,54%,39%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 100 of 255 = 39%

150
137
100

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

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 100 = 387 (100%)
R 150 of 387 ~ 38.76%
G 137 of 387 ~ 35.4%
B 100 of 387 ~ 25.84%

%38.76
%35.4
%25.84

CMYK color model

#968964 color CMYK value is (0,9,33,41).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 33.33%
  • key color value is 41.18%
CMYK:
(0,9,33,41)
C0M9Y33K41 
(0%,9%,33%,41%)
(0.00/0.09/0.33/0.41)	

CMYK percentages

%0
%8.67
%33.33
%41.18

Codes

Color #968964 in popluar color models

968964
RGB150137100
HSL44°20.00%49.02%
HSB/HSV44°33.33%58.82%
CMYK0.00%8.67%33.33%
41.18%

Color #968964 in popluar number systems.

HEX968964
Decimal150137100
Binary10010110100010011100100
Octal226211144

Shades and tints

Shades of #968964

#968964
(150,137,100)
#897D5B
(137,125,91)
#7C7152
(124,113,82)
#6F6549
(111,101,73)
#625940
(98,89,64)
#554D37
(85,77,55)
#48412E
(72,65,46)
#3B3525
(59,53,37)
#2E291C
(46,41,28)
#211D13
(33,29,19)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #968964

#968964
(150,137,100)
#9F9372
(159,147,114)
#A89D80
(168,157,128)
#B1A78E
(177,167,142)
#BAB19C
(186,177,156)
#C3BBAA
(195,187,170)
#CCC5B8
(204,197,184)
#D5CFC6
(213,207,198)
#DED9D4
(222,217,212)
#E7E3E2
(231,227,226)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968964 color. Also use rgb(150,137,100) instead hex code.

Text Font Color

.myTextColor { color: #968964; }

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

This text font color is #968964.


Background Color

.myBgColor { background-color: #968964; }

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

This div background color is #968964.


Border color

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

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

This div border color is #968964.


Opacity

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

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

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

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

This text has shadow with #968964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968964 on black background.


Color preview on white background

This text has color #968964 on white background.



Black color preview on #968964 background

This text has black color on #968964 background.


White color preview on #968964 background

This text has white color on #968964 background.