COLOR #95999E

HEX: #95999E RGB: (149,153,158)

Color info

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

RGB color model

#95999E color RGB value is (149,153,158).

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

RGB channels and saturation

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

149
153
158

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

Portions of RGB colors in percentages

R + G + B = 149 + 153 + 158 = 460 (100%)
R 149 of 460 ~ 32.39%
G 153 of 460 ~ 33.26%
B 158 of 460 ~ 34.35'%

%32.39
%33.26
%34.35

CMYK color model

#95999E color CMYK value is (6,3,0,38).

  • cyan value is 5.70%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (6,3,0,38)
C6M3Y0K38 (6%, 3%, 0%, 38%)
(0.06 / 0.03 / 0.00 / 0.38)

CMYK percentages

%5.7
%3.16
%0
%38.04

Codes

Color #95999E in popluar color models

95 99 9E
RGB 149 153 158
HSL 213° 4.43% 60.20%
HSB/HSV 213° 5.70% 61.96%
CMYK 5.70% 3.16% 0.00%
38.04%

Color #95999E in popluar number systems.

HEX 95 99 9E
Decimal 149 153 158
Binary 10010101 10011001 10011110
Octal 225 231 236

Shades and tints

Shades of #95999E

#95999E
(149,153,158)
#888C90
(136,140,144)
#7B7F82
(123,127,130)
#6E7274
(110,114,116)
#616566
(97,101,102)
#545858
(84,88,88)
#474B4A
(71,75,74)
#3A3E3C
(58,62,60)
#2D312E
(45,49,46)
#202420
(32,36,32)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #95999E

#95999E
(149,153,158)
#9EA2A6
(158,162,166)
#A7ABAE
(167,171,174)
#B0B4B6
(176,180,182)
#B9BDBE
(185,189,190)
#C2C6C6
(194,198,198)
#CBCFCE
(203,207,206)
#D4D8D6
(212,216,214)
#DDE1DE
(221,225,222)
#E6EAE6
(230,234,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95999E; }

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

This text font color is #95999E.

Background Color

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

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

This div background color is #95999E.

Border color

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

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

This div border color is #95999E.

Opacity

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

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

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

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

This text has shadow with #95999E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95999E.

Preview

Color preview on black background

This text has color #95999E on black background.


Color preview on white background

This text has color #95999E on white background.


Black color preview on #95999E background

This text has black color on #95999E background.


White color preview on #95999E background

This text has white color on #95999E background.


Related colors

Complementary color

Complementary color for #hex is #6A6661.


I love getcolorcode.com

Triadic colors

1 #9E9599 and #999E95 with #95999E are triadic colors.

2 #9E9995 and #99959E with #95999E are triadic colors.