COLOR #964712

HEX: #964712
RGB: (150,71,18)

Color info

#964712 contains mainly red color. Web safe color of #964712 is #993300 (or #930).

RGB color model

#964712 color RGB value is (150,71,18).

  • red value is 150;
  • green value is 71;
  • blue value is 18.
RGB:
(150,71,18)
(59%,28%,7%)

RGB channels and saturation

R 150 of 255 = 59%
G 71 of 255 = 28%
B 18 of 255 = 7%

150
71
18

R + G + B ~ 31%. #964712 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 71 + 18 = 239 (100%)
R 150 of 239 ~ 62.76%
G 71 of 239 ~ 29.71%
B 18 of 239 ~ 7.53%

%62.76
%29.71

CMYK color model

#964712 color CMYK value is (0,53,88,41).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 88.00%
  • key color value is 41.18%
CMYK:
(0,53,88,41)
C0M53Y88K41 
(0%,53%,88%,41%)
(0.00/0.53/0.88/0.41)	

CMYK percentages

%0
%52.67
%88
%41.18

Codes

Color #964712 in popluar color models

964712
RGB1507118
HSL24°78.57%32.94%
HSB/HSV24°88.00%58.82%
CMYK0.00%52.67%88.00%
41.18%

Color #964712 in popluar number systems.

HEX964712
Decimal1507118
Binary10010110100011110010
Octal22610722

Shades and tints

Shades of #964712

#964712
(150,71,18)
#894111
(137,65,17)
#7C3B10
(124,59,16)
#6F350F
(111,53,15)
#622F0E
(98,47,14)
#55290D
(85,41,13)
#48230C
(72,35,12)
#3B1D0B
(59,29,11)
#2E170A
(46,23,10)
#211109
(33,17,9)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #964712

#964712
(150,71,18)
#9F5727
(159,87,39)
#A8673C
(168,103,60)
#B17751
(177,119,81)
#BA8766
(186,135,102)
#C3977B
(195,151,123)
#CCA790
(204,167,144)
#D5B7A5
(213,183,165)
#DEC7BA
(222,199,186)
#E7D7CF
(231,215,207)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964712 color. Also use rgb(150,71,18) instead hex code.

Text Font Color

.myTextColor { color: #964712; }

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

This text font color is #964712.


Background Color

.myBgColor { background-color: #964712; }

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

This div background color is #964712.


Border color

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

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

This div border color is #964712.


Opacity

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

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

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

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

This text has shadow with #964712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964712 on black background.


Color preview on white background

This text has color #964712 on white background.



Black color preview on #964712 background

This text has black color on #964712 background.


White color preview on #964712 background

This text has white color on #964712 background.