COLOR #968D6D

HEX: #968D6D
RGB: (150,141,109)

Color info

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

RGB color model

#968D6D color RGB value is (150,141,109).

  • red value is 150;
  • green value is 141;
  • blue value is 109.
RGB:
(150,141,109)
(59%,55%,43%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 109 of 255 = 43%

150
141
109

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

Portions of RGB colors in percentages

R + G + B =
150 + 141 + 109 = 400 (100%)
R 150 of 400 ~ 37.5%
G 141 of 400 ~ 35.25%
B 109 of 400 ~ 27.25%

%37.5
%35.25
%27.25

CMYK color model

#968D6D color CMYK value is (0,6,27,41).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(0,6,27,41)
C0M6Y27K41 
(0%,6%,27%,41%)
(0.00/0.06/0.27/0.41)	

CMYK percentages

%0
%6
%27.33
%41.18

Codes

Color #968D6D in popluar color models

968D6D
RGB150141109
HSL47°16.33%50.78%
HSB/HSV47°27.33%58.82%
CMYK0.00%6.00%27.33%
41.18%

Color #968D6D in popluar number systems.

HEX968D6D
Decimal150141109
Binary10010110100011011101101
Octal226215155

Shades and tints

Shades of #968D6D

#968D6D
(150,141,109)
#898164
(137,129,100)
#7C755B
(124,117,91)
#6F6952
(111,105,82)
#625D49
(98,93,73)
#555140
(85,81,64)
#484537
(72,69,55)
#3B392E
(59,57,46)
#2E2D25
(46,45,37)
#21211C
(33,33,28)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #968D6D

#968D6D
(150,141,109)
#9F977A
(159,151,122)
#A8A187
(168,161,135)
#B1AB94
(177,171,148)
#BAB5A1
(186,181,161)
#C3BFAE
(195,191,174)
#CCC9BB
(204,201,187)
#D5D3C8
(213,211,200)
#DEDDD5
(222,221,213)
#E7E7E2
(231,231,226)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968D6D color. Also use rgb(150,141,109) instead hex code.

Text Font Color

.myTextColor { color: #968D6D; }

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

This text font color is #968D6D.


Background Color

.myBgColor { background-color: #968D6D; }

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

This div background color is #968D6D.


Border color

.myBorderColor { border: 1px solid #968D6D; }

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

This div border color is #968D6D.


Opacity

.myOpacity80 { color: #968D6D; opacity: 0.8; }

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

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

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

This text has shadow with #968D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968D6D on black background.


Color preview on white background

This text has color #968D6D on white background.



Black color preview on #968D6D background

This text has black color on #968D6D background.


White color preview on #968D6D background

This text has white color on #968D6D background.