COLOR #965172

HEX: #965172
RGB: (150,81,114)

Color info

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

RGB color model

#965172 color RGB value is (150,81,114).

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

RGB channels and saturation

R 150 of 255 = 59%
G 81 of 255 = 32%
B 114 of 255 = 45%

150
81
114

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

Portions of RGB colors in percentages

R + G + B =
150 + 81 + 114 = 345 (100%)
R 150 of 345 ~ 43.48%
G 81 of 345 ~ 23.48%
B 114 of 345 ~ 33.04%

%43.48
%23.48
%33.04

CMYK color model

#965172 color CMYK value is (0,46,24,41).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(0,46,24,41)
C0M46Y24K41 
(0%,46%,24%,41%)
(0.00/0.46/0.24/0.41)	

CMYK percentages

%0
%46
%24
%41.18

Codes

Color #965172 in popluar color models

965172
RGB15081114
HSL331°29.87%45.29%
HSB/HSV331°46.00%58.82%
CMYK0.00%46.00%24.00%
41.18%

Color #965172 in popluar number systems.

HEX965172
Decimal15081114
Binary1001011010100011110010
Octal226121162

Shades and tints

Shades of #965172

#965172
(150,81,114)
#894A68
(137,74,104)
#7C435E
(124,67,94)
#6F3C54
(111,60,84)
#62354A
(98,53,74)
#552E40
(85,46,64)
#482736
(72,39,54)
#3B202C
(59,32,44)
#2E1922
(46,25,34)
#211218
(33,18,24)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #965172

#965172
(150,81,114)
#9F607E
(159,96,126)
#A86F8A
(168,111,138)
#B17E96
(177,126,150)
#BA8DA2
(186,141,162)
#C39CAE
(195,156,174)
#CCABBA
(204,171,186)
#D5BAC6
(213,186,198)
#DEC9D2
(222,201,210)
#E7D8DE
(231,216,222)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965172; }

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

This text font color is #965172.


Background Color

.myBgColor { background-color: #965172; }

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

This div background color is #965172.


Border color

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

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

This div border color is #965172.


Opacity

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

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

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

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

This text has shadow with #965172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965172 on black background.


Color preview on white background

This text has color #965172 on white background.



Black color preview on #965172 background

This text has black color on #965172 background.


White color preview on #965172 background

This text has white color on #965172 background.