COLOR #966F3C

HEX: #966F3C
RGB: (150,111,60)

Color info

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

RGB color model

#966F3C color RGB value is (150,111,60).

  • red value is 150;
  • green value is 111;
  • blue value is 60.
RGB:
(150,111,60)
(59%,44%,24%)

RGB channels and saturation

R 150 of 255 = 59%
G 111 of 255 = 44%
B 60 of 255 = 24%

150
111
60

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

Portions of RGB colors in percentages

R + G + B =
150 + 111 + 60 = 321 (100%)
R 150 of 321 ~ 46.73%
G 111 of 321 ~ 34.58%
B 60 of 321 ~ 18.69%

%46.73
%34.58
%18.69

CMYK color model

#966F3C color CMYK value is (0,26,60,41).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 60.00%
  • key color value is 41.18%
CMYK:
(0,26,60,41)
C0M26Y60K41 
(0%,26%,60%,41%)
(0.00/0.26/0.60/0.41)	

CMYK percentages

%0
%26
%60
%41.18

Codes

Color #966F3C in popluar color models

966F3C
RGB15011160
HSL34°42.86%41.18%
HSB/HSV34°60.00%58.82%
CMYK0.00%26.00%60.00%
41.18%

Color #966F3C in popluar number systems.

HEX966F3C
Decimal15011160
Binary100101101101111111100
Octal22615774

Shades and tints

Shades of #966F3C

#966F3C
(150,111,60)
#896537
(137,101,55)
#7C5B32
(124,91,50)
#6F512D
(111,81,45)
#624728
(98,71,40)
#553D23
(85,61,35)
#48331E
(72,51,30)
#3B2919
(59,41,25)
#2E1F14
(46,31,20)
#21150F
(33,21,15)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #966F3C

#966F3C
(150,111,60)
#9F7C4D
(159,124,77)
#A8895E
(168,137,94)
#B1966F
(177,150,111)
#BAA380
(186,163,128)
#C3B091
(195,176,145)
#CCBDA2
(204,189,162)
#D5CAB3
(213,202,179)
#DED7C4
(222,215,196)
#E7E4D5
(231,228,213)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966F3C color. Also use rgb(150,111,60) instead hex code.

Text Font Color

.myTextColor { color: #966F3C; }

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

This text font color is #966F3C.


Background Color

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

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

This div background color is #966F3C.


Border color

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

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

This div border color is #966F3C.


Opacity

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

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

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

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

This text has shadow with #966F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966F3C on black background.


Color preview on white background

This text has color #966F3C on white background.



Black color preview on #966F3C background

This text has black color on #966F3C background.


White color preview on #966F3C background

This text has white color on #966F3C background.