COLOR #96566A

HEX: #96566A
RGB: (150,86,106)

Color info

#96566A contains mainly red and blue colors. Web safe color of #96566A is #996666 (or #966).

RGB color model

#96566A color RGB value is (150,86,106).

  • red value is 150;
  • green value is 86;
  • blue value is 106.
RGB:
(150,86,106)
(59%,34%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 86 of 255 = 34%
B 106 of 255 = 42%

150
86
106

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

Portions of RGB colors in percentages

R + G + B =
150 + 86 + 106 = 342 (100%)
R 150 of 342 ~ 43.86%
G 86 of 342 ~ 25.15%
B 106 of 342 ~ 30.99%

%43.86
%25.15
%30.99

CMYK color model

#96566A color CMYK value is (0,43,29,41).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(0,43,29,41)
C0M43Y29K41 
(0%,43%,29%,41%)
(0.00/0.43/0.29/0.41)	

CMYK percentages

%0
%42.67
%29.33
%41.18

Codes

Color #96566A in popluar color models

96566A
RGB15086106
HSL341°27.12%46.27%
HSB/HSV341°42.67%58.82%
CMYK0.00%42.67%29.33%
41.18%

Color #96566A in popluar number systems.

HEX96566A
Decimal15086106
Binary1001011010101101101010
Octal226126152

Shades and tints

Shades of #96566A

#96566A
(150,86,106)
#894F61
(137,79,97)
#7C4858
(124,72,88)
#6F414F
(111,65,79)
#623A46
(98,58,70)
#55333D
(85,51,61)
#482C34
(72,44,52)
#3B252B
(59,37,43)
#2E1E22
(46,30,34)
#211719
(33,23,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #96566A

#96566A
(150,86,106)
#9F6577
(159,101,119)
#A87484
(168,116,132)
#B18391
(177,131,145)
#BA929E
(186,146,158)
#C3A1AB
(195,161,171)
#CCB0B8
(204,176,184)
#D5BFC5
(213,191,197)
#DECED2
(222,206,210)
#E7DDDF
(231,221,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96566A color. Also use rgb(150,86,106) instead hex code.

Text Font Color

.myTextColor { color: #96566A; }

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

This text font color is #96566A.


Background Color

.myBgColor { background-color: #96566A; }

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

This div background color is #96566A.


Border color

.myBorderColor { border: 1px solid #96566A; }

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

This div border color is #96566A.


Opacity

.myOpacity80 { color: #96566A; opacity: 0.8; }

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

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

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

This text has shadow with #96566A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96566A on black background.


Color preview on white background

This text has color #96566A on white background.



Black color preview on #96566A background

This text has black color on #96566A background.


White color preview on #96566A background

This text has white color on #96566A background.