COLOR #908387

HEX: #908387
RGB: (144,131,135)

Color info

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

RGB color model

#908387 color RGB value is (144,131,135).

  • red value is 144;
  • green value is 131;
  • blue value is 135.
RGB:
(144,131,135)
(56%,51%,53%)

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 135 of 255 = 53%

144
131
135

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

Portions of RGB colors in percentages

R + G + B =
144 + 131 + 135 = 410 (100%)
R 144 of 410 ~ 35.12%
G 131 of 410 ~ 31.95%
B 135 of 410 ~ 32.93%

%35.12
%31.95
%32.93

CMYK color model

#908387 color CMYK value is (0,9,6,44).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 6.25%
  • key color value is 43.53%
CMYK:
(0,9,6,44)
C0M9Y6K44 
(0%,9%,6%,44%)
(0.00/0.09/0.06/0.44)	

CMYK percentages

%0
%9.03
%6.25
%43.53

Codes

Color #908387 in popluar color models

908387
RGB144131135
HSL342°5.53%53.92%
HSB/HSV342°9.03%56.47%
CMYK0.00%9.03%6.25%
43.53%

Color #908387 in popluar number systems.

HEX908387
Decimal144131135
Binary100100001000001110000111
Octal220203207

Shades and tints

Shades of #908387

#908387
(144,131,135)
#83787B
(131,120,123)
#766D6F
(118,109,111)
#696263
(105,98,99)
#5C5757
(92,87,87)
#4F4C4B
(79,76,75)
#42413F
(66,65,63)
#353633
(53,54,51)
#282B27
(40,43,39)
#1B201B
(27,32,27)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #908387

#908387
(144,131,135)
#9A8E91
(154,142,145)
#A4999B
(164,153,155)
#AEA4A5
(174,164,165)
#B8AFAF
(184,175,175)
#C2BAB9
(194,186,185)
#CCC5C3
(204,197,195)
#D6D0CD
(214,208,205)
#E0DBD7
(224,219,215)
#EAE6E1
(234,230,225)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908387 color. Also use rgb(144,131,135) instead hex code.

Text Font Color

.myTextColor { color: #908387; }

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

This text font color is #908387.


Background Color

.myBgColor { background-color: #908387; }

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

This div background color is #908387.


Border color

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

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

This div border color is #908387.


Opacity

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

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

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

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

This text has shadow with #908387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908387 on black background.


Color preview on white background

This text has color #908387 on white background.



Black color preview on #908387 background

This text has black color on #908387 background.


White color preview on #908387 background

This text has white color on #908387 background.