COLOR #966E37

HEX: #966E37
RGB: (150,110,55)

Color info

#966E37 contains mainly red and green colors. Web safe color of #966E37 is #996633 (or #963).

RGB color model

#966E37 color RGB value is (150,110,55).

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

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 55 of 255 = 22%

150
110
55

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

Portions of RGB colors in percentages

R + G + B =
150 + 110 + 55 = 315 (100%)
R 150 of 315 ~ 47.62%
G 110 of 315 ~ 34.92%
B 55 of 315 ~ 17.46%

%47.62
%34.92
%17.46

CMYK color model

#966E37 color CMYK value is (0,27,63,41).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 63.33%
  • key color value is 41.18%
CMYK:
(0,27,63,41)
C0M27Y63K41 
(0%,27%,63%,41%)
(0.00/0.27/0.63/0.41)	

CMYK percentages

%0
%26.67
%63.33
%41.18

Codes

Color #966E37 in popluar color models

966E37
RGB15011055
HSL35°46.34%40.20%
HSB/HSV35°63.33%58.82%
CMYK0.00%26.67%63.33%
41.18%

Color #966E37 in popluar number systems.

HEX966E37
Decimal15011055
Binary100101101101110110111
Octal22615667

Shades and tints

Shades of #966E37

#966E37
(150,110,55)
#896432
(137,100,50)
#7C5A2D
(124,90,45)
#6F5028
(111,80,40)
#624623
(98,70,35)
#553C1E
(85,60,30)
#483219
(72,50,25)
#3B2814
(59,40,20)
#2E1E0F
(46,30,15)
#21140A
(33,20,10)
#140A05
(20,10,5)
#000000
(0,0,0)

Tints of #966E37

#966E37
(150,110,55)
#9F7B49
(159,123,73)
#A8885B
(168,136,91)
#B1956D
(177,149,109)
#BAA27F
(186,162,127)
#C3AF91
(195,175,145)
#CCBCA3
(204,188,163)
#D5C9B5
(213,201,181)
#DED6C7
(222,214,199)
#E7E3D9
(231,227,217)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966E37; }

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

This text font color is #966E37.


Background Color

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

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

This div background color is #966E37.


Border color

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

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

This div border color is #966E37.


Opacity

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

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

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

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

This text has shadow with #966E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966E37 on black background.


Color preview on white background

This text has color #966E37 on white background.



Black color preview on #966E37 background

This text has black color on #966E37 background.


White color preview on #966E37 background

This text has white color on #966E37 background.