COLOR #965767

HEX: #965767
RGB: (150,87,103)

Color info

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

RGB color model

#965767 color RGB value is (150,87,103).

  • red value is 150;
  • green value is 87;
  • blue value is 103.
RGB:
(150,87,103)
(59%,34%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 87 of 255 = 34%
B 103 of 255 = 40%

150
87
103

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

Portions of RGB colors in percentages

R + G + B =
150 + 87 + 103 = 340 (100%)
R 150 of 340 ~ 44.12%
G 87 of 340 ~ 25.59%
B 103 of 340 ~ 30.29%

%44.12
%25.59
%30.29

CMYK color model

#965767 color CMYK value is (0,42,31,41).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 31.33%
  • key color value is 41.18%
CMYK:
(0,42,31,41)
C0M42Y31K41 
(0%,42%,31%,41%)
(0.00/0.42/0.31/0.41)	

CMYK percentages

%0
%42
%31.33
%41.18

Codes

Color #965767 in popluar color models

965767
RGB15087103
HSL345°26.58%46.47%
HSB/HSV345°42.00%58.82%
CMYK0.00%42.00%31.33%
41.18%

Color #965767 in popluar number systems.

HEX965767
Decimal15087103
Binary1001011010101111100111
Octal226127147

Shades and tints

Shades of #965767

#965767
(150,87,103)
#89505E
(137,80,94)
#7C4955
(124,73,85)
#6F424C
(111,66,76)
#623B43
(98,59,67)
#55343A
(85,52,58)
#482D31
(72,45,49)
#3B2628
(59,38,40)
#2E1F1F
(46,31,31)
#211816
(33,24,22)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #965767

#965767
(150,87,103)
#9F6674
(159,102,116)
#A87581
(168,117,129)
#B1848E
(177,132,142)
#BA939B
(186,147,155)
#C3A2A8
(195,162,168)
#CCB1B5
(204,177,181)
#D5C0C2
(213,192,194)
#DECFCF
(222,207,207)
#E7DEDC
(231,222,220)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965767 color. Also use rgb(150,87,103) instead hex code.

Text Font Color

.myTextColor { color: #965767; }

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

This text font color is #965767.


Background Color

.myBgColor { background-color: #965767; }

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

This div background color is #965767.


Border color

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

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

This div border color is #965767.


Opacity

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

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

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

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

This text has shadow with #965767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965767 on black background.


Color preview on white background

This text has color #965767 on white background.



Black color preview on #965767 background

This text has black color on #965767 background.


White color preview on #965767 background

This text has white color on #965767 background.