COLOR #968B5F

HEX: #968B5F RGB: (150,139,95)

Color info

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

RGB color model

#968B5F color RGB value is (150,139,95).

RGB: (150,139,95) (59%, 55%, 37%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 95 of 255 = 37%

150
139
95

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

Portions of RGB colors in percentages

R + G + B = 150 + 139 + 95 = 384 (100%)
R 150 of 384 ~ 39.06%
G 139 of 384 ~ 36.2%
B 95 of 384 ~ 24.74'%

%39.06
%36.2
%24.74

CMYK color model

#968B5F color CMYK value is (0,7,37,41).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 36.67%
  • key color value is 41.18%

CMYK: (0,7,37,41)
C0M7Y37K41 (0%, 7%, 37%, 41%)
(0.00 / 0.07 / 0.37 / 0.41)

CMYK percentages

%0
%7.33
%36.67
%41.18

Codes

Color #968B5F in popluar color models

96 8B 5F
RGB 150 139 95
HSL 48° 22.45% 48.04%
HSB/HSV 48° 36.67% 58.82%
CMYK 0.00% 7.33% 36.67%
41.18%

Color #968B5F in popluar number systems.

HEX 96 8B 5F
Decimal 150 139 95
Binary 10010110 10001011 1011111
Octal 226 213 137

Shades and tints

Shades of #968B5F

#968B5F
(150,139,95)
#897F57
(137,127,87)
#7C734F
(124,115,79)
#6F6747
(111,103,71)
#625B3F
(98,91,63)
#554F37
(85,79,55)
#48432F
(72,67,47)
#3B3727
(59,55,39)
#2E2B1F
(46,43,31)
#211F17
(33,31,23)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #968B5F

#968B5F
(150,139,95)
#9F956D
(159,149,109)
#A89F7B
(168,159,123)
#B1A989
(177,169,137)
#BAB397
(186,179,151)
#C3BDA5
(195,189,165)
#CCC7B3
(204,199,179)
#D5D1C1
(213,209,193)
#DEDBCF
(222,219,207)
#E7E5DD
(231,229,221)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968B5F; }

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

This text font color is #968B5F.

Background Color

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

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

This div background color is #968B5F.

Border color

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

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

This div border color is #968B5F.

Opacity

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

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

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

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

This text has shadow with #968B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968B5F.

Preview

Color preview on black background

This text has color #968B5F on black background.


Color preview on white background

This text has color #968B5F on white background.


Black color preview on #968B5F background

This text has black color on #968B5F background.


White color preview on #968B5F background

This text has white color on #968B5F background.


Related colors

Complementary color

Complementary color for #hex is #6974A0.


I love getcolorcode.com

Triadic colors

1 #5F968B and #8B5F96 with #968B5F are triadic colors.

2 #5F8B96 and #8B965F with #968B5F are triadic colors.