COLOR #964C12

HEX: #964C12
RGB: (150,76,18)

Color info

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

RGB color model

#964C12 color RGB value is (150,76,18).

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

RGB channels and saturation

R 150 of 255 = 59%
G 76 of 255 = 30%
B 18 of 255 = 7%

150
76
18

R + G + B ~ 32%. #964C12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 76 + 18 = 244 (100%)
R 150 of 244 ~ 61.48%
G 76 of 244 ~ 31.15%
B 18 of 244 ~ 7.38%

%61.48
%31.15

CMYK color model

#964C12 color CMYK value is (0,49,88,41).

  • cyan value is 0.00%
  • magenta value is 49.33%
  • yellow value is 88.00%
  • key color value is 41.18%
CMYK:
(0,49,88,41)
C0M49Y88K41 
(0%,49%,88%,41%)
(0.00/0.49/0.88/0.41)	

CMYK percentages

%0
%49.33
%88
%41.18

Codes

Color #964C12 in popluar color models

964C12
RGB1507618
HSL26°78.57%32.94%
HSB/HSV26°88.00%58.82%
CMYK0.00%49.33%88.00%
41.18%

Color #964C12 in popluar number systems.

HEX964C12
Decimal1507618
Binary10010110100110010010
Octal22611422

Shades and tints

Shades of #964C12

#964C12
(150,76,18)
#894611
(137,70,17)
#7C4010
(124,64,16)
#6F3A0F
(111,58,15)
#62340E
(98,52,14)
#552E0D
(85,46,13)
#48280C
(72,40,12)
#3B220B
(59,34,11)
#2E1C0A
(46,28,10)
#211609
(33,22,9)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #964C12

#964C12
(150,76,18)
#9F5C27
(159,92,39)
#A86C3C
(168,108,60)
#B17C51
(177,124,81)
#BA8C66
(186,140,102)
#C39C7B
(195,156,123)
#CCAC90
(204,172,144)
#D5BCA5
(213,188,165)
#DECCBA
(222,204,186)
#E7DCCF
(231,220,207)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964C12; }

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

This text font color is #964C12.


Background Color

.myBgColor { background-color: #964C12; }

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

This div background color is #964C12.


Border color

.myBorderColor { border: 1px solid #964C12; }

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

This div border color is #964C12.


Opacity

.myOpacity80 { color: #964C12; opacity: 0.8; }

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

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

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

This text has shadow with #964C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964C12 on black background.


Color preview on white background

This text has color #964C12 on white background.



Black color preview on #964C12 background

This text has black color on #964C12 background.


White color preview on #964C12 background

This text has white color on #964C12 background.