COLOR #96838A

HEX: #96838A
RGB: (150,131,138)

Color info

#96838A contains red, green and blue colors in about the same proportion. Web safe color of #96838A is #999999 (or #999).

RGB color model

#96838A color RGB value is (150,131,138).

  • red value is 150;
  • green value is 131;
  • blue value is 138.
RGB:
(150,131,138)
(59%,51%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 138 of 255 = 54%

150
131
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 131 + 138 = 419 (100%)
R 150 of 419 ~ 35.8%
G 131 of 419 ~ 31.26%
B 138 of 419 ~ 32.94%

%35.8
%31.26
%32.94

CMYK color model

#96838A color CMYK value is (0,13,8,41).

  • cyan value is 0.00%
  • magenta value is 12.67%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(0,13,8,41)
C0M13Y8K41 
(0%,13%,8%,41%)
(0.00/0.13/0.08/0.41)	

CMYK percentages

%0
%12.67
%8
%41.18

Codes

Color #96838A in popluar color models

96838A
RGB150131138
HSL338°8.30%55.10%
HSB/HSV338°12.67%58.82%
CMYK0.00%12.67%8.00%
41.18%

Color #96838A in popluar number systems.

HEX96838A
Decimal150131138
Binary100101101000001110001010
Octal226203212

Shades and tints

Shades of #96838A

#96838A
(150,131,138)
#89787E
(137,120,126)
#7C6D72
(124,109,114)
#6F6266
(111,98,102)
#62575A
(98,87,90)
#554C4E
(85,76,78)
#484142
(72,65,66)
#3B3636
(59,54,54)
#2E2B2A
(46,43,42)
#21201E
(33,32,30)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #96838A

#96838A
(150,131,138)
#9F8E94
(159,142,148)
#A8999E
(168,153,158)
#B1A4A8
(177,164,168)
#BAAFB2
(186,175,178)
#C3BABC
(195,186,188)
#CCC5C6
(204,197,198)
#D5D0D0
(213,208,208)
#DEDBDA
(222,219,218)
#E7E6E4
(231,230,228)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96838A color. Also use rgb(150,131,138) instead hex code.

Text Font Color

.myTextColor { color: #96838A; }

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

This text font color is #96838A.


Background Color

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

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

This div background color is #96838A.


Border color

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

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

This div border color is #96838A.


Opacity

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

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

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

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

This text has shadow with #96838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96838A on black background.


Color preview on white background

This text has color #96838A on white background.



Black color preview on #96838A background

This text has black color on #96838A background.


White color preview on #96838A background

This text has white color on #96838A background.