COLOR #95888E

HEX: #95888E RGB: (149,136,142)

Color info

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

RGB color model

#95888E color RGB value is (149,136,142).

RGB: (149,136,142) (58%, 53%, 56%)

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 142 of 255 = 56%

149
136
142

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

Portions of RGB colors in percentages

R + G + B = 149 + 136 + 142 = 427 (100%)
R 149 of 427 ~ 34.89%
G 136 of 427 ~ 31.85%
B 142 of 427 ~ 33.26'%

%34.89
%31.85
%33.26

CMYK color model

#95888E color CMYK value is (0,9,5,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 4.70%
  • key color value is 41.57%

CMYK: (0,9,5,42)
C0M9Y5K42 (0%, 9%, 5%, 42%)
(0.00 / 0.09 / 0.05 / 0.42)

CMYK percentages

%0
%8.72
%4.7
%41.57

Codes

Color #95888E in popluar color models

95 88 8E
RGB 149 136 142
HSL 332° 5.78% 55.88%
HSB/HSV 332° 8.72% 58.43%
CMYK 0.00% 8.72% 4.70%
41.57%

Color #95888E in popluar number systems.

HEX 95 88 8E
Decimal 149 136 142
Binary 10010101 10001000 10001110
Octal 225 210 216

Shades and tints

Shades of #95888E

#95888E
(149,136,142)
#887C82
(136,124,130)
#7B7076
(123,112,118)
#6E646A
(110,100,106)
#61585E
(97,88,94)
#544C52
(84,76,82)
#474046
(71,64,70)
#3A343A
(58,52,58)
#2D282E
(45,40,46)
#201C22
(32,28,34)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #95888E

#95888E
(149,136,142)
#9E9298
(158,146,152)
#A79CA2
(167,156,162)
#B0A6AC
(176,166,172)
#B9B0B6
(185,176,182)
#C2BAC0
(194,186,192)
#CBC4CA
(203,196,202)
#D4CED4
(212,206,212)
#DDD8DE
(221,216,222)
#E6E2E8
(230,226,232)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95888E color. Also use rgb(149,136,142) instead hex code.

Text Font Color

.myTextColor { color: #95888E; }

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

This text font color is #95888E.

Background Color

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

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

This div background color is #95888E.

Border color

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

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

This div border color is #95888E.

Opacity

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

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

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

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

This text has shadow with #95888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95888E.

Preview

Color preview on black background

This text has color #95888E on black background.


Color preview on white background

This text has color #95888E on white background.


Black color preview on #95888E background

This text has black color on #95888E background.


White color preview on #95888E background

This text has white color on #95888E background.


Related colors

Complementary color

Complementary color for #hex is #6A7771.


I love getcolorcode.com

Triadic colors

1 #8E9588 and #888E95 with #95888E are triadic colors.

2 #8E8895 and #88958E with #95888E are triadic colors.