COLOR #96847C

HEX: #96847C
RGB: (150,132,124)

Color info

#96847C contains red, green and blue colors in about the same proportion. Web safe color of #96847C is #999966 (or #996).

RGB color model

#96847C color RGB value is (150,132,124).

  • red value is 150;
  • green value is 132;
  • blue value is 124.
RGB:
(150,132,124)
(59%,52%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 124 of 255 = 49%

150
132
124

R + G + B ~ 53%. #96847C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 132 + 124 = 406 (100%)
R 150 of 406 ~ 36.95%
G 132 of 406 ~ 32.51%
B 124 of 406 ~ 30.54%

%36.95
%32.51
%30.54

CMYK color model

#96847C color CMYK value is (0,12,17,41).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(0,12,17,41)
C0M12Y17K41 
(0%,12%,17%,41%)
(0.00/0.12/0.17/0.41)	

CMYK percentages

%0
%12
%17.33
%41.18

Codes

Color #96847C in popluar color models

96847C
RGB150132124
HSL18°11.02%53.73%
HSB/HSV18°17.33%58.82%
CMYK0.00%12.00%17.33%
41.18%

Color #96847C in popluar number systems.

HEX96847C
Decimal150132124
Binary10010110100001001111100
Octal226204174

Shades and tints

Shades of #96847C

#96847C
(150,132,124)
#897871
(137,120,113)
#7C6C66
(124,108,102)
#6F605B
(111,96,91)
#625450
(98,84,80)
#554845
(85,72,69)
#483C3A
(72,60,58)
#3B302F
(59,48,47)
#2E2424
(46,36,36)
#211819
(33,24,25)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #96847C

#96847C
(150,132,124)
#9F8F87
(159,143,135)
#A89A92
(168,154,146)
#B1A59D
(177,165,157)
#BAB0A8
(186,176,168)
#C3BBB3
(195,187,179)
#CCC6BE
(204,198,190)
#D5D1C9
(213,209,201)
#DEDCD4
(222,220,212)
#E7E7DF
(231,231,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96847C color. Also use rgb(150,132,124) instead hex code.

Text Font Color

.myTextColor { color: #96847C; }

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

This text font color is #96847C.


Background Color

.myBgColor { background-color: #96847C; }

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

This div background color is #96847C.


Border color

.myBorderColor { border: 1px solid #96847C; }

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

This div border color is #96847C.


Opacity

.myOpacity80 { color: #96847C; opacity: 0.8; }

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

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

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

This text has shadow with #96847C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96847C on black background.


Color preview on white background

This text has color #96847C on white background.



Black color preview on #96847C background

This text has black color on #96847C background.


White color preview on #96847C background

This text has white color on #96847C background.