COLOR #968B68

HEX: #968B68
RGB: (150,139,104)

Color info

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

RGB color model

#968B68 color RGB value is (150,139,104).

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

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 104 of 255 = 41%

150
139
104

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

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 104 = 393 (100%)
R 150 of 393 ~ 38.17%
G 139 of 393 ~ 35.37%
B 104 of 393 ~ 26.46%

%38.17
%35.37
%26.46

CMYK color model

#968B68 color CMYK value is (0,7,31,41).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(0,7,31,41)
C0M7Y31K41 
(0%,7%,31%,41%)
(0.00/0.07/0.31/0.41)	

CMYK percentages

%0
%7.33
%30.67
%41.18

Codes

Color #968B68 in popluar color models

968B68
RGB150139104
HSL46°18.11%49.80%
HSB/HSV46°30.67%58.82%
CMYK0.00%7.33%30.67%
41.18%

Color #968B68 in popluar number systems.

HEX968B68
Decimal150139104
Binary10010110100010111101000
Octal226213150

Shades and tints

Shades of #968B68

#968B68
(150,139,104)
#897F5F
(137,127,95)
#7C7356
(124,115,86)
#6F674D
(111,103,77)
#625B44
(98,91,68)
#554F3B
(85,79,59)
#484332
(72,67,50)
#3B3729
(59,55,41)
#2E2B20
(46,43,32)
#211F17
(33,31,23)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #968B68

#968B68
(150,139,104)
#9F9575
(159,149,117)
#A89F82
(168,159,130)
#B1A98F
(177,169,143)
#BAB39C
(186,179,156)
#C3BDA9
(195,189,169)
#CCC7B6
(204,199,182)
#D5D1C3
(213,209,195)
#DEDBD0
(222,219,208)
#E7E5DD
(231,229,221)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968B68; }

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

This text font color is #968B68.


Background Color

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

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

This div background color is #968B68.


Border color

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

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

This div border color is #968B68.


Opacity

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

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

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

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

This text has shadow with #968B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968B68 on black background.


Color preview on white background

This text has color #968B68 on white background.



Black color preview on #968B68 background

This text has black color on #968B68 background.


White color preview on #968B68 background

This text has white color on #968B68 background.