COLOR #965672

HEX: #965672
RGB: (150,86,114)

Color info

#965672 contains mainly red and blue colors. Web safe color of #965672 is #996666 (or #966).

RGB color model

#965672 color RGB value is (150,86,114).

  • red value is 150;
  • green value is 86;
  • blue value is 114.
RGB:
(150,86,114)
(59%,34%,45%)

RGB channels and saturation

R 150 of 255 = 59%
G 86 of 255 = 34%
B 114 of 255 = 45%

150
86
114

R + G + B ~ 46%. #965672 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 86 + 114 = 350 (100%)
R 150 of 350 ~ 42.86%
G 86 of 350 ~ 24.57%
B 114 of 350 ~ 32.57%

%42.86
%24.57
%32.57

CMYK color model

#965672 color CMYK value is (0,43,24,41).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(0,43,24,41)
C0M43Y24K41 
(0%,43%,24%,41%)
(0.00/0.43/0.24/0.41)	

CMYK percentages

%0
%42.67
%24
%41.18

Codes

Color #965672 in popluar color models

965672
RGB15086114
HSL334°27.12%46.27%
HSB/HSV334°42.67%58.82%
CMYK0.00%42.67%24.00%
41.18%

Color #965672 in popluar number systems.

HEX965672
Decimal15086114
Binary1001011010101101110010
Octal226126162

Shades and tints

Shades of #965672

#965672
(150,86,114)
#894F68
(137,79,104)
#7C485E
(124,72,94)
#6F4154
(111,65,84)
#623A4A
(98,58,74)
#553340
(85,51,64)
#482C36
(72,44,54)
#3B252C
(59,37,44)
#2E1E22
(46,30,34)
#211718
(33,23,24)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #965672

#965672
(150,86,114)
#9F657E
(159,101,126)
#A8748A
(168,116,138)
#B18396
(177,131,150)
#BA92A2
(186,146,162)
#C3A1AE
(195,161,174)
#CCB0BA
(204,176,186)
#D5BFC6
(213,191,198)
#DECED2
(222,206,210)
#E7DDDE
(231,221,222)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965672 color. Also use rgb(150,86,114) instead hex code.

Text Font Color

.myTextColor { color: #965672; }

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

This text font color is #965672.


Background Color

.myBgColor { background-color: #965672; }

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

This div background color is #965672.


Border color

.myBorderColor { border: 1px solid #965672; }

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

This div border color is #965672.


Opacity

.myOpacity80 { color: #965672; opacity: 0.8; }

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

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

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

This text has shadow with #965672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965672 on black background.


Color preview on white background

This text has color #965672 on white background.



Black color preview on #965672 background

This text has black color on #965672 background.


White color preview on #965672 background

This text has white color on #965672 background.