COLOR #968F6D

HEX: #968F6D
RGB: (150,143,109)

Color info

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

RGB color model

#968F6D color RGB value is (150,143,109).

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

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 109 of 255 = 43%

150
143
109

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

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 109 = 402 (100%)
R 150 of 402 ~ 37.31%
G 143 of 402 ~ 35.57%
B 109 of 402 ~ 27.11%

%37.31
%35.57
%27.11

CMYK color model

#968F6D color CMYK value is (0,5,27,41).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(0,5,27,41)
C0M5Y27K41 
(0%,5%,27%,41%)
(0.00/0.05/0.27/0.41)	

CMYK percentages

%0
%4.67
%27.33
%41.18

Codes

Color #968F6D in popluar color models

968F6D
RGB150143109
HSL50°16.33%50.78%
HSB/HSV50°27.33%58.82%
CMYK0.00%4.67%27.33%
41.18%

Color #968F6D in popluar number systems.

HEX968F6D
Decimal150143109
Binary10010110100011111101101
Octal226217155

Shades and tints

Shades of #968F6D

#968F6D
(150,143,109)
#898264
(137,130,100)
#7C755B
(124,117,91)
#6F6852
(111,104,82)
#625B49
(98,91,73)
#554E40
(85,78,64)
#484137
(72,65,55)
#3B342E
(59,52,46)
#2E2725
(46,39,37)
#211A1C
(33,26,28)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #968F6D

#968F6D
(150,143,109)
#9F997A
(159,153,122)
#A8A387
(168,163,135)
#B1AD94
(177,173,148)
#BAB7A1
(186,183,161)
#C3C1AE
(195,193,174)
#CCCBBB
(204,203,187)
#D5D5C8
(213,213,200)
#DEDFD5
(222,223,213)
#E7E9E2
(231,233,226)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968F6D; }

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

This text font color is #968F6D.


Background Color

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

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

This div background color is #968F6D.


Border color

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

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

This div border color is #968F6D.


Opacity

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

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

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

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

This text has shadow with #968F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968F6D on black background.


Color preview on white background

This text has color #968F6D on white background.



Black color preview on #968F6D background

This text has black color on #968F6D background.


White color preview on #968F6D background

This text has white color on #968F6D background.