COLOR #963C45

HEX: #963C45
RGB: (150,60,69)

Color info

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

RGB color model

#963C45 color RGB value is (150,60,69).

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

RGB channels and saturation

R 150 of 255 = 59%
G 60 of 255 = 24%
B 69 of 255 = 27%

150
60
69

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

Portions of RGB colors in percentages

R + G + B =
150 + 60 + 69 = 279 (100%)
R 150 of 279 ~ 53.76%
G 60 of 279 ~ 21.51%
B 69 of 279 ~ 24.73%

%53.76
%21.51
%24.73

CMYK color model

#963C45 color CMYK value is (0,60,54,41).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 54.00%
  • key color value is 41.18%
CMYK:
(0,60,54,41)
C0M60Y54K41 
(0%,60%,54%,41%)
(0.00/0.60/0.54/0.41)	

CMYK percentages

%0
%60
%54
%41.18

Codes

Color #963C45 in popluar color models

963C45
RGB1506069
HSL354°42.86%41.18%
HSB/HSV354°60.00%58.82%
CMYK0.00%60.00%54.00%
41.18%

Color #963C45 in popluar number systems.

HEX963C45
Decimal1506069
Binary100101101111001000101
Octal22674105

Shades and tints

Shades of #963C45

#963C45
(150,60,69)
#89373F
(137,55,63)
#7C3239
(124,50,57)
#6F2D33
(111,45,51)
#62282D
(98,40,45)
#552327
(85,35,39)
#481E21
(72,30,33)
#3B191B
(59,25,27)
#2E1415
(46,20,21)
#210F0F
(33,15,15)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #963C45

#963C45
(150,60,69)
#9F4D55
(159,77,85)
#A85E65
(168,94,101)
#B16F75
(177,111,117)
#BA8085
(186,128,133)
#C39195
(195,145,149)
#CCA2A5
(204,162,165)
#D5B3B5
(213,179,181)
#DEC4C5
(222,196,197)
#E7D5D5
(231,213,213)
#F0E6E5
(240,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963C45; }

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

This text font color is #963C45.


Background Color

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

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

This div background color is #963C45.


Border color

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

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

This div border color is #963C45.


Opacity

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

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

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

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

This text has shadow with #963C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963C45 on black background.


Color preview on white background

This text has color #963C45 on white background.



Black color preview on #963C45 background

This text has black color on #963C45 background.


White color preview on #963C45 background

This text has white color on #963C45 background.