COLOR #966937

HEX: #966937
RGB: (150,105,55)

Color info

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

RGB color model

#966937 color RGB value is (150,105,55).

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

RGB channels and saturation

R 150 of 255 = 59%
G 105 of 255 = 41%
B 55 of 255 = 22%

150
105
55

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

Portions of RGB colors in percentages

R + G + B =
150 + 105 + 55 = 310 (100%)
R 150 of 310 ~ 48.39%
G 105 of 310 ~ 33.87%
B 55 of 310 ~ 17.74%

%48.39
%33.87
%17.74

CMYK color model

#966937 color CMYK value is (0,30,63,41).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 63.33%
  • key color value is 41.18%
CMYK:
(0,30,63,41)
C0M30Y63K41 
(0%,30%,63%,41%)
(0.00/0.30/0.63/0.41)	

CMYK percentages

%0
%30
%63.33
%41.18

Codes

Color #966937 in popluar color models

966937
RGB15010555
HSL32°46.34%40.20%
HSB/HSV32°63.33%58.82%
CMYK0.00%30.00%63.33%
41.18%

Color #966937 in popluar number systems.

HEX966937
Decimal15010555
Binary100101101101001110111
Octal22615167

Shades and tints

Shades of #966937

#966937
(150,105,55)
#896032
(137,96,50)
#7C572D
(124,87,45)
#6F4E28
(111,78,40)
#624523
(98,69,35)
#553C1E
(85,60,30)
#483319
(72,51,25)
#3B2A14
(59,42,20)
#2E210F
(46,33,15)
#21180A
(33,24,10)
#140F05
(20,15,5)
#000000
(0,0,0)

Tints of #966937

#966937
(150,105,55)
#9F7649
(159,118,73)
#A8835B
(168,131,91)
#B1906D
(177,144,109)
#BA9D7F
(186,157,127)
#C3AA91
(195,170,145)
#CCB7A3
(204,183,163)
#D5C4B5
(213,196,181)
#DED1C7
(222,209,199)
#E7DED9
(231,222,217)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966937; }

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

This text font color is #966937.


Background Color

.myBgColor { background-color: #966937; }

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

This div background color is #966937.


Border color

.myBorderColor { border: 1px solid #966937; }

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

This div border color is #966937.


Opacity

.myOpacity80 { color: #966937; opacity: 0.8; }

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

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

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

This text has shadow with #966937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966937 on black background.


Color preview on white background

This text has color #966937 on white background.



Black color preview on #966937 background

This text has black color on #966937 background.


White color preview on #966937 background

This text has white color on #966937 background.