COLOR #966F5F

HEX: #966F5F RGB: (150,111,95)

Color info

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

RGB color model

#966F5F color RGB value is (150,111,95).

RGB: (150,111,95) (59%, 44%, 37%)

RGB channels and saturation

R 150 of 255 = 59%
G 111 of 255 = 44%
B 95 of 255 = 37%

150
111
95

R + G + B ~ 47%. #966F5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 111 + 95 = 356 (100%)
R 150 of 356 ~ 42.13%
G 111 of 356 ~ 31.18%
B 95 of 356 ~ 26.69'%

%42.13
%31.18
%26.69

CMYK color model

#966F5F color CMYK value is (0,26,37,41).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 36.67%
  • key color value is 41.18%
CMYK: (0,26,37,41) C0M26Y37K41 (0%,26%,37%,41%) (0.00/0.26/0.37/0.41) 

CMYK percentages

%0
%26
%36.67
%41.18

Codes

Color #966F5F in popluar color models

96 6F 5F
RGB 150 111 95
HSL 17° 22.45% 48.04%
HSB/HSV 17° 36.67% 58.82%
CMYK 0.00% 26.00% 36.67%
41.18%

Color #966F5F in popluar number systems.

HEX 96 6F 5F
Decimal 150 111 95
Binary 10010110 1101111 1011111
Octal 226 157 137

Shades and tints

Shades of #966F5F

#966F5F
(150,111,95)
#896557
(137,101,87)
#7C5B4F
(124,91,79)
#6F5147
(111,81,71)
#62473F
(98,71,63)
#553D37
(85,61,55)
#48332F
(72,51,47)
#3B2927
(59,41,39)
#2E1F1F
(46,31,31)
#211517
(33,21,23)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #966F5F

#966F5F
(150,111,95)
#9F7C6D
(159,124,109)
#A8897B
(168,137,123)
#B19689
(177,150,137)
#BAA397
(186,163,151)
#C3B0A5
(195,176,165)
#CCBDB3
(204,189,179)
#D5CAC1
(213,202,193)
#DED7CF
(222,215,207)
#E7E4DD
(231,228,221)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966F5F color. Also use rgb(150,111,95) instead hex code.

Text Font Color

.myTextColor { color: #966F5F; }

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

This text font color is #966F5F.

Background Color

.myBgColor { background-color: #966F5F; }

<div style="background-color:#966F5F">Inner text</div>

This div background color is #966F5F.

Border color

.myBorderColor { border: 1px solid #966F5F; }

<div style="border:3px solid #966F5F">Div</div>

This div border color is #966F5F.

Opacity

.myOpacity80 { color: #966F5F; opacity: 0.8; }

<p style="color:#966F5F;opacity:0.8;">80%</p>

Text with #966F5F 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 #966F5F;}

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

This text has shadow with #966F5F color.


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

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

This text has shadow with #966F5F primary color and red secondary color.


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

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

This text has shadow with #966F5F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #966F5F.

Preview

Color preview on black background

This text has color #966F5F on black background.


Color preview on white background

This text has color #966F5F on white background.


Black color preview on #966F5F background

This text has black color on #966F5F background.


White color preview on #966F5F background

This text has white color on #966F5F background.


Related colors

Complementary color

Complementary color for #hex is #6990A0.


I love getcolorcode.com

Triadic colors

1 #5F966F and #6F5F96 with #966F5F are triadic colors.

2 #5F6F96 and #6F965F with #966F5F are triadic colors.