COLOR #965F59

HEX: #965F59
RGB: (150,95,89)

Color info

#965F59 contains mainly red and green colors. Web safe color of #965F59 is #996666 (or #966).

RGB color model

#965F59 color RGB value is (150,95,89).

  • red value is 150;
  • green value is 95;
  • blue value is 89.
RGB:
(150,95,89)
(59%,37%,35%)

RGB channels and saturation

R 150 of 255 = 59%
G 95 of 255 = 37%
B 89 of 255 = 35%

150
95
89

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

Portions of RGB colors in percentages

R + G + B =
150 + 95 + 89 = 334 (100%)
R 150 of 334 ~ 44.91%
G 95 of 334 ~ 28.44%
B 89 of 334 ~ 26.65%

%44.91
%28.44
%26.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 40.67%
  • key color value is 41.18%
CMYK:
(0,37,41,41)
C0M37Y41K41 
(0%,37%,41%,41%)
(0.00/0.37/0.41/0.41)	

CMYK percentages

%0
%36.67
%40.67
%41.18

Codes

Color #965F59 in popluar color models

965F59
RGB1509589
HSL25.52%46.86%
HSB/HSV40.67%58.82%
CMYK0.00%36.67%40.67%
41.18%

Color #965F59 in popluar number systems.

HEX965F59
Decimal1509589
Binary1001011010111111011001
Octal226137131

Shades and tints

Shades of #965F59

#965F59
(150,95,89)
#895751
(137,87,81)
#7C4F49
(124,79,73)
#6F4741
(111,71,65)
#623F39
(98,63,57)
#553731
(85,55,49)
#482F29
(72,47,41)
#3B2721
(59,39,33)
#2E1F19
(46,31,25)
#211711
(33,23,17)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #965F59

#965F59
(150,95,89)
#9F6D68
(159,109,104)
#A87B77
(168,123,119)
#B18986
(177,137,134)
#BA9795
(186,151,149)
#C3A5A4
(195,165,164)
#CCB3B3
(204,179,179)
#D5C1C2
(213,193,194)
#DECFD1
(222,207,209)
#E7DDE0
(231,221,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965F59 color. Also use rgb(150,95,89) instead hex code.

Text Font Color

.myTextColor { color: #965F59; }

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

This text font color is #965F59.


Background Color

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

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

This div background color is #965F59.


Border color

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

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

This div border color is #965F59.


Opacity

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

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

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

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

This text has shadow with #965F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965F59 on black background.


Color preview on white background

This text has color #965F59 on white background.



Black color preview on #965F59 background

This text has black color on #965F59 background.


White color preview on #965F59 background

This text has white color on #965F59 background.