COLOR #966807

HEX: #966807
RGB: (150,104,7)

Color info

#966807 contains mainly red and green colors. Web safe color of #966807 is #996600 (or #960).

RGB color model

#966807 color RGB value is (150,104,7).

  • red value is 150;
  • green value is 104;
  • blue value is 7.
RGB:
(150,104,7)
(59%,41%,3%)

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 7 of 255 = 3%

150
104
7

R + G + B ~ 34%. #966807 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 104 + 7 = 261 (100%)
R 150 of 261 ~ 57.47%
G 104 of 261 ~ 39.85%
B 7 of 261 ~ 2.68%

%57.47
%39.85

CMYK color model

#966807 color CMYK value is (0,31,95,41).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 95.33%
  • key color value is 41.18%
CMYK:
(0,31,95,41)
C0M31Y95K41 
(0%,31%,95%,41%)
(0.00/0.31/0.95/0.41)	

CMYK percentages

%0
%30.67
%95.33
%41.18

Codes

Color #966807 in popluar color models

966807
RGB1501047
HSL41°91.08%30.78%
HSB/HSV41°95.33%58.82%
CMYK0.00%30.67%95.33%
41.18%

Color #966807 in popluar number systems.

HEX966807
Decimal1501047
Binary100101101101000111
Octal2261507

Shades and tints

Shades of #966807

#966807
(150,104,7)
#895F07
(137,95,7)
#7C5607
(124,86,7)
#6F4D07
(111,77,7)
#624407
(98,68,7)
#553B07
(85,59,7)
#483207
(72,50,7)
#3B2907
(59,41,7)
#2E2007
(46,32,7)
#211707
(33,23,7)
#140E07
(20,14,7)
#000000
(0,0,0)

Tints of #966807

#966807
(150,104,7)
#9F751D
(159,117,29)
#A88233
(168,130,51)
#B18F49
(177,143,73)
#BA9C5F
(186,156,95)
#C3A975
(195,169,117)
#CCB68B
(204,182,139)
#D5C3A1
(213,195,161)
#DED0B7
(222,208,183)
#E7DDCD
(231,221,205)
#F0EAE3
(240,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966807 color. Also use rgb(150,104,7) instead hex code.

Text Font Color

.myTextColor { color: #966807; }

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

This text font color is #966807.


Background Color

.myBgColor { background-color: #966807; }

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

This div background color is #966807.


Border color

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

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

This div border color is #966807.


Opacity

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

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

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

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

This text has shadow with #966807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966807 on black background.


Color preview on white background

This text has color #966807 on white background.



Black color preview on #966807 background

This text has black color on #966807 background.


White color preview on #966807 background

This text has white color on #966807 background.