COLOR #908E8D

HEX: #908E8D
RGB: (144,142,141)

Color info

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

RGB color model

#908E8D color RGB value is (144,142,141).

  • red value is 144;
  • green value is 142;
  • blue value is 141.
RGB:
(144,142,141)
(56%,56%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 141 of 255 = 55%

144
142
141

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

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 141 = 427 (100%)
R 144 of 427 ~ 33.72%
G 142 of 427 ~ 33.26%
B 141 of 427 ~ 33.02%

%33.72
%33.26
%33.02

CMYK color model

#908E8D color CMYK value is (0,1,2,44).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(0,1,2,44)
C0M1Y2K44 
(0%,1%,2%,44%)
(0.00/0.01/0.02/0.44)	

CMYK percentages

%0
%1.39
%2.08
%43.53

Codes

Color #908E8D in popluar color models

908E8D
RGB144142141
HSL20°1.33%55.88%
HSB/HSV20°2.08%56.47%
CMYK0.00%1.39%2.08%
43.53%

Color #908E8D in popluar number systems.

HEX908E8D
Decimal144142141
Binary100100001000111010001101
Octal220216215

Shades and tints

Shades of #908E8D

#908E8D
(144,142,141)
#838281
(131,130,129)
#767675
(118,118,117)
#696A69
(105,106,105)
#5C5E5D
(92,94,93)
#4F5251
(79,82,81)
#424645
(66,70,69)
#353A39
(53,58,57)
#282E2D
(40,46,45)
#1B2221
(27,34,33)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #908E8D

#908E8D
(144,142,141)
#9A9897
(154,152,151)
#A4A2A1
(164,162,161)
#AEACAB
(174,172,171)
#B8B6B5
(184,182,181)
#C2C0BF
(194,192,191)
#CCCAC9
(204,202,201)
#D6D4D3
(214,212,211)
#E0DEDD
(224,222,221)
#EAE8E7
(234,232,231)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908E8D color. Also use rgb(144,142,141) instead hex code.

Text Font Color

.myTextColor { color: #908E8D; }

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

This text font color is #908E8D.


Background Color

.myBgColor { background-color: #908E8D; }

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

This div background color is #908E8D.


Border color

.myBorderColor { border: 1px solid #908E8D; }

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

This div border color is #908E8D.


Opacity

.myOpacity80 { color: #908E8D; opacity: 0.8; }

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

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

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

This text has shadow with #908E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908E8D on black background.


Color preview on white background

This text has color #908E8D on white background.



Black color preview on #908E8D background

This text has black color on #908E8D background.


White color preview on #908E8D background

This text has white color on #908E8D background.