COLOR #95858D

HEX: #95858D
RGB: (149,133,141)

Color info

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

RGB color model

#95858D color RGB value is (149,133,141).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 141 of 255 = 55%

149
133
141

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 141 = 423 (100%)
R 149 of 423 ~ 35.22%
G 133 of 423 ~ 31.44%
B 141 of 423 ~ 33.33%

%35.22
%31.44
%33.33

CMYK color model

#95858D color CMYK value is (0,11,5,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 5.37%
  • key color value is 41.57%
CMYK:
(0,11,5,42)
C0M11Y5K42 
(0%,11%,5%,42%)
(0.00/0.11/0.05/0.42)	

CMYK percentages

%0
%10.74
%5.37
%41.57

Codes

Color #95858D in popluar color models

95858D
RGB149133141
HSL330°7.02%55.29%
HSB/HSV330°10.74%58.43%
CMYK0.00%10.74%5.37%
41.57%

Color #95858D in popluar number systems.

HEX95858D
Decimal149133141
Binary100101011000010110001101
Octal225205215

Shades and tints

Shades of #95858D

#95858D
(149,133,141)
#887981
(136,121,129)
#7B6D75
(123,109,117)
#6E6169
(110,97,105)
#61555D
(97,85,93)
#544951
(84,73,81)
#473D45
(71,61,69)
#3A3139
(58,49,57)
#2D252D
(45,37,45)
#201921
(32,25,33)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #95858D

#95858D
(149,133,141)
#9E9097
(158,144,151)
#A79BA1
(167,155,161)
#B0A6AB
(176,166,171)
#B9B1B5
(185,177,181)
#C2BCBF
(194,188,191)
#CBC7C9
(203,199,201)
#D4D2D3
(212,210,211)
#DDDDDD
(221,221,221)
#E6E8E7
(230,232,231)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95858D; }

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

This text font color is #95858D.


Background Color

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

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

This div background color is #95858D.


Border color

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

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

This div border color is #95858D.


Opacity

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

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

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

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

This text has shadow with #95858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95858D on black background.


Color preview on white background

This text has color #95858D on white background.



Black color preview on #95858D background

This text has black color on #95858D background.


White color preview on #95858D background

This text has white color on #95858D background.