COLOR #968857

HEX: #968857
RGB: (150,136,87)

Color info

#968857 contains mainly red and green colors. Web safe color of #968857 is #999966 (or #996).

RGB color model

#968857 color RGB value is (150,136,87).

  • red value is 150;
  • green value is 136;
  • blue value is 87.
RGB:
(150,136,87)
(59%,53%,34%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 87 of 255 = 34%

150
136
87

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

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 87 = 373 (100%)
R 150 of 373 ~ 40.21%
G 136 of 373 ~ 36.46%
B 87 of 373 ~ 23.32%

%40.21
%36.46
%23.32

CMYK color model

#968857 color CMYK value is (0,9,42,41).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 42.00%
  • key color value is 41.18%
CMYK:
(0,9,42,41)
C0M9Y42K41 
(0%,9%,42%,41%)
(0.00/0.09/0.42/0.41)	

CMYK percentages

%0
%9.33
%42
%41.18

Codes

Color #968857 in popluar color models

968857
RGB15013687
HSL47°26.58%46.47%
HSB/HSV47°42.00%58.82%
CMYK0.00%9.33%42.00%
41.18%

Color #968857 in popluar number systems.

HEX968857
Decimal15013687
Binary10010110100010001010111
Octal226210127

Shades and tints

Shades of #968857

#968857
(150,136,87)
#897C50
(137,124,80)
#7C7049
(124,112,73)
#6F6442
(111,100,66)
#62583B
(98,88,59)
#554C34
(85,76,52)
#48402D
(72,64,45)
#3B3426
(59,52,38)
#2E281F
(46,40,31)
#211C18
(33,28,24)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #968857

#968857
(150,136,87)
#9F9266
(159,146,102)
#A89C75
(168,156,117)
#B1A684
(177,166,132)
#BAB093
(186,176,147)
#C3BAA2
(195,186,162)
#CCC4B1
(204,196,177)
#D5CEC0
(213,206,192)
#DED8CF
(222,216,207)
#E7E2DE
(231,226,222)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968857 color. Also use rgb(150,136,87) instead hex code.

Text Font Color

.myTextColor { color: #968857; }

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

This text font color is #968857.


Background Color

.myBgColor { background-color: #968857; }

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

This div background color is #968857.


Border color

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

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

This div border color is #968857.


Opacity

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

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

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

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

This text has shadow with #968857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968857 on black background.


Color preview on white background

This text has color #968857 on white background.



Black color preview on #968857 background

This text has black color on #968857 background.


White color preview on #968857 background

This text has white color on #968857 background.