COLOR #908593

HEX: #908593
RGB: (144,133,147)

Color info

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

RGB color model

#908593 color RGB value is (144,133,147).

  • red value is 144;
  • green value is 133;
  • blue value is 147.
RGB:
(144,133,147)
(56%,52%,58%)

RGB channels and saturation

R 144 of 255 = 56%
G 133 of 255 = 52%
B 147 of 255 = 58%

144
133
147

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

Portions of RGB colors in percentages

R + G + B =
144 + 133 + 147 = 424 (100%)
R 144 of 424 ~ 33.96%
G 133 of 424 ~ 31.37%
B 147 of 424 ~ 34.67%

%33.96
%31.37
%34.67

CMYK color model

#908593 color CMYK value is (2,10,0,42).

  • cyan value is 2.04%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(2,10,0,42)
C2M10Y0K42 
(2%,10%,0%,42%)
(0.02/0.10/0.00/0.42)	

CMYK percentages

%2.04
%9.52
%0
%42.35

Codes

Color #908593 in popluar color models

908593
RGB144133147
HSL287°6.09%54.90%
HSB/HSV287°9.52%57.65%
CMYK2.04%9.52%0.00%
42.35%

Color #908593 in popluar number systems.

HEX908593
Decimal144133147
Binary100100001000010110010011
Octal220205223

Shades and tints

Shades of #908593

#908593
(144,133,147)
#837986
(131,121,134)
#766D79
(118,109,121)
#69616C
(105,97,108)
#5C555F
(92,85,95)
#4F4952
(79,73,82)
#423D45
(66,61,69)
#353138
(53,49,56)
#28252B
(40,37,43)
#1B191E
(27,25,30)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #908593

#908593
(144,133,147)
#9A909C
(154,144,156)
#A49BA5
(164,155,165)
#AEA6AE
(174,166,174)
#B8B1B7
(184,177,183)
#C2BCC0
(194,188,192)
#CCC7C9
(204,199,201)
#D6D2D2
(214,210,210)
#E0DDDB
(224,221,219)
#EAE8E4
(234,232,228)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908593 color. Also use rgb(144,133,147) instead hex code.

Text Font Color

.myTextColor { color: #908593; }

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

This text font color is #908593.


Background Color

.myBgColor { background-color: #908593; }

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

This div background color is #908593.


Border color

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

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

This div border color is #908593.


Opacity

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

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

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

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

This text has shadow with #908593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908593 on black background.


Color preview on white background

This text has color #908593 on white background.



Black color preview on #908593 background

This text has black color on #908593 background.


White color preview on #908593 background

This text has white color on #908593 background.