COLOR #965B7B

HEX: #965B7B RGB: (150,91,123)

Color info

#965B7B contains red, green and blue colors in about the same proportion. Web safe color of #965B7B is #996666 (or #966).

RGB color model

#965B7B color RGB value is (150,91,123).

RGB: (150,91,123) (59%, 36%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 91 of 255 = 36%
B 123 of 255 = 48%

150
91
123

R + G + B ~ 48%. #965B7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 91 + 123 = 364 (100%)
R 150 of 364 ~ 41.21%
G 91 of 364 ~ 25%
B 123 of 364 ~ 33.79'%

%41.21
%25
%33.79

CMYK color model

#965B7B color CMYK value is (0,39,18,41).

  • cyan value is 0.00%
  • magenta value is 39.33%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK: (0,39,18,41) C0M39Y18K41 (0%,39%,18%,41%) (0.00/0.39/0.18/0.41) 

CMYK percentages

%0
%39.33
%18
%41.18

Codes

Color #965B7B in popluar color models

96 5B 7B
RGB 150 91 123
HSL 327° 24.48% 47.25%
HSB/HSV 327° 39.33% 58.82%
CMYK 0.00% 39.33% 18.00%
41.18%

Color #965B7B in popluar number systems.

HEX 96 5B 7B
Decimal 150 91 123
Binary 10010110 1011011 1111011
Octal 226 133 173

Shades and tints

Shades of #965B7B

#965B7B
(150,91,123)
#895370
(137,83,112)
#7C4B65
(124,75,101)
#6F435A
(111,67,90)
#623B4F
(98,59,79)
#553344
(85,51,68)
#482B39
(72,43,57)
#3B232E
(59,35,46)
#2E1B23
(46,27,35)
#211318
(33,19,24)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #965B7B

#965B7B
(150,91,123)
#9F6987
(159,105,135)
#A87793
(168,119,147)
#B1859F
(177,133,159)
#BA93AB
(186,147,171)
#C3A1B7
(195,161,183)
#CCAFC3
(204,175,195)
#D5BDCF
(213,189,207)
#DECBDB
(222,203,219)
#E7D9E7
(231,217,231)
#F0E7F3
(240,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965B7B color. Also use rgb(150,91,123) instead hex code.

Text Font Color

.myTextColor { color: #965B7B; }

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

This text font color is #965B7B.

Background Color

.myBgColor { background-color: #965B7B; }

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

This div background color is #965B7B.

Border color

.myBorderColor { border: 1px solid #965B7B; }

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

This div border color is #965B7B.

Opacity

.myOpacity80 { color: #965B7B; opacity: 0.8; }

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

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

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

This text has shadow with #965B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965B7B.

Preview

Color preview on black background

This text has color #965B7B on black background.


Color preview on white background

This text has color #965B7B on white background.


Black color preview on #965B7B background

This text has black color on #965B7B background.


White color preview on #965B7B background

This text has white color on #965B7B background.


Related colors

Complementary color

Complementary color for #hex is #69A484.


I love getcolorcode.com

Triadic colors

1 #7B965B and #5B7B96 with #965B7B are triadic colors.

2 #7B5B96 and #5B967B with #965B7B are triadic colors.