COLOR #965E73

HEX: #965E73 RGB: (150,94,115)

Color info

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

RGB color model

#965E73 color RGB value is (150,94,115).

RGB: (150,94,115) (59%, 37%, 45%)

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 115 of 255 = 45%

150
94
115

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

Portions of RGB colors in percentages

R + G + B = 150 + 94 + 115 = 359 (100%)
R 150 of 359 ~ 41.78%
G 94 of 359 ~ 26.18%
B 115 of 359 ~ 32.03'%

%41.78
%26.18
%32.03

CMYK color model

#965E73 color CMYK value is (0,37,23,41).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 23.33%
  • key color value is 41.18%

CMYK: (0,37,23,41)
C0M37Y23K41 (0%, 37%, 23%, 41%)
(0.00 / 0.37 / 0.23 / 0.41)

CMYK percentages

%0
%37.33
%23.33
%41.18

Codes

Color #965E73 in popluar color models

96 5E 73
RGB 150 94 115
HSL 338° 22.95% 47.84%
HSB/HSV 338° 37.33% 58.82%
CMYK 0.00% 37.33% 23.33%
41.18%

Color #965E73 in popluar number systems.

HEX 96 5E 73
Decimal 150 94 115
Binary 10010110 1011110 1110011
Octal 226 136 163

Shades and tints

Shades of #965E73

#965E73
(150,94,115)
#895669
(137,86,105)
#7C4E5F
(124,78,95)
#6F4655
(111,70,85)
#623E4B
(98,62,75)
#553641
(85,54,65)
#482E37
(72,46,55)
#3B262D
(59,38,45)
#2E1E23
(46,30,35)
#211619
(33,22,25)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #965E73

#965E73
(150,94,115)
#9F6C7F
(159,108,127)
#A87A8B
(168,122,139)
#B18897
(177,136,151)
#BA96A3
(186,150,163)
#C3A4AF
(195,164,175)
#CCB2BB
(204,178,187)
#D5C0C7
(213,192,199)
#DECED3
(222,206,211)
#E7DCDF
(231,220,223)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965E73 color. Also use rgb(150,94,115) instead hex code.

Text Font Color

.myTextColor { color: #965E73; }

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

This text font color is #965E73.

Background Color

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

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

This div background color is #965E73.

Border color

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

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

This div border color is #965E73.

Opacity

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

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

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

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

This text has shadow with #965E73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965E73.

Preview

Color preview on black background

This text has color #965E73 on black background.


Color preview on white background

This text has color #965E73 on white background.


Black color preview on #965E73 background

This text has black color on #965E73 background.


White color preview on #965E73 background

This text has white color on #965E73 background.


Related colors

Complementary color

Complementary color for #hex is #69A18C.


I love getcolorcode.com

Triadic colors

1 #73965E and #5E7396 with #965E73 are triadic colors.

2 #735E96 and #5E9673 with #965E73 are triadic colors.