COLOR #968B67

HEX: #968B67 RGB: (150,139,103)

Color info

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

RGB color model

#968B67 color RGB value is (150,139,103).

RGB: (150,139,103) (59%, 55%, 40%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 103 of 255 = 40%

150
139
103

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

Portions of RGB colors in percentages

R + G + B = 150 + 139 + 103 = 392 (100%)
R 150 of 392 ~ 38.27%
G 139 of 392 ~ 35.46%
B 103 of 392 ~ 26.28'%

%38.27
%35.46
%26.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 31.33%
  • 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
%31.33
%41.18

Codes

Color #968B67 in popluar color models

96 8B 67
RGB 150 139 103
HSL 46° 18.58% 49.61%
HSB/HSV 46° 31.33% 58.82%
CMYK 0.00% 7.33% 31.33%
41.18%

Color #968B67 in popluar number systems.

HEX 96 8B 67
Decimal 150 139 103
Binary 10010110 10001011 1100111
Octal 226 213 147

Shades and tints

Shades of #968B67

#968B67
(150,139,103)
#897F5E
(137,127,94)
#7C7355
(124,115,85)
#6F674C
(111,103,76)
#625B43
(98,91,67)
#554F3A
(85,79,58)
#484331
(72,67,49)
#3B3728
(59,55,40)
#2E2B1F
(46,43,31)
#211F16
(33,31,22)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #968B67

#968B67
(150,139,103)
#9F9574
(159,149,116)
#A89F81
(168,159,129)
#B1A98E
(177,169,142)
#BAB39B
(186,179,155)
#C3BDA8
(195,189,168)
#CCC7B5
(204,199,181)
#D5D1C2
(213,209,194)
#DEDBCF
(222,219,207)
#E7E5DC
(231,229,220)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968B67; }

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

This text font color is #968B67.

Background Color

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

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

This div background color is #968B67.

Border color

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

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

This div border color is #968B67.

Opacity

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

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

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

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

This text has shadow with #968B67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968B67.

Preview

Color preview on black background

This text has color #968B67 on black background.


Color preview on white background

This text has color #968B67 on white background.


Black color preview on #968B67 background

This text has black color on #968B67 background.


White color preview on #968B67 background

This text has white color on #968B67 background.


Related colors

Complementary color

Complementary color for #hex is #697498.


I love getcolorcode.com

Triadic colors

1 #67968B and #8B6796 with #968B67 are triadic colors.

2 #678B96 and #8B9667 with #968B67 are triadic colors.