COLOR #95928D

HEX: #95928D
RGB: (149,146,141)

Color info

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

RGB color model

#95928D color RGB value is (149,146,141).

  • red value is 149;
  • green value is 146;
  • blue value is 141.
RGB:
(149,146,141)
(58%,57%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 141 of 255 = 55%

149
146
141

R + G + B ~ 57%. #95928D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 146 + 141 = 436 (100%)
R 149 of 436 ~ 34.17%
G 146 of 436 ~ 33.49%
B 141 of 436 ~ 32.34%

%34.17
%33.49
%32.34

CMYK color model

#95928D color CMYK value is (0,2,5,42).

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 5.37%
  • key color value is 41.57%
CMYK:
(0,2,5,42)
C0M2Y5K42 
(0%,2%,5%,42%)
(0.00/0.02/0.05/0.42)	

CMYK percentages

%0
%2.01
%5.37
%41.57

Codes

Color #95928D in popluar color models

95928D
RGB149146141
HSL37°3.64%56.86%
HSB/HSV37°5.37%58.43%
CMYK0.00%2.01%5.37%
41.57%

Color #95928D in popluar number systems.

HEX95928D
Decimal149146141
Binary100101011001001010001101
Octal225222215

Shades and tints

Shades of #95928D

#95928D
(149,146,141)
#888581
(136,133,129)
#7B7875
(123,120,117)
#6E6B69
(110,107,105)
#615E5D
(97,94,93)
#545151
(84,81,81)
#474445
(71,68,69)
#3A3739
(58,55,57)
#2D2A2D
(45,42,45)
#201D21
(32,29,33)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #95928D

#95928D
(149,146,141)
#9E9B97
(158,155,151)
#A7A4A1
(167,164,161)
#B0ADAB
(176,173,171)
#B9B6B5
(185,182,181)
#C2BFBF
(194,191,191)
#CBC8C9
(203,200,201)
#D4D1D3
(212,209,211)
#DDDADD
(221,218,221)
#E6E3E7
(230,227,231)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95928D color. Also use rgb(149,146,141) instead hex code.

Text Font Color

.myTextColor { color: #95928D; }

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

This text font color is #95928D.


Background Color

.myBgColor { background-color: #95928D; }

<div style="background-color:#95928D">Inner text</div>

This div background color is #95928D.


Border color

.myBorderColor { border: 1px solid #95928D; }

<div style="border:3px solid #95928D">Div</div>

This div border color is #95928D.


Opacity

.myOpacity80 { color: #95928D; opacity: 0.8; }

<p style="color:#95928D;opacity:0.8;">80%</p>

Text with #95928D 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 #95928D;}

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

This text has shadow with #95928D color.

.textShadow {text-shadow: 3px 3px 1px #95928D, 3px 3px 1px red;}

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

This text has shadow with #95928D primary color and red secondary color.


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

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

This text has shadow with #95928D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95928D on black background.


Color preview on white background

This text has color #95928D on white background.



Black color preview on #95928D background

This text has black color on #95928D background.


White color preview on #95928D background

This text has white color on #95928D background.