COLOR #966C30

HEX: #966C30
RGB: (150,108,48)

Color info

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

RGB color model

#966C30 color RGB value is (150,108,48).

  • red value is 150;
  • green value is 108;
  • blue value is 48.
RGB:
(150,108,48)
(59%,42%,19%)

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 48 of 255 = 19%

150
108
48

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

Portions of RGB colors in percentages

R + G + B =
150 + 108 + 48 = 306 (100%)
R 150 of 306 ~ 49.02%
G 108 of 306 ~ 35.29%
B 48 of 306 ~ 15.69%

%49.02
%35.29
%15.69

CMYK color model

#966C30 color CMYK value is (0,28,68,41).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 68.00%
  • key color value is 41.18%
CMYK:
(0,28,68,41)
C0M28Y68K41 
(0%,28%,68%,41%)
(0.00/0.28/0.68/0.41)	

CMYK percentages

%0
%28
%68
%41.18

Codes

Color #966C30 in popluar color models

966C30
RGB15010848
HSL35°51.52%38.82%
HSB/HSV35°68.00%58.82%
CMYK0.00%28.00%68.00%
41.18%

Color #966C30 in popluar number systems.

HEX966C30
Decimal15010848
Binary100101101101100110000
Octal22615460

Shades and tints

Shades of #966C30

#966C30
(150,108,48)
#89632C
(137,99,44)
#7C5A28
(124,90,40)
#6F5124
(111,81,36)
#624820
(98,72,32)
#553F1C
(85,63,28)
#483618
(72,54,24)
#3B2D14
(59,45,20)
#2E2410
(46,36,16)
#211B0C
(33,27,12)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #966C30

#966C30
(150,108,48)
#9F7942
(159,121,66)
#A88654
(168,134,84)
#B19366
(177,147,102)
#BAA078
(186,160,120)
#C3AD8A
(195,173,138)
#CCBA9C
(204,186,156)
#D5C7AE
(213,199,174)
#DED4C0
(222,212,192)
#E7E1D2
(231,225,210)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966C30 color. Also use rgb(150,108,48) instead hex code.

Text Font Color

.myTextColor { color: #966C30; }

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

This text font color is #966C30.


Background Color

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

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

This div background color is #966C30.


Border color

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

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

This div border color is #966C30.


Opacity

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

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

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

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

This text has shadow with #966C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966C30 on black background.


Color preview on white background

This text has color #966C30 on white background.



Black color preview on #966C30 background

This text has black color on #966C30 background.


White color preview on #966C30 background

This text has white color on #966C30 background.