COLOR #966255

HEX: #966255
RGB: (150,98,85)

Color info

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

RGB color model

#966255 color RGB value is (150,98,85).

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

RGB channels and saturation

R 150 of 255 = 59%
G 98 of 255 = 38%
B 85 of 255 = 33%

150
98
85

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

Portions of RGB colors in percentages

R + G + B =
150 + 98 + 85 = 333 (100%)
R 150 of 333 ~ 45.05%
G 98 of 333 ~ 29.43%
B 85 of 333 ~ 25.53%

%45.05
%29.43
%25.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 43.33%
  • key color value is 41.18%
CMYK:
(0,35,43,41)
C0M35Y43K41 
(0%,35%,43%,41%)
(0.00/0.35/0.43/0.41)	

CMYK percentages

%0
%34.67
%43.33
%41.18

Codes

Color #966255 in popluar color models

966255
RGB1509885
HSL12°27.66%46.08%
HSB/HSV12°43.33%58.82%
CMYK0.00%34.67%43.33%
41.18%

Color #966255 in popluar number systems.

HEX966255
Decimal1509885
Binary1001011011000101010101
Octal226142125

Shades and tints

Shades of #966255

#966255
(150,98,85)
#895A4E
(137,90,78)
#7C5247
(124,82,71)
#6F4A40
(111,74,64)
#624239
(98,66,57)
#553A32
(85,58,50)
#48322B
(72,50,43)
#3B2A24
(59,42,36)
#2E221D
(46,34,29)
#211A16
(33,26,22)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #966255

#966255
(150,98,85)
#9F7064
(159,112,100)
#A87E73
(168,126,115)
#B18C82
(177,140,130)
#BA9A91
(186,154,145)
#C3A8A0
(195,168,160)
#CCB6AF
(204,182,175)
#D5C4BE
(213,196,190)
#DED2CD
(222,210,205)
#E7E0DC
(231,224,220)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966255; }

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

This text font color is #966255.


Background Color

.myBgColor { background-color: #966255; }

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

This div background color is #966255.


Border color

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

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

This div border color is #966255.


Opacity

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

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

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

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

This text has shadow with #966255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966255 on black background.


Color preview on white background

This text has color #966255 on white background.



Black color preview on #966255 background

This text has black color on #966255 background.


White color preview on #966255 background

This text has white color on #966255 background.