COLOR #965E76

HEX: #965E76
RGB: (150,94,118)

Color info

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

RGB color model

#965E76 color RGB value is (150,94,118).

  • red value is 150;
  • green value is 94;
  • blue value is 118.
RGB:
(150,94,118)
(59%,37%,46%)

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 118 of 255 = 46%

150
94
118

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

Portions of RGB colors in percentages

R + G + B =
150 + 94 + 118 = 362 (100%)
R 150 of 362 ~ 41.44%
G 94 of 362 ~ 25.97%
B 118 of 362 ~ 32.6%

%41.44
%25.97
%32.6

CMYK color model

#965E76 color CMYK value is (0,37,21,41).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(0,37,21,41)
C0M37Y21K41 
(0%,37%,21%,41%)
(0.00/0.37/0.21/0.41)	

CMYK percentages

%0
%37.33
%21.33
%41.18

Codes

Color #965E76 in popluar color models

965E76
RGB15094118
HSL334°22.95%47.84%
HSB/HSV334°37.33%58.82%
CMYK0.00%37.33%21.33%
41.18%

Color #965E76 in popluar number systems.

HEX965E76
Decimal15094118
Binary1001011010111101110110
Octal226136166

Shades and tints

Shades of #965E76

#965E76
(150,94,118)
#89566C
(137,86,108)
#7C4E62
(124,78,98)
#6F4658
(111,70,88)
#623E4E
(98,62,78)
#553644
(85,54,68)
#482E3A
(72,46,58)
#3B2630
(59,38,48)
#2E1E26
(46,30,38)
#21161C
(33,22,28)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #965E76

#965E76
(150,94,118)
#9F6C82
(159,108,130)
#A87A8E
(168,122,142)
#B1889A
(177,136,154)
#BA96A6
(186,150,166)
#C3A4B2
(195,164,178)
#CCB2BE
(204,178,190)
#D5C0CA
(213,192,202)
#DECED6
(222,206,214)
#E7DCE2
(231,220,226)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965E76; }

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

This text font color is #965E76.


Background Color

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

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

This div background color is #965E76.


Border color

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

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

This div border color is #965E76.


Opacity

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

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

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

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

This text has shadow with #965E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965E76 on black background.


Color preview on white background

This text has color #965E76 on white background.



Black color preview on #965E76 background

This text has black color on #965E76 background.


White color preview on #965E76 background

This text has white color on #965E76 background.