COLOR #966E54

HEX: #966E54
RGB: (150,110,84)

Color info

#966E54 contains mainly red and green colors. Web safe color of #966E54 is #996666 (or #966).

RGB color model

#966E54 color RGB value is (150,110,84).

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

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 84 of 255 = 33%

150
110
84

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

Portions of RGB colors in percentages

R + G + B =
150 + 110 + 84 = 344 (100%)
R 150 of 344 ~ 43.6%
G 110 of 344 ~ 31.98%
B 84 of 344 ~ 24.42%

%43.6
%31.98
%24.42

CMYK color model

#966E54 color CMYK value is (0,27,44,41).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 44.00%
  • key color value is 41.18%
CMYK:
(0,27,44,41)
C0M27Y44K41 
(0%,27%,44%,41%)
(0.00/0.27/0.44/0.41)	

CMYK percentages

%0
%26.67
%44
%41.18

Codes

Color #966E54 in popluar color models

966E54
RGB15011084
HSL24°28.21%45.88%
HSB/HSV24°44.00%58.82%
CMYK0.00%26.67%44.00%
41.18%

Color #966E54 in popluar number systems.

HEX966E54
Decimal15011084
Binary1001011011011101010100
Octal226156124

Shades and tints

Shades of #966E54

#966E54
(150,110,84)
#89644D
(137,100,77)
#7C5A46
(124,90,70)
#6F503F
(111,80,63)
#624638
(98,70,56)
#553C31
(85,60,49)
#48322A
(72,50,42)
#3B2823
(59,40,35)
#2E1E1C
(46,30,28)
#211415
(33,20,21)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #966E54

#966E54
(150,110,84)
#9F7B63
(159,123,99)
#A88872
(168,136,114)
#B19581
(177,149,129)
#BAA290
(186,162,144)
#C3AF9F
(195,175,159)
#CCBCAE
(204,188,174)
#D5C9BD
(213,201,189)
#DED6CC
(222,214,204)
#E7E3DB
(231,227,219)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966E54; }

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

This text font color is #966E54.


Background Color

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

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

This div background color is #966E54.


Border color

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

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

This div border color is #966E54.


Opacity

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

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

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

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

This text has shadow with #966E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966E54 on black background.


Color preview on white background

This text has color #966E54 on white background.



Black color preview on #966E54 background

This text has black color on #966E54 background.


White color preview on #966E54 background

This text has white color on #966E54 background.