COLOR #966D3A

HEX: #966D3A
RGB: (150,109,58)

Color info

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

RGB color model

#966D3A color RGB value is (150,109,58).

  • red value is 150;
  • green value is 109;
  • blue value is 58.
RGB:
(150,109,58)
(59%,43%,23%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 58 of 255 = 23%

150
109
58

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

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 58 = 317 (100%)
R 150 of 317 ~ 47.32%
G 109 of 317 ~ 34.38%
B 58 of 317 ~ 18.3%

%47.32
%34.38
%18.3

CMYK color model

#966D3A color CMYK value is (0,27,61,41).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 61.33%
  • key color value is 41.18%
CMYK:
(0,27,61,41)
C0M27Y61K41 
(0%,27%,61%,41%)
(0.00/0.27/0.61/0.41)	

CMYK percentages

%0
%27.33
%61.33
%41.18

Codes

Color #966D3A in popluar color models

966D3A
RGB15010958
HSL33°44.23%40.78%
HSB/HSV33°61.33%58.82%
CMYK0.00%27.33%61.33%
41.18%

Color #966D3A in popluar number systems.

HEX966D3A
Decimal15010958
Binary100101101101101111010
Octal22615572

Shades and tints

Shades of #966D3A

#966D3A
(150,109,58)
#896435
(137,100,53)
#7C5B30
(124,91,48)
#6F522B
(111,82,43)
#624926
(98,73,38)
#554021
(85,64,33)
#48371C
(72,55,28)
#3B2E17
(59,46,23)
#2E2512
(46,37,18)
#211C0D
(33,28,13)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #966D3A

#966D3A
(150,109,58)
#9F7A4B
(159,122,75)
#A8875C
(168,135,92)
#B1946D
(177,148,109)
#BAA17E
(186,161,126)
#C3AE8F
(195,174,143)
#CCBBA0
(204,187,160)
#D5C8B1
(213,200,177)
#DED5C2
(222,213,194)
#E7E2D3
(231,226,211)
#F0EFE4
(240,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966D3A color. Also use rgb(150,109,58) instead hex code.

Text Font Color

.myTextColor { color: #966D3A; }

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

This text font color is #966D3A.


Background Color

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

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

This div background color is #966D3A.


Border color

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

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

This div border color is #966D3A.


Opacity

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

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

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

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

This text has shadow with #966D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966D3A on black background.


Color preview on white background

This text has color #966D3A on white background.



Black color preview on #966D3A background

This text has black color on #966D3A background.


White color preview on #966D3A background

This text has white color on #966D3A background.