COLOR #96555B

HEX: #96555B
RGB: (150,85,91)

Color info

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

RGB color model

#96555B color RGB value is (150,85,91).

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

RGB channels and saturation

R 150 of 255 = 59%
G 85 of 255 = 33%
B 91 of 255 = 36%

150
85
91

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

Portions of RGB colors in percentages

R + G + B =
150 + 85 + 91 = 326 (100%)
R 150 of 326 ~ 46.01%
G 85 of 326 ~ 26.07%
B 91 of 326 ~ 27.91%

%46.01
%26.07
%27.91

CMYK color model

#96555B color CMYK value is (0,43,39,41).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 39.33%
  • key color value is 41.18%
CMYK:
(0,43,39,41)
C0M43Y39K41 
(0%,43%,39%,41%)
(0.00/0.43/0.39/0.41)	

CMYK percentages

%0
%43.33
%39.33
%41.18

Codes

Color #96555B in popluar color models

96555B
RGB1508591
HSL354°27.66%46.08%
HSB/HSV354°43.33%58.82%
CMYK0.00%43.33%39.33%
41.18%

Color #96555B in popluar number systems.

HEX96555B
Decimal1508591
Binary1001011010101011011011
Octal226125133

Shades and tints

Shades of #96555B

#96555B
(150,85,91)
#894E53
(137,78,83)
#7C474B
(124,71,75)
#6F4043
(111,64,67)
#62393B
(98,57,59)
#553233
(85,50,51)
#482B2B
(72,43,43)
#3B2423
(59,36,35)
#2E1D1B
(46,29,27)
#211613
(33,22,19)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #96555B

#96555B
(150,85,91)
#9F6469
(159,100,105)
#A87377
(168,115,119)
#B18285
(177,130,133)
#BA9193
(186,145,147)
#C3A0A1
(195,160,161)
#CCAFAF
(204,175,175)
#D5BEBD
(213,190,189)
#DECDCB
(222,205,203)
#E7DCD9
(231,220,217)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96555B; }

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

This text font color is #96555B.


Background Color

.myBgColor { background-color: #96555B; }

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

This div background color is #96555B.


Border color

.myBorderColor { border: 1px solid #96555B; }

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

This div border color is #96555B.


Opacity

.myOpacity80 { color: #96555B; opacity: 0.8; }

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

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

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

This text has shadow with #96555B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96555B on black background.


Color preview on white background

This text has color #96555B on white background.



Black color preview on #96555B background

This text has black color on #96555B background.


White color preview on #96555B background

This text has white color on #96555B background.