COLOR #964B6B

HEX: #964B6B RGB: (150,75,107)

Color info

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

RGB color model

#964B6B color RGB value is (150,75,107).

RGB: (150,75,107) (59%, 29%, 42%)

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 107 of 255 = 42%

150
75
107

R + G + B ~ 43%. #964B6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 75 + 107 = 332 (100%)
R 150 of 332 ~ 45.18%
G 75 of 332 ~ 22.59%
B 107 of 332 ~ 32.23'%

%45.18
%22.59
%32.23

CMYK color model

#964B6B color CMYK value is (0,50,29,41).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 28.67%
  • key color value is 41.18%

CMYK: (0,50,29,41)
C0M50Y29K41 (0%, 50%, 29%, 41%)
(0.00 / 0.50 / 0.29 / 0.41)

CMYK percentages

%0
%50
%28.67
%41.18

Codes

Color #964B6B in popluar color models

96 4B 6B
RGB 150 75 107
HSL 334° 33.33% 44.12%
HSB/HSV 334° 50.00% 58.82%
CMYK 0.00% 50.00% 28.67%
41.18%

Color #964B6B in popluar number systems.

HEX 96 4B 6B
Decimal 150 75 107
Binary 10010110 1001011 1101011
Octal 226 113 153

Shades and tints

Shades of #964B6B

#964B6B
(150,75,107)
#894562
(137,69,98)
#7C3F59
(124,63,89)
#6F3950
(111,57,80)
#623347
(98,51,71)
#552D3E
(85,45,62)
#482735
(72,39,53)
#3B212C
(59,33,44)
#2E1B23
(46,27,35)
#21151A
(33,21,26)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #964B6B

#964B6B
(150,75,107)
#9F5B78
(159,91,120)
#A86B85
(168,107,133)
#B17B92
(177,123,146)
#BA8B9F
(186,139,159)
#C39BAC
(195,155,172)
#CCABB9
(204,171,185)
#D5BBC6
(213,187,198)
#DECBD3
(222,203,211)
#E7DBE0
(231,219,224)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964B6B color. Also use rgb(150,75,107) instead hex code.

Text Font Color

.myTextColor { color: #964B6B; }

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

This text font color is #964B6B.

Background Color

.myBgColor { background-color: #964B6B; }

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

This div background color is #964B6B.

Border color

.myBorderColor { border: 1px solid #964B6B; }

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

This div border color is #964B6B.

Opacity

.myOpacity80 { color: #964B6B; opacity: 0.8; }

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

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

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

This text has shadow with #964B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964B6B.

Preview

Color preview on black background

This text has color #964B6B on black background.


Color preview on white background

This text has color #964B6B on white background.


Black color preview on #964B6B background

This text has black color on #964B6B background.


White color preview on #964B6B background

This text has white color on #964B6B background.


Related colors

Complementary color

Complementary color for #hex is #69B494.


I love getcolorcode.com

Triadic colors

1 #6B964B and #4B6B96 with #964B6B are triadic colors.

2 #6B4B96 and #4B966B with #964B6B are triadic colors.