COLOR #968564

HEX: #968564
RGB: (150,133,100)

Color info

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

RGB color model

#968564 color RGB value is (150,133,100).

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

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 100 of 255 = 39%

150
133
100

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

Portions of RGB colors in percentages

R + G + B =
150 + 133 + 100 = 383 (100%)
R 150 of 383 ~ 39.16%
G 133 of 383 ~ 34.73%
B 100 of 383 ~ 26.11%

%39.16
%34.73
%26.11

CMYK color model

#968564 color CMYK value is (0,11,33,41).

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 33.33%
  • key color value is 41.18%
CMYK:
(0,11,33,41)
C0M11Y33K41 
(0%,11%,33%,41%)
(0.00/0.11/0.33/0.41)	

CMYK percentages

%0
%11.33
%33.33
%41.18

Codes

Color #968564 in popluar color models

968564
RGB150133100
HSL40°20.00%49.02%
HSB/HSV40°33.33%58.82%
CMYK0.00%11.33%33.33%
41.18%

Color #968564 in popluar number systems.

HEX968564
Decimal150133100
Binary10010110100001011100100
Octal226205144

Shades and tints

Shades of #968564

#968564
(150,133,100)
#89795B
(137,121,91)
#7C6D52
(124,109,82)
#6F6149
(111,97,73)
#625540
(98,85,64)
#554937
(85,73,55)
#483D2E
(72,61,46)
#3B3125
(59,49,37)
#2E251C
(46,37,28)
#211913
(33,25,19)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #968564

#968564
(150,133,100)
#9F9072
(159,144,114)
#A89B80
(168,155,128)
#B1A68E
(177,166,142)
#BAB19C
(186,177,156)
#C3BCAA
(195,188,170)
#CCC7B8
(204,199,184)
#D5D2C6
(213,210,198)
#DEDDD4
(222,221,212)
#E7E8E2
(231,232,226)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968564; }

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

This text font color is #968564.


Background Color

.myBgColor { background-color: #968564; }

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

This div background color is #968564.


Border color

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

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

This div border color is #968564.


Opacity

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

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

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

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

This text has shadow with #968564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968564 on black background.


Color preview on white background

This text has color #968564 on white background.



Black color preview on #968564 background

This text has black color on #968564 background.


White color preview on #968564 background

This text has white color on #968564 background.