COLOR #929493

HEX: #929493
RGB: (146,148,147)

Color info

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

RGB color model

#929493 color RGB value is (146,148,147).

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

RGB channels and saturation

R 146 of 255 = 57%
G 148 of 255 = 58%
B 147 of 255 = 58%

146
148
147

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

Portions of RGB colors in percentages

R + G + B =
146 + 148 + 147 = 441 (100%)
R 146 of 441 ~ 33.11%
G 148 of 441 ~ 33.56%
B 147 of 441 ~ 33.33%

%33.11
%33.56
%33.33

CMYK color model

#929493 color CMYK value is (1,0,1,42).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 41.96%
CMYK:
(1,0,1,42)
C1M0Y1K42 
(1%,0%,1%,42%)
(0.01/0.00/0.01/0.42)	

CMYK percentages

%1.35
%0
%0.68
%41.96

Codes

Color #929493 in popluar color models

929493
RGB146148147
HSL150°0.93%57.65%
HSB/HSV150°1.35%58.04%
CMYK1.35%0.00%0.68%
41.96%

Color #929493 in popluar number systems.

HEX929493
Decimal146148147
Binary100100101001010010010011
Octal222224223

Shades and tints

Shades of #929493

#929493
(146,148,147)
#858786
(133,135,134)
#787A79
(120,122,121)
#6B6D6C
(107,109,108)
#5E605F
(94,96,95)
#515352
(81,83,82)
#444645
(68,70,69)
#373938
(55,57,56)
#2A2C2B
(42,44,43)
#1D1F1E
(29,31,30)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #929493

#929493
(146,148,147)
#9B9D9C
(155,157,156)
#A4A6A5
(164,166,165)
#ADAFAE
(173,175,174)
#B6B8B7
(182,184,183)
#BFC1C0
(191,193,192)
#C8CAC9
(200,202,201)
#D1D3D2
(209,211,210)
#DADCDB
(218,220,219)
#E3E5E4
(227,229,228)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929493; }

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

This text font color is #929493.


Background Color

.myBgColor { background-color: #929493; }

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

This div background color is #929493.


Border color

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

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

This div border color is #929493.


Opacity

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

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

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

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

This text has shadow with #929493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929493 on black background.


Color preview on white background

This text has color #929493 on white background.



Black color preview on #929493 background

This text has black color on #929493 background.


White color preview on #929493 background

This text has white color on #929493 background.