COLOR #965955

HEX: #965955
RGB: (150,89,85)

Color info

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

RGB color model

#965955 color RGB value is (150,89,85).

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

RGB channels and saturation

R 150 of 255 = 59%
G 89 of 255 = 35%
B 85 of 255 = 33%

150
89
85

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

Portions of RGB colors in percentages

R + G + B =
150 + 89 + 85 = 324 (100%)
R 150 of 324 ~ 46.3%
G 89 of 324 ~ 27.47%
B 85 of 324 ~ 26.23%

%46.3
%27.47
%26.23

CMYK color model

#965955 color CMYK value is (0,41,43,41).

  • cyan value is 0.00%
  • magenta value is 40.67%
  • yellow value is 43.33%
  • key color value is 41.18%
CMYK:
(0,41,43,41)
C0M41Y43K41 
(0%,41%,43%,41%)
(0.00/0.41/0.43/0.41)	

CMYK percentages

%0
%40.67
%43.33
%41.18

Codes

Color #965955 in popluar color models

965955
RGB1508985
HSL27.66%46.08%
HSB/HSV43.33%58.82%
CMYK0.00%40.67%43.33%
41.18%

Color #965955 in popluar number systems.

HEX965955
Decimal1508985
Binary1001011010110011010101
Octal226131125

Shades and tints

Shades of #965955

#965955
(150,89,85)
#89514E
(137,81,78)
#7C4947
(124,73,71)
#6F4140
(111,65,64)
#623939
(98,57,57)
#553132
(85,49,50)
#48292B
(72,41,43)
#3B2124
(59,33,36)
#2E191D
(46,25,29)
#211116
(33,17,22)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #965955

#965955
(150,89,85)
#9F6864
(159,104,100)
#A87773
(168,119,115)
#B18682
(177,134,130)
#BA9591
(186,149,145)
#C3A4A0
(195,164,160)
#CCB3AF
(204,179,175)
#D5C2BE
(213,194,190)
#DED1CD
(222,209,205)
#E7E0DC
(231,224,220)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965955; }

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

This text font color is #965955.


Background Color

.myBgColor { background-color: #965955; }

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

This div background color is #965955.


Border color

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

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

This div border color is #965955.


Opacity

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

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

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

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

This text has shadow with #965955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965955 on black background.


Color preview on white background

This text has color #965955 on white background.



Black color preview on #965955 background

This text has black color on #965955 background.


White color preview on #965955 background

This text has white color on #965955 background.