COLOR #964743

HEX: #964743
RGB: (150,71,67)

Color info

#964743 contains mainly red color. Web safe color of #964743 is #993333 (or #933).

RGB color model

#964743 color RGB value is (150,71,67).

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

RGB channels and saturation

R 150 of 255 = 59%
G 71 of 255 = 28%
B 67 of 255 = 26%

150
71
67

R + G + B ~ 38%. #964743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 71 + 67 = 288 (100%)
R 150 of 288 ~ 52.08%
G 71 of 288 ~ 24.65%
B 67 of 288 ~ 23.26%

%52.08
%24.65
%23.26

CMYK color model

#964743 color CMYK value is (0,53,55,41).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 55.33%
  • key color value is 41.18%
CMYK:
(0,53,55,41)
C0M53Y55K41 
(0%,53%,55%,41%)
(0.00/0.53/0.55/0.41)	

CMYK percentages

%0
%52.67
%55.33
%41.18

Codes

Color #964743 in popluar color models

964743
RGB1507167
HSL38.25%42.55%
HSB/HSV55.33%58.82%
CMYK0.00%52.67%55.33%
41.18%

Color #964743 in popluar number systems.

HEX964743
Decimal1507167
Binary1001011010001111000011
Octal226107103

Shades and tints

Shades of #964743

#964743
(150,71,67)
#89413D
(137,65,61)
#7C3B37
(124,59,55)
#6F3531
(111,53,49)
#622F2B
(98,47,43)
#552925
(85,41,37)
#48231F
(72,35,31)
#3B1D19
(59,29,25)
#2E1713
(46,23,19)
#21110D
(33,17,13)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #964743

#964743
(150,71,67)
#9F5754
(159,87,84)
#A86765
(168,103,101)
#B17776
(177,119,118)
#BA8787
(186,135,135)
#C39798
(195,151,152)
#CCA7A9
(204,167,169)
#D5B7BA
(213,183,186)
#DEC7CB
(222,199,203)
#E7D7DC
(231,215,220)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964743; }

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

This text font color is #964743.


Background Color

.myBgColor { background-color: #964743; }

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

This div background color is #964743.


Border color

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

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

This div border color is #964743.


Opacity

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

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

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

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

This text has shadow with #964743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964743 on black background.


Color preview on white background

This text has color #964743 on white background.



Black color preview on #964743 background

This text has black color on #964743 background.


White color preview on #964743 background

This text has white color on #964743 background.