COLOR #968775

HEX: #968775
RGB: (150,135,117)

Color info

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

RGB color model

#968775 color RGB value is (150,135,117).

  • red value is 150;
  • green value is 135;
  • blue value is 117.
RGB:
(150,135,117)
(59%,53%,46%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 117 of 255 = 46%

150
135
117

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

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 117 = 402 (100%)
R 150 of 402 ~ 37.31%
G 135 of 402 ~ 33.58%
B 117 of 402 ~ 29.1%

%37.31
%33.58
%29.1

CMYK color model

#968775 color CMYK value is (0,10,22,41).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 22.00%
  • key color value is 41.18%
CMYK:
(0,10,22,41)
C0M10Y22K41 
(0%,10%,22%,41%)
(0.00/0.10/0.22/0.41)	

CMYK percentages

%0
%10
%22
%41.18

Codes

Color #968775 in popluar color models

968775
RGB150135117
HSL33°13.58%52.35%
HSB/HSV33°22.00%58.82%
CMYK0.00%10.00%22.00%
41.18%

Color #968775 in popluar number systems.

HEX968775
Decimal150135117
Binary10010110100001111110101
Octal226207165

Shades and tints

Shades of #968775

#968775
(150,135,117)
#897B6B
(137,123,107)
#7C6F61
(124,111,97)
#6F6357
(111,99,87)
#62574D
(98,87,77)
#554B43
(85,75,67)
#483F39
(72,63,57)
#3B332F
(59,51,47)
#2E2725
(46,39,37)
#211B1B
(33,27,27)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #968775

#968775
(150,135,117)
#9F9181
(159,145,129)
#A89B8D
(168,155,141)
#B1A599
(177,165,153)
#BAAFA5
(186,175,165)
#C3B9B1
(195,185,177)
#CCC3BD
(204,195,189)
#D5CDC9
(213,205,201)
#DED7D5
(222,215,213)
#E7E1E1
(231,225,225)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968775 color. Also use rgb(150,135,117) instead hex code.

Text Font Color

.myTextColor { color: #968775; }

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

This text font color is #968775.


Background Color

.myBgColor { background-color: #968775; }

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

This div background color is #968775.


Border color

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

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

This div border color is #968775.


Opacity

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

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

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

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

This text has shadow with #968775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968775 on black background.


Color preview on white background

This text has color #968775 on white background.



Black color preview on #968775 background

This text has black color on #968775 background.


White color preview on #968775 background

This text has white color on #968775 background.