COLOR #966E5C

HEX: #966E5C
RGB: (150,110,92)

Color info

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

RGB color model

#966E5C color RGB value is (150,110,92).

  • red value is 150;
  • green value is 110;
  • blue value is 92.
RGB:
(150,110,92)
(59%,43%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 92 of 255 = 36%

150
110
92

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

Portions of RGB colors in percentages

R + G + B =
150 + 110 + 92 = 352 (100%)
R 150 of 352 ~ 42.61%
G 110 of 352 ~ 31.25%
B 92 of 352 ~ 26.14%

%42.61
%31.25
%26.14

CMYK color model

#966E5C color CMYK value is (0,27,39,41).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(0,27,39,41)
C0M27Y39K41 
(0%,27%,39%,41%)
(0.00/0.27/0.39/0.41)	

CMYK percentages

%0
%26.67
%38.67
%41.18

Codes

Color #966E5C in popluar color models

966E5C
RGB15011092
HSL19°23.97%47.45%
HSB/HSV19°38.67%58.82%
CMYK0.00%26.67%38.67%
41.18%

Color #966E5C in popluar number systems.

HEX966E5C
Decimal15011092
Binary1001011011011101011100
Octal226156134

Shades and tints

Shades of #966E5C

#966E5C
(150,110,92)
#896454
(137,100,84)
#7C5A4C
(124,90,76)
#6F5044
(111,80,68)
#62463C
(98,70,60)
#553C34
(85,60,52)
#48322C
(72,50,44)
#3B2824
(59,40,36)
#2E1E1C
(46,30,28)
#211414
(33,20,20)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #966E5C

#966E5C
(150,110,92)
#9F7B6A
(159,123,106)
#A88878
(168,136,120)
#B19586
(177,149,134)
#BAA294
(186,162,148)
#C3AFA2
(195,175,162)
#CCBCB0
(204,188,176)
#D5C9BE
(213,201,190)
#DED6CC
(222,214,204)
#E7E3DA
(231,227,218)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966E5C color. Also use rgb(150,110,92) instead hex code.

Text Font Color

.myTextColor { color: #966E5C; }

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

This text font color is #966E5C.


Background Color

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

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

This div background color is #966E5C.


Border color

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

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

This div border color is #966E5C.


Opacity

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

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

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

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

This text has shadow with #966E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966E5C on black background.


Color preview on white background

This text has color #966E5C on white background.



Black color preview on #966E5C background

This text has black color on #966E5C background.


White color preview on #966E5C background

This text has white color on #966E5C background.