COLOR #964646

HEX: #964646
RGB: (150,70,70)

Color info

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

RGB color model

#964646 color RGB value is (150,70,70).

  • red value is 150;
  • green value is 70;
  • blue value is 70.
RGB:
(150,70,70)
(59%,27%,27%)

RGB channels and saturation

R 150 of 255 = 59%
G 70 of 255 = 27%
B 70 of 255 = 27%

150
70
70

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

Portions of RGB colors in percentages

R + G + B =
150 + 70 + 70 = 290 (100%)
R 150 of 290 ~ 51.72%
G 70 of 290 ~ 24.14%
B 70 of 290 ~ 24.14%

%51.72
%24.14
%24.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 53.33%
  • key color value is 41.18%
CMYK:
(0,53,53,41)
C0M53Y53K41 
(0%,53%,53%,41%)
(0.00/0.53/0.53/0.41)	

CMYK percentages

%0
%53.33
%53.33
%41.18

Codes

Color #964646 in popluar color models

964646
RGB1507070
HSL36.36%43.14%
HSB/HSV53.33%58.82%
CMYK0.00%53.33%53.33%
41.18%

Color #964646 in popluar number systems.

HEX964646
Decimal1507070
Binary1001011010001101000110
Octal226106106

Shades and tints

Shades of #964646

#964646
(150,70,70)
#894040
(137,64,64)
#7C3A3A
(124,58,58)
#6F3434
(111,52,52)
#622E2E
(98,46,46)
#552828
(85,40,40)
#482222
(72,34,34)
#3B1C1C
(59,28,28)
#2E1616
(46,22,22)
#211010
(33,16,16)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #964646

#964646
(150,70,70)
#9F5656
(159,86,86)
#A86666
(168,102,102)
#B17676
(177,118,118)
#BA8686
(186,134,134)
#C39696
(195,150,150)
#CCA6A6
(204,166,166)
#D5B6B6
(213,182,182)
#DEC6C6
(222,198,198)
#E7D6D6
(231,214,214)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964646; }

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

This text font color is #964646.


Background Color

.myBgColor { background-color: #964646; }

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

This div background color is #964646.


Border color

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

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

This div border color is #964646.


Opacity

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

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

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

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

This text has shadow with #964646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964646 on black background.


Color preview on white background

This text has color #964646 on white background.



Black color preview on #964646 background

This text has black color on #964646 background.


White color preview on #964646 background

This text has white color on #964646 background.