COLOR #963F6E

HEX: #963F6E RGB: (150,63,110)

Color info

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

RGB color model

#963F6E color RGB value is (150,63,110).

RGB: (150,63,110) (59%, 25%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 63 of 255 = 25%
B 110 of 255 = 43%

150
63
110

R + G + B ~ 42%. #963F6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 63 + 110 = 323 (100%)
R 150 of 323 ~ 46.44%
G 63 of 323 ~ 19.5%
B 110 of 323 ~ 34.06'%

%46.44
%19.5
%34.06

CMYK color model

#963F6E color CMYK value is (0,58,27,41).

  • cyan value is 0.00%
  • magenta value is 58.00%
  • yellow value is 26.67%
  • key color value is 41.18%

CMYK: (0,58,27,41)
C0M58Y27K41 (0%, 58%, 27%, 41%)
(0.00 / 0.58 / 0.27 / 0.41)

CMYK percentages

%0
%58
%26.67
%41.18

Codes

Color #963F6E in popluar color models

96 3F 6E
RGB 150 63 110
HSL 328° 40.85% 41.76%
HSB/HSV 328° 58.00% 58.82%
CMYK 0.00% 58.00% 26.67%
41.18%

Color #963F6E in popluar number systems.

HEX 96 3F 6E
Decimal 150 63 110
Binary 10010110 111111 1101110
Octal 226 77 156

Shades and tints

Shades of #963F6E

#963F6E
(150,63,110)
#893A64
(137,58,100)
#7C355A
(124,53,90)
#6F3050
(111,48,80)
#622B46
(98,43,70)
#55263C
(85,38,60)
#482132
(72,33,50)
#3B1C28
(59,28,40)
#2E171E
(46,23,30)
#211214
(33,18,20)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #963F6E

#963F6E
(150,63,110)
#9F507B
(159,80,123)
#A86188
(168,97,136)
#B17295
(177,114,149)
#BA83A2
(186,131,162)
#C394AF
(195,148,175)
#CCA5BC
(204,165,188)
#D5B6C9
(213,182,201)
#DEC7D6
(222,199,214)
#E7D8E3
(231,216,227)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963F6E color. Also use rgb(150,63,110) instead hex code.

Text Font Color

.myTextColor { color: #963F6E; }

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

This text font color is #963F6E.

Background Color

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

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

This div background color is #963F6E.

Border color

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

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

This div border color is #963F6E.

Opacity

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

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

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

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

This text has shadow with #963F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #963F6E.

Preview

Color preview on black background

This text has color #963F6E on black background.


Color preview on white background

This text has color #963F6E on white background.


Black color preview on #963F6E background

This text has black color on #963F6E background.


White color preview on #963F6E background

This text has white color on #963F6E background.


Related colors

Complementary color

Complementary color for #hex is #69C091.


I love getcolorcode.com

Triadic colors

1 #6E963F and #3F6E96 with #963F6E are triadic colors.

2 #6E3F96 and #3F966E with #963F6E are triadic colors.