COLOR #964F31

HEX: #964F31
RGB: (150,79,49)

Color info

#964F31 contains mainly red color. Web safe color of #964F31 is #996633 (or #963).

RGB color model

#964F31 color RGB value is (150,79,49).

  • red value is 150;
  • green value is 79;
  • blue value is 49.
RGB:
(150,79,49)
(59%,31%,19%)

RGB channels and saturation

R 150 of 255 = 59%
G 79 of 255 = 31%
B 49 of 255 = 19%

150
79
49

R + G + B ~ 36%. #964F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 79 + 49 = 278 (100%)
R 150 of 278 ~ 53.96%
G 79 of 278 ~ 28.42%
B 49 of 278 ~ 17.63%

%53.96
%28.42
%17.63

CMYK color model

#964F31 color CMYK value is (0,47,67,41).

  • cyan value is 0.00%
  • magenta value is 47.33%
  • yellow value is 67.33%
  • key color value is 41.18%
CMYK:
(0,47,67,41)
C0M47Y67K41 
(0%,47%,67%,41%)
(0.00/0.47/0.67/0.41)	

CMYK percentages

%0
%47.33
%67.33
%41.18

Codes

Color #964F31 in popluar color models

964F31
RGB1507949
HSL18°50.75%39.02%
HSB/HSV18°67.33%58.82%
CMYK0.00%47.33%67.33%
41.18%

Color #964F31 in popluar number systems.

HEX964F31
Decimal1507949
Binary100101101001111110001
Octal22611761

Shades and tints

Shades of #964F31

#964F31
(150,79,49)
#89482D
(137,72,45)
#7C4129
(124,65,41)
#6F3A25
(111,58,37)
#623321
(98,51,33)
#552C1D
(85,44,29)
#482519
(72,37,25)
#3B1E15
(59,30,21)
#2E1711
(46,23,17)
#21100D
(33,16,13)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #964F31

#964F31
(150,79,49)
#9F5F43
(159,95,67)
#A86F55
(168,111,85)
#B17F67
(177,127,103)
#BA8F79
(186,143,121)
#C39F8B
(195,159,139)
#CCAF9D
(204,175,157)
#D5BFAF
(213,191,175)
#DECFC1
(222,207,193)
#E7DFD3
(231,223,211)
#F0EFE5
(240,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964F31 color. Also use rgb(150,79,49) instead hex code.

Text Font Color

.myTextColor { color: #964F31; }

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

This text font color is #964F31.


Background Color

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

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

This div background color is #964F31.


Border color

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

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

This div border color is #964F31.


Opacity

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

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

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

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

This text has shadow with #964F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964F31 on black background.


Color preview on white background

This text has color #964F31 on white background.



Black color preview on #964F31 background

This text has black color on #964F31 background.


White color preview on #964F31 background

This text has white color on #964F31 background.