COLOR #963769

HEX: #963769
RGB: (150,55,105)

Color info

#963769 contains mainly red and blue colors. Web safe color of #963769 is #993366 (or #936).

RGB color model

#963769 color RGB value is (150,55,105).

  • red value is 150;
  • green value is 55;
  • blue value is 105.
RGB:
(150,55,105)
(59%,22%,41%)

RGB channels and saturation

R 150 of 255 = 59%
G 55 of 255 = 22%
B 105 of 255 = 41%

150
55
105

R + G + B ~ 41%. #963769 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 55 + 105 = 310 (100%)
R 150 of 310 ~ 48.39%
G 55 of 310 ~ 17.74%
B 105 of 310 ~ 33.87%

%48.39
%17.74
%33.87

CMYK color model

#963769 color CMYK value is (0,63,30,41).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 30.00%
  • key color value is 41.18%
CMYK:
(0,63,30,41)
C0M63Y30K41 
(0%,63%,30%,41%)
(0.00/0.63/0.30/0.41)	

CMYK percentages

%0
%63.33
%30
%41.18

Codes

Color #963769 in popluar color models

963769
RGB15055105
HSL328°46.34%40.20%
HSB/HSV328°63.33%58.82%
CMYK0.00%63.33%30.00%
41.18%

Color #963769 in popluar number systems.

HEX963769
Decimal15055105
Binary100101101101111101001
Octal22667151

Shades and tints

Shades of #963769

#963769
(150,55,105)
#893260
(137,50,96)
#7C2D57
(124,45,87)
#6F284E
(111,40,78)
#622345
(98,35,69)
#551E3C
(85,30,60)
#481933
(72,25,51)
#3B142A
(59,20,42)
#2E0F21
(46,15,33)
#210A18
(33,10,24)
#14050F
(20,5,15)
#000000
(0,0,0)

Tints of #963769

#963769
(150,55,105)
#9F4976
(159,73,118)
#A85B83
(168,91,131)
#B16D90
(177,109,144)
#BA7F9D
(186,127,157)
#C391AA
(195,145,170)
#CCA3B7
(204,163,183)
#D5B5C4
(213,181,196)
#DEC7D1
(222,199,209)
#E7D9DE
(231,217,222)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963769; }

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

This text font color is #963769.


Background Color

.myBgColor { background-color: #963769; }

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

This div background color is #963769.


Border color

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

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

This div border color is #963769.


Opacity

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

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

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

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

This text has shadow with #963769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963769 on black background.


Color preview on white background

This text has color #963769 on white background.



Black color preview on #963769 background

This text has black color on #963769 background.


White color preview on #963769 background

This text has white color on #963769 background.