COLOR #929499

HEX: #929499
RGB: (146,148,153)

Color info

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

RGB color model

#929499 color RGB value is (146,148,153).

  • red value is 146;
  • green value is 148;
  • blue value is 153.
RGB:
(146,148,153)
(57%,58%,60%)

RGB channels and saturation

R 146 of 255 = 57%
G 148 of 255 = 58%
B 153 of 255 = 60%

146
148
153

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

Portions of RGB colors in percentages

R + G + B =
146 + 148 + 153 = 447 (100%)
R 146 of 447 ~ 32.66%
G 148 of 447 ~ 33.11%
B 153 of 447 ~ 34.23%

%32.66
%33.11
%34.23

CMYK color model

#929499 color CMYK value is (5,3,0,40).

  • cyan value is 4.58%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(5,3,0,40)
C5M3Y0K40 
(5%,3%,0%,40%)
(0.05/0.03/0.00/0.40)	

CMYK percentages

%4.58
%3.27
%0
%40

Codes

Color #929499 in popluar color models

929499
RGB146148153
HSL223°3.32%58.63%
HSB/HSV223°4.58%60.00%
CMYK4.58%3.27%0.00%
40.00%

Color #929499 in popluar number systems.

HEX929499
Decimal146148153
Binary100100101001010010011001
Octal222224231

Shades and tints

Shades of #929499

#929499
(146,148,153)
#85878C
(133,135,140)
#787A7F
(120,122,127)
#6B6D72
(107,109,114)
#5E6065
(94,96,101)
#515358
(81,83,88)
#44464B
(68,70,75)
#37393E
(55,57,62)
#2A2C31
(42,44,49)
#1D1F24
(29,31,36)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #929499

#929499
(146,148,153)
#9B9DA2
(155,157,162)
#A4A6AB
(164,166,171)
#ADAFB4
(173,175,180)
#B6B8BD
(182,184,189)
#BFC1C6
(191,193,198)
#C8CACF
(200,202,207)
#D1D3D8
(209,211,216)
#DADCE1
(218,220,225)
#E3E5EA
(227,229,234)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929499; }

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

This text font color is #929499.


Background Color

.myBgColor { background-color: #929499; }

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

This div background color is #929499.


Border color

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

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

This div border color is #929499.


Opacity

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

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

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

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

This text has shadow with #929499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929499 on black background.


Color preview on white background

This text has color #929499 on white background.



Black color preview on #929499 background

This text has black color on #929499 background.


White color preview on #929499 background

This text has white color on #929499 background.