COLOR #968673

HEX: #968673
RGB: (150,134,115)

Color info

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

RGB color model

#968673 color RGB value is (150,134,115).

  • red value is 150;
  • green value is 134;
  • blue value is 115.
RGB:
(150,134,115)
(59%,53%,45%)

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 115 of 255 = 45%

150
134
115

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 115 = 399 (100%)
R 150 of 399 ~ 37.59%
G 134 of 399 ~ 33.58%
B 115 of 399 ~ 28.82%

%37.59
%33.58
%28.82

CMYK color model

#968673 color CMYK value is (0,11,23,41).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 23.33%
  • key color value is 41.18%
CMYK:
(0,11,23,41)
C0M11Y23K41 
(0%,11%,23%,41%)
(0.00/0.11/0.23/0.41)	

CMYK percentages

%0
%10.67
%23.33
%41.18

Codes

Color #968673 in popluar color models

968673
RGB150134115
HSL33°14.29%51.96%
HSB/HSV33°23.33%58.82%
CMYK0.00%10.67%23.33%
41.18%

Color #968673 in popluar number systems.

HEX968673
Decimal150134115
Binary10010110100001101110011
Octal226206163

Shades and tints

Shades of #968673

#968673
(150,134,115)
#897A69
(137,122,105)
#7C6E5F
(124,110,95)
#6F6255
(111,98,85)
#62564B
(98,86,75)
#554A41
(85,74,65)
#483E37
(72,62,55)
#3B322D
(59,50,45)
#2E2623
(46,38,35)
#211A19
(33,26,25)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #968673

#968673
(150,134,115)
#9F917F
(159,145,127)
#A89C8B
(168,156,139)
#B1A797
(177,167,151)
#BAB2A3
(186,178,163)
#C3BDAF
(195,189,175)
#CCC8BB
(204,200,187)
#D5D3C7
(213,211,199)
#DEDED3
(222,222,211)
#E7E9DF
(231,233,223)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968673 color. Also use rgb(150,134,115) instead hex code.

Text Font Color

.myTextColor { color: #968673; }

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

This text font color is #968673.


Background Color

.myBgColor { background-color: #968673; }

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

This div background color is #968673.


Border color

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

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

This div border color is #968673.


Opacity

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

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

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

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

This text has shadow with #968673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968673 on black background.


Color preview on white background

This text has color #968673 on white background.



Black color preview on #968673 background

This text has black color on #968673 background.


White color preview on #968673 background

This text has white color on #968673 background.