COLOR #928992

HEX: #928992
RGB: (146,137,146)

Color info

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

RGB color model

#928992 color RGB value is (146,137,146).

  • red value is 146;
  • green value is 137;
  • blue value is 146.
RGB:
(146,137,146)
(57%,54%,57%)

RGB channels and saturation

R 146 of 255 = 57%
G 137 of 255 = 54%
B 146 of 255 = 57%

146
137
146

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

Portions of RGB colors in percentages

R + G + B =
146 + 137 + 146 = 429 (100%)
R 146 of 429 ~ 34.03%
G 137 of 429 ~ 31.93%
B 146 of 429 ~ 34.03%

%34.03
%31.93
%34.03

CMYK color model

#928992 color CMYK value is (0,6,0,43).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(0,6,0,43)
C0M6Y0K43 
(0%,6%,0%,43%)
(0.00/0.06/0.00/0.43)	

CMYK percentages

%0
%6.16
%0
%42.75

Codes

Color #928992 in popluar color models

928992
RGB146137146
HSL300°3.96%55.49%
HSB/HSV300°6.16%57.25%
CMYK0.00%6.16%0.00%
42.75%

Color #928992 in popluar number systems.

HEX928992
Decimal146137146
Binary100100101000100110010010
Octal222211222

Shades and tints

Shades of #928992

#928992
(146,137,146)
#857D85
(133,125,133)
#787178
(120,113,120)
#6B656B
(107,101,107)
#5E595E
(94,89,94)
#514D51
(81,77,81)
#444144
(68,65,68)
#373537
(55,53,55)
#2A292A
(42,41,42)
#1D1D1D
(29,29,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #928992

#928992
(146,137,146)
#9B939B
(155,147,155)
#A49DA4
(164,157,164)
#ADA7AD
(173,167,173)
#B6B1B6
(182,177,182)
#BFBBBF
(191,187,191)
#C8C5C8
(200,197,200)
#D1CFD1
(209,207,209)
#DAD9DA
(218,217,218)
#E3E3E3
(227,227,227)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928992; }

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

This text font color is #928992.


Background Color

.myBgColor { background-color: #928992; }

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

This div background color is #928992.


Border color

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

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

This div border color is #928992.


Opacity

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

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

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

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

This text has shadow with #928992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928992 on black background.


Color preview on white background

This text has color #928992 on white background.



Black color preview on #928992 background

This text has black color on #928992 background.


White color preview on #928992 background

This text has white color on #928992 background.