COLOR #965E61

HEX: #965E61
RGB: (150,94,97)

Color info

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

RGB color model

#965E61 color RGB value is (150,94,97).

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

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 97 of 255 = 38%

150
94
97

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

Portions of RGB colors in percentages

R + G + B =
150 + 94 + 97 = 341 (100%)
R 150 of 341 ~ 43.99%
G 94 of 341 ~ 27.57%
B 97 of 341 ~ 28.45%

%43.99
%27.57
%28.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 35.33%
  • key color value is 41.18%
CMYK:
(0,37,35,41)
C0M37Y35K41 
(0%,37%,35%,41%)
(0.00/0.37/0.35/0.41)	

CMYK percentages

%0
%37.33
%35.33
%41.18

Codes

Color #965E61 in popluar color models

965E61
RGB1509497
HSL357°22.95%47.84%
HSB/HSV357°37.33%58.82%
CMYK0.00%37.33%35.33%
41.18%

Color #965E61 in popluar number systems.

HEX965E61
Decimal1509497
Binary1001011010111101100001
Octal226136141

Shades and tints

Shades of #965E61

#965E61
(150,94,97)
#895659
(137,86,89)
#7C4E51
(124,78,81)
#6F4649
(111,70,73)
#623E41
(98,62,65)
#553639
(85,54,57)
#482E31
(72,46,49)
#3B2629
(59,38,41)
#2E1E21
(46,30,33)
#211619
(33,22,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #965E61

#965E61
(150,94,97)
#9F6C6F
(159,108,111)
#A87A7D
(168,122,125)
#B1888B
(177,136,139)
#BA9699
(186,150,153)
#C3A4A7
(195,164,167)
#CCB2B5
(204,178,181)
#D5C0C3
(213,192,195)
#DECED1
(222,206,209)
#E7DCDF
(231,220,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965E61; }

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

This text font color is #965E61.


Background Color

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

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

This div background color is #965E61.


Border color

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

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

This div border color is #965E61.


Opacity

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

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

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

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

This text has shadow with #965E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965E61 on black background.


Color preview on white background

This text has color #965E61 on white background.



Black color preview on #965E61 background

This text has black color on #965E61 background.


White color preview on #965E61 background

This text has white color on #965E61 background.