COLOR #908492

HEX: #908492
RGB: (144,132,146)

Color info

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

RGB color model

#908492 color RGB value is (144,132,146).

  • red value is 144;
  • green value is 132;
  • blue value is 146.
RGB:
(144,132,146)
(56%,52%,57%)

RGB channels and saturation

R 144 of 255 = 56%
G 132 of 255 = 52%
B 146 of 255 = 57%

144
132
146

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

Portions of RGB colors in percentages

R + G + B =
144 + 132 + 146 = 422 (100%)
R 144 of 422 ~ 34.12%
G 132 of 422 ~ 31.28%
B 146 of 422 ~ 34.6%

%34.12
%31.28
%34.6

CMYK color model

#908492 color CMYK value is (1,10,0,43).

  • cyan value is 1.37%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(1,10,0,43)
C1M10Y0K43 
(1%,10%,0%,43%)
(0.01/0.10/0.00/0.43)	

CMYK percentages

%1.37
%9.59
%0
%42.75

Codes

Color #908492 in popluar color models

908492
RGB144132146
HSL291°6.03%54.51%
HSB/HSV291°9.59%57.25%
CMYK1.37%9.59%0.00%
42.75%

Color #908492 in popluar number systems.

HEX908492
Decimal144132146
Binary100100001000010010010010
Octal220204222

Shades and tints

Shades of #908492

#908492
(144,132,146)
#837885
(131,120,133)
#766C78
(118,108,120)
#69606B
(105,96,107)
#5C545E
(92,84,94)
#4F4851
(79,72,81)
#423C44
(66,60,68)
#353037
(53,48,55)
#28242A
(40,36,42)
#1B181D
(27,24,29)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #908492

#908492
(144,132,146)
#9A8F9B
(154,143,155)
#A49AA4
(164,154,164)
#AEA5AD
(174,165,173)
#B8B0B6
(184,176,182)
#C2BBBF
(194,187,191)
#CCC6C8
(204,198,200)
#D6D1D1
(214,209,209)
#E0DCDA
(224,220,218)
#EAE7E3
(234,231,227)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908492 color. Also use rgb(144,132,146) instead hex code.

Text Font Color

.myTextColor { color: #908492; }

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

This text font color is #908492.


Background Color

.myBgColor { background-color: #908492; }

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

This div background color is #908492.


Border color

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

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

This div border color is #908492.


Opacity

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

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

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

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

This text has shadow with #908492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908492 on black background.


Color preview on white background

This text has color #908492 on white background.



Black color preview on #908492 background

This text has black color on #908492 background.


White color preview on #908492 background

This text has white color on #908492 background.