COLOR #968B6E

HEX: #968B6E
RGB: (150,139,110)

Color info

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

RGB color model

#968B6E color RGB value is (150,139,110).

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

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 110 of 255 = 43%

150
139
110

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

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 110 = 399 (100%)
R 150 of 399 ~ 37.59%
G 139 of 399 ~ 34.84%
B 110 of 399 ~ 27.57%

%37.59
%34.84
%27.57

CMYK color model

#968B6E color CMYK value is (0,7,27,41).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(0,7,27,41)
C0M7Y27K41 
(0%,7%,27%,41%)
(0.00/0.07/0.27/0.41)	

CMYK percentages

%0
%7.33
%26.67
%41.18

Codes

Color #968B6E in popluar color models

968B6E
RGB150139110
HSL44°16.00%50.98%
HSB/HSV44°26.67%58.82%
CMYK0.00%7.33%26.67%
41.18%

Color #968B6E in popluar number systems.

HEX968B6E
Decimal150139110
Binary10010110100010111101110
Octal226213156

Shades and tints

Shades of #968B6E

#968B6E
(150,139,110)
#897F64
(137,127,100)
#7C735A
(124,115,90)
#6F6750
(111,103,80)
#625B46
(98,91,70)
#554F3C
(85,79,60)
#484332
(72,67,50)
#3B3728
(59,55,40)
#2E2B1E
(46,43,30)
#211F14
(33,31,20)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #968B6E

#968B6E
(150,139,110)
#9F957B
(159,149,123)
#A89F88
(168,159,136)
#B1A995
(177,169,149)
#BAB3A2
(186,179,162)
#C3BDAF
(195,189,175)
#CCC7BC
(204,199,188)
#D5D1C9
(213,209,201)
#DEDBD6
(222,219,214)
#E7E5E3
(231,229,227)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968B6E color. Also use rgb(150,139,110) instead hex code.

Text Font Color

.myTextColor { color: #968B6E; }

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

This text font color is #968B6E.


Background Color

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

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

This div background color is #968B6E.


Border color

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

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

This div border color is #968B6E.


Opacity

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

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

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

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

This text has shadow with #968B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968B6E on black background.


Color preview on white background

This text has color #968B6E on white background.



Black color preview on #968B6E background

This text has black color on #968B6E background.


White color preview on #968B6E background

This text has white color on #968B6E background.