COLOR #964142

HEX: #964142
RGB: (150,65,66)

Color info

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

RGB color model

#964142 color RGB value is (150,65,66).

  • red value is 150;
  • green value is 65;
  • blue value is 66.
RGB:
(150,65,66)
(59%,25%,26%)

RGB channels and saturation

R 150 of 255 = 59%
G 65 of 255 = 25%
B 66 of 255 = 26%

150
65
66

R + G + B ~ 37%. #964142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 65 + 66 = 281 (100%)
R 150 of 281 ~ 53.38%
G 65 of 281 ~ 23.13%
B 66 of 281 ~ 23.49%

%53.38
%23.13
%23.49

CMYK color model

#964142 color CMYK value is (0,57,56,41).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 56.00%
  • key color value is 41.18%
CMYK:
(0,57,56,41)
C0M57Y56K41 
(0%,57%,56%,41%)
(0.00/0.57/0.56/0.41)	

CMYK percentages

%0
%56.67
%56
%41.18

Codes

Color #964142 in popluar color models

964142
RGB1506566
HSL359°39.53%42.16%
HSB/HSV359°56.67%58.82%
CMYK0.00%56.67%56.00%
41.18%

Color #964142 in popluar number systems.

HEX964142
Decimal1506566
Binary1001011010000011000010
Octal226101102

Shades and tints

Shades of #964142

#964142
(150,65,66)
#893C3C
(137,60,60)
#7C3736
(124,55,54)
#6F3230
(111,50,48)
#622D2A
(98,45,42)
#552824
(85,40,36)
#48231E
(72,35,30)
#3B1E18
(59,30,24)
#2E1912
(46,25,18)
#21140C
(33,20,12)
#140F06
(20,15,6)
#000000
(0,0,0)

Tints of #964142

#964142
(150,65,66)
#9F5253
(159,82,83)
#A86364
(168,99,100)
#B17475
(177,116,117)
#BA8586
(186,133,134)
#C39697
(195,150,151)
#CCA7A8
(204,167,168)
#D5B8B9
(213,184,185)
#DEC9CA
(222,201,202)
#E7DADB
(231,218,219)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964142; }

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

This text font color is #964142.


Background Color

.myBgColor { background-color: #964142; }

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

This div background color is #964142.


Border color

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

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

This div border color is #964142.


Opacity

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

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

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

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

This text has shadow with #964142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964142 on black background.


Color preview on white background

This text has color #964142 on white background.



Black color preview on #964142 background

This text has black color on #964142 background.


White color preview on #964142 background

This text has white color on #964142 background.