COLOR #95999D

HEX: #95999D RGB: (149,153,157)

Color info

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

RGB color model

#95999D color RGB value is (149,153,157).

RGB: (149,153,157) (58%, 60%, 62%)

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 157 of 255 = 62%

149
153
157

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

Portions of RGB colors in percentages

R + G + B = 149 + 153 + 157 = 459 (100%)
R 149 of 459 ~ 32.46%
G 153 of 459 ~ 33.33%
B 157 of 459 ~ 34.2'%

%32.46
%33.33
%34.2

CMYK color model

#95999D color CMYK value is (5,3,0,38).

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

CMYK: (5,3,0,38)
C5M3Y0K38 (5%, 3%, 0%, 38%)
(0.05 / 0.03 / 0.00 / 0.38)

CMYK percentages

%5.1
%2.55
%0
%38.43

Codes

Color #95999D in popluar color models

95 99 9D
RGB 149 153 157
HSL 210° 3.92% 60.00%
HSB/HSV 210° 5.10% 61.57%
CMYK 5.10% 2.55% 0.00%
38.43%

Color #95999D in popluar number systems.

HEX 95 99 9D
Decimal 149 153 157
Binary 10010101 10011001 10011101
Octal 225 231 235

Shades and tints

Shades of #95999D

#95999D
(149,153,157)
#888C8F
(136,140,143)
#7B7F81
(123,127,129)
#6E7273
(110,114,115)
#616565
(97,101,101)
#545857
(84,88,87)
#474B49
(71,75,73)
#3A3E3B
(58,62,59)
#2D312D
(45,49,45)
#20241F
(32,36,31)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #95999D

#95999D
(149,153,157)
#9EA2A5
(158,162,165)
#A7ABAD
(167,171,173)
#B0B4B5
(176,180,181)
#B9BDBD
(185,189,189)
#C2C6C5
(194,198,197)
#CBCFCD
(203,207,205)
#D4D8D5
(212,216,213)
#DDE1DD
(221,225,221)
#E6EAE5
(230,234,229)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95999D; }

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

This text font color is #95999D.

Background Color

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

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

This div background color is #95999D.

Border color

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

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

This div border color is #95999D.

Opacity

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

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

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

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

This text has shadow with #95999D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95999D.

Preview

Color preview on black background

This text has color #95999D on black background.


Color preview on white background

This text has color #95999D on white background.


Black color preview on #95999D background

This text has black color on #95999D background.


White color preview on #95999D background

This text has white color on #95999D background.


Related colors

Complementary color

Complementary color for #hex is #6A6662.


I love getcolorcode.com

Triadic colors

1 #9D9599 and #999D95 with #95999D are triadic colors.

2 #9D9995 and #99959D with #95999D are triadic colors.