COLOR #965950

HEX: #965950
RGB: (150,89,80)

Color info

#965950 contains mainly red color. Web safe color of #965950 is #996666 (or #966).

RGB color model

#965950 color RGB value is (150,89,80).

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

RGB channels and saturation

R 150 of 255 = 59%
G 89 of 255 = 35%
B 80 of 255 = 31%

150
89
80

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

Portions of RGB colors in percentages

R + G + B =
150 + 89 + 80 = 319 (100%)
R 150 of 319 ~ 47.02%
G 89 of 319 ~ 27.9%
B 80 of 319 ~ 25.08%

%47.02
%27.9
%25.08

CMYK color model

#965950 color CMYK value is (0,41,47,41).

  • cyan value is 0.00%
  • magenta value is 40.67%
  • yellow value is 46.67%
  • key color value is 41.18%
CMYK:
(0,41,47,41)
C0M41Y47K41 
(0%,41%,47%,41%)
(0.00/0.41/0.47/0.41)	

CMYK percentages

%0
%40.67
%46.67
%41.18

Codes

Color #965950 in popluar color models

965950
RGB1508980
HSL30.43%45.10%
HSB/HSV46.67%58.82%
CMYK0.00%40.67%46.67%
41.18%

Color #965950 in popluar number systems.

HEX965950
Decimal1508980
Binary1001011010110011010000
Octal226131120

Shades and tints

Shades of #965950

#965950
(150,89,80)
#895149
(137,81,73)
#7C4942
(124,73,66)
#6F413B
(111,65,59)
#623934
(98,57,52)
#55312D
(85,49,45)
#482926
(72,41,38)
#3B211F
(59,33,31)
#2E1918
(46,25,24)
#211111
(33,17,17)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #965950

#965950
(150,89,80)
#9F685F
(159,104,95)
#A8776E
(168,119,110)
#B1867D
(177,134,125)
#BA958C
(186,149,140)
#C3A49B
(195,164,155)
#CCB3AA
(204,179,170)
#D5C2B9
(213,194,185)
#DED1C8
(222,209,200)
#E7E0D7
(231,224,215)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965950; }

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

This text font color is #965950.


Background Color

.myBgColor { background-color: #965950; }

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

This div background color is #965950.


Border color

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

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

This div border color is #965950.


Opacity

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

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

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

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

This text has shadow with #965950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965950 on black background.


Color preview on white background

This text has color #965950 on white background.



Black color preview on #965950 background

This text has black color on #965950 background.


White color preview on #965950 background

This text has white color on #965950 background.