COLOR #963C58

HEX: #963C58
RGB: (150,60,88)

Color info

#963C58 contains mainly red color. Web safe color of #963C58 is #993366 (or #936).

RGB color model

#963C58 color RGB value is (150,60,88).

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

RGB channels and saturation

R 150 of 255 = 59%
G 60 of 255 = 24%
B 88 of 255 = 35%

150
60
88

R + G + B ~ 39%. #963C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 60 + 88 = 298 (100%)
R 150 of 298 ~ 50.34%
G 60 of 298 ~ 20.13%
B 88 of 298 ~ 29.53%

%50.34
%20.13
%29.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 41.33%
  • key color value is 41.18%
CMYK:
(0,60,41,41)
C0M60Y41K41 
(0%,60%,41%,41%)
(0.00/0.60/0.41/0.41)	

CMYK percentages

%0
%60
%41.33
%41.18

Codes

Color #963C58 in popluar color models

963C58
RGB1506088
HSL341°42.86%41.18%
HSB/HSV341°60.00%58.82%
CMYK0.00%60.00%41.33%
41.18%

Color #963C58 in popluar number systems.

HEX963C58
Decimal1506088
Binary100101101111001011000
Octal22674130

Shades and tints

Shades of #963C58

#963C58
(150,60,88)
#893750
(137,55,80)
#7C3248
(124,50,72)
#6F2D40
(111,45,64)
#622838
(98,40,56)
#552330
(85,35,48)
#481E28
(72,30,40)
#3B1920
(59,25,32)
#2E1418
(46,20,24)
#210F10
(33,15,16)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #963C58

#963C58
(150,60,88)
#9F4D67
(159,77,103)
#A85E76
(168,94,118)
#B16F85
(177,111,133)
#BA8094
(186,128,148)
#C391A3
(195,145,163)
#CCA2B2
(204,162,178)
#D5B3C1
(213,179,193)
#DEC4D0
(222,196,208)
#E7D5DF
(231,213,223)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963C58; }

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

This text font color is #963C58.


Background Color

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

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

This div background color is #963C58.


Border color

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

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

This div border color is #963C58.


Opacity

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

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

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

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

This text has shadow with #963C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963C58 on black background.


Color preview on white background

This text has color #963C58 on white background.



Black color preview on #963C58 background

This text has black color on #963C58 background.


White color preview on #963C58 background

This text has white color on #963C58 background.