COLOR #95939D

HEX: #95939D RGB: (149,147,157)

Color info

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

RGB color model

#95939D color RGB value is (149,147,157).

RGB: (149,147,157) (58%, 58%, 62%)

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 157 of 255 = 62%

149
147
157

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

Portions of RGB colors in percentages

R + G + B = 149 + 147 + 157 = 453 (100%)
R 149 of 453 ~ 32.89%
G 147 of 453 ~ 32.45%
B 157 of 453 ~ 34.66'%

%32.89
%32.45
%34.66

CMYK color model

#95939D color CMYK value is (5,6,0,38).

  • cyan value is 5.10%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (5,6,0,38)
C5M6Y0K38 (5%, 6%, 0%, 38%)
(0.05 / 0.06 / 0.00 / 0.38)

CMYK percentages

%5.1
%6.37
%0
%38.43

Codes

Color #95939D in popluar color models

95 93 9D
RGB 149 147 157
HSL 252° 4.85% 59.61%
HSB/HSV 252° 6.37% 61.57%
CMYK 5.10% 6.37% 0.00%
38.43%

Color #95939D in popluar number systems.

HEX 95 93 9D
Decimal 149 147 157
Binary 10010101 10010011 10011101
Octal 225 223 235

Shades and tints

Shades of #95939D

#95939D
(149,147,157)
#88868F
(136,134,143)
#7B7981
(123,121,129)
#6E6C73
(110,108,115)
#615F65
(97,95,101)
#545257
(84,82,87)
#474549
(71,69,73)
#3A383B
(58,56,59)
#2D2B2D
(45,43,45)
#201E1F
(32,30,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #95939D

#95939D
(149,147,157)
#9E9CA5
(158,156,165)
#A7A5AD
(167,165,173)
#B0AEB5
(176,174,181)
#B9B7BD
(185,183,189)
#C2C0C5
(194,192,197)
#CBC9CD
(203,201,205)
#D4D2D5
(212,210,213)
#DDDBDD
(221,219,221)
#E6E4E5
(230,228,229)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95939D color. Also use rgb(149,147,157) instead hex code.

Text Font Color

.myTextColor { color: #95939D; }

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

This text font color is #95939D.

Background Color

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

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

This div background color is #95939D.

Border color

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

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

This div border color is #95939D.

Opacity

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

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

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

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

This text has shadow with #95939D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95939D.

Preview

Color preview on black background

This text has color #95939D on black background.


Color preview on white background

This text has color #95939D on white background.


Black color preview on #95939D background

This text has black color on #95939D background.


White color preview on #95939D background

This text has white color on #95939D background.


Related colors

Complementary color

Complementary color for #hex is #6A6C62.


I love getcolorcode.com

Triadic colors

1 #9D9593 and #939D95 with #95939D are triadic colors.

2 #9D9395 and #93959D with #95939D are triadic colors.