COLOR #909588

HEX: #909588 RGB: (144,149,136)

Color info

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

RGB color model

#909588 color RGB value is (144,149,136).

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

RGB channels and saturation

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

144
149
136

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

Portions of RGB colors in percentages

R + G + B = 144 + 149 + 136 = 429 (100%)
R 144 of 429 ~ 33.57%
G 149 of 429 ~ 34.73%
B 136 of 429 ~ 31.7'%

%33.57
%34.73
%31.7

CMYK color model

#909588 color CMYK value is (3,0,9,42).

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

CMYK: (3,0,9,42)
C3M0Y9K42 (3%, 0%, 9%, 42%)
(0.03 / 0.00 / 0.09 / 0.42)

CMYK percentages

%3.36
%0
%8.72
%41.57

Codes

Color #909588 in popluar color models

90 95 88
RGB 144 149 136
HSL 83° 5.78% 55.88%
HSB/HSV 83° 8.72% 58.43%
CMYK 3.36% 0.00% 8.72%
41.57%

Color #909588 in popluar number systems.

HEX 90 95 88
Decimal 144 149 136
Binary 10010000 10010101 10001000
Octal 220 225 210

Shades and tints

Shades of #909588

#909588
(144,149,136)
#83887C
(131,136,124)
#767B70
(118,123,112)
#696E64
(105,110,100)
#5C6158
(92,97,88)
#4F544C
(79,84,76)
#424740
(66,71,64)
#353A34
(53,58,52)
#282D28
(40,45,40)
#1B201C
(27,32,28)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #909588

#909588
(144,149,136)
#9A9E92
(154,158,146)
#A4A79C
(164,167,156)
#AEB0A6
(174,176,166)
#B8B9B0
(184,185,176)
#C2C2BA
(194,194,186)
#CCCBC4
(204,203,196)
#D6D4CE
(214,212,206)
#E0DDD8
(224,221,216)
#EAE6E2
(234,230,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #909588; }

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

This text font color is #909588.

Background Color

.myBgColor { background-color: #909588; }

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

This div background color is #909588.

Border color

.myBorderColor { border: 1px solid #909588; }

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

This div border color is #909588.

Opacity

.myOpacity80 { color: #909588; opacity: 0.8; }

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

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

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

This text has shadow with #909588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #909588.

Preview

Color preview on black background

This text has color #909588 on black background.


Color preview on white background

This text has color #909588 on white background.


Black color preview on #909588 background

This text has black color on #909588 background.


White color preview on #909588 background

This text has white color on #909588 background.


Related colors

Complementary color

Complementary color for #hex is #6F6A77.


I love getcolorcode.com

Triadic colors

1 #889095 and #958890 with #909588 are triadic colors.

2 #889590 and #959088 with #909588 are triadic colors.