COLOR #95978E

HEX: #95978E
RGB: (149,151,142)

Color info

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

RGB color model

#95978E color RGB value is (149,151,142).

  • red value is 149;
  • green value is 151;
  • blue value is 142.
RGB:
(149,151,142)
(58%,59%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 142 of 255 = 56%

149
151
142

R + G + B ~ 58%. #95978E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 142 = 442 (100%)
R 149 of 442 ~ 33.71%
G 151 of 442 ~ 34.16%
B 142 of 442 ~ 32.13%

%33.71
%34.16
%32.13

CMYK color model

#95978E color CMYK value is (1,0,6,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(1,0,6,41)
C1M0Y6K41 
(1%,0%,6%,41%)
(0.01/0.00/0.06/0.41)	

CMYK percentages

%1.32
%0
%5.96
%40.78

Codes

Color #95978E in popluar color models

95978E
RGB149151142
HSL73°4.15%57.45%
HSB/HSV73°5.96%59.22%
CMYK1.32%0.00%5.96%
40.78%

Color #95978E in popluar number systems.

HEX95978E
Decimal149151142
Binary100101011001011110001110
Octal225227216

Shades and tints

Shades of #95978E

#95978E
(149,151,142)
#888A82
(136,138,130)
#7B7D76
(123,125,118)
#6E706A
(110,112,106)
#61635E
(97,99,94)
#545652
(84,86,82)
#474946
(71,73,70)
#3A3C3A
(58,60,58)
#2D2F2E
(45,47,46)
#202222
(32,34,34)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #95978E

#95978E
(149,151,142)
#9EA098
(158,160,152)
#A7A9A2
(167,169,162)
#B0B2AC
(176,178,172)
#B9BBB6
(185,187,182)
#C2C4C0
(194,196,192)
#CBCDCA
(203,205,202)
#D4D6D4
(212,214,212)
#DDDFDE
(221,223,222)
#E6E8E8
(230,232,232)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95978E color. Also use rgb(149,151,142) instead hex code.

Text Font Color

.myTextColor { color: #95978E; }

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

This text font color is #95978E.


Background Color

.myBgColor { background-color: #95978E; }

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

This div background color is #95978E.


Border color

.myBorderColor { border: 1px solid #95978E; }

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

This div border color is #95978E.


Opacity

.myOpacity80 { color: #95978E; opacity: 0.8; }

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

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

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

This text has shadow with #95978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95978E on black background.


Color preview on white background

This text has color #95978E on white background.



Black color preview on #95978E background

This text has black color on #95978E background.


White color preview on #95978E background

This text has white color on #95978E background.