COLOR #963C41

HEX: #963C41
RGB: (150,60,65)

Color info

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

RGB color model

#963C41 color RGB value is (150,60,65).

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

RGB channels and saturation

R 150 of 255 = 59%
G 60 of 255 = 24%
B 65 of 255 = 25%

150
60
65

R + G + B ~ 36%. #963C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 60 + 65 = 275 (100%)
R 150 of 275 ~ 54.55%
G 60 of 275 ~ 21.82%
B 65 of 275 ~ 23.64%

%54.55
%21.82
%23.64

CMYK color model

#963C41 color CMYK value is (0,60,57,41).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 56.67%
  • key color value is 41.18%
CMYK:
(0,60,57,41)
C0M60Y57K41 
(0%,60%,57%,41%)
(0.00/0.60/0.57/0.41)	

CMYK percentages

%0
%60
%56.67
%41.18

Codes

Color #963C41 in popluar color models

963C41
RGB1506065
HSL357°42.86%41.18%
HSB/HSV357°60.00%58.82%
CMYK0.00%60.00%56.67%
41.18%

Color #963C41 in popluar number systems.

HEX963C41
Decimal1506065
Binary100101101111001000001
Octal22674101

Shades and tints

Shades of #963C41

#963C41
(150,60,65)
#89373C
(137,55,60)
#7C3237
(124,50,55)
#6F2D32
(111,45,50)
#62282D
(98,40,45)
#552328
(85,35,40)
#481E23
(72,30,35)
#3B191E
(59,25,30)
#2E1419
(46,20,25)
#210F14
(33,15,20)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #963C41

#963C41
(150,60,65)
#9F4D52
(159,77,82)
#A85E63
(168,94,99)
#B16F74
(177,111,116)
#BA8085
(186,128,133)
#C39196
(195,145,150)
#CCA2A7
(204,162,167)
#D5B3B8
(213,179,184)
#DEC4C9
(222,196,201)
#E7D5DA
(231,213,218)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963C41; }

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

This text font color is #963C41.


Background Color

.myBgColor { background-color: #963C41; }

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

This div background color is #963C41.


Border color

.myBorderColor { border: 1px solid #963C41; }

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

This div border color is #963C41.


Opacity

.myOpacity80 { color: #963C41; opacity: 0.8; }

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

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

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

This text has shadow with #963C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963C41 on black background.


Color preview on white background

This text has color #963C41 on white background.



Black color preview on #963C41 background

This text has black color on #963C41 background.


White color preview on #963C41 background

This text has white color on #963C41 background.