COLOR #967D5F

HEX: #967D5F
RGB: (150,125,95)

Color info

#967D5F contains red, green and blue colors in about the same proportion. Web safe color of #967D5F is #996666 (or #966).

RGB color model

#967D5F color RGB value is (150,125,95).

  • red value is 150;
  • green value is 125;
  • blue value is 95.
RGB:
(150,125,95)
(59%,49%,37%)

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 95 of 255 = 37%

150
125
95

R + G + B ~ 48%. #967D5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 125 + 95 = 370 (100%)
R 150 of 370 ~ 40.54%
G 125 of 370 ~ 33.78%
B 95 of 370 ~ 25.68%

%40.54
%33.78
%25.68

CMYK color model

#967D5F color CMYK value is (0,17,37,41).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 36.67%
  • key color value is 41.18%
CMYK:
(0,17,37,41)
C0M17Y37K41 
(0%,17%,37%,41%)
(0.00/0.17/0.37/0.41)	

CMYK percentages

%0
%16.67
%36.67
%41.18

Codes

Color #967D5F in popluar color models

967D5F
RGB15012595
HSL33°22.45%48.04%
HSB/HSV33°36.67%58.82%
CMYK0.00%16.67%36.67%
41.18%

Color #967D5F in popluar number systems.

HEX967D5F
Decimal15012595
Binary1001011011111011011111
Octal226175137

Shades and tints

Shades of #967D5F

#967D5F
(150,125,95)
#897257
(137,114,87)
#7C674F
(124,103,79)
#6F5C47
(111,92,71)
#62513F
(98,81,63)
#554637
(85,70,55)
#483B2F
(72,59,47)
#3B3027
(59,48,39)
#2E251F
(46,37,31)
#211A17
(33,26,23)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #967D5F

#967D5F
(150,125,95)
#9F886D
(159,136,109)
#A8937B
(168,147,123)
#B19E89
(177,158,137)
#BAA997
(186,169,151)
#C3B4A5
(195,180,165)
#CCBFB3
(204,191,179)
#D5CAC1
(213,202,193)
#DED5CF
(222,213,207)
#E7E0DD
(231,224,221)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967D5F color. Also use rgb(150,125,95) instead hex code.

Text Font Color

.myTextColor { color: #967D5F; }

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

This text font color is #967D5F.


Background Color

.myBgColor { background-color: #967D5F; }

<div style="background-color:#967D5F">Inner text</div>

This div background color is #967D5F.


Border color

.myBorderColor { border: 1px solid #967D5F; }

<div style="border:3px solid #967D5F">Div</div>

This div border color is #967D5F.


Opacity

.myOpacity80 { color: #967D5F; opacity: 0.8; }

<p style="color:#967D5F;opacity:0.8;">80%</p>

Text with #967D5F 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 #967D5F;}

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

This text has shadow with #967D5F color.

.textShadow {text-shadow: 3px 3px 1px #967D5F, 3px 3px 1px red;}

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

This text has shadow with #967D5F primary color and red secondary color.


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

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

This text has shadow with #967D5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967D5F on black background.


Color preview on white background

This text has color #967D5F on white background.



Black color preview on #967D5F background

This text has black color on #967D5F background.


White color preview on #967D5F background

This text has white color on #967D5F background.