COLOR #938393

HEX: #938393
RGB: (147,131,147)

Color info

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

RGB color model

#938393 color RGB value is (147,131,147).

  • red value is 147;
  • green value is 131;
  • blue value is 147.
RGB:
(147,131,147)
(58%,51%,58%)

RGB channels and saturation

R 147 of 255 = 58%
G 131 of 255 = 51%
B 147 of 255 = 58%

147
131
147

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

Portions of RGB colors in percentages

R + G + B =
147 + 131 + 147 = 425 (100%)
R 147 of 425 ~ 34.59%
G 131 of 425 ~ 30.82%
B 147 of 425 ~ 34.59%

%34.59
%30.82
%34.59

CMYK color model

#938393 color CMYK value is (0,11,0,42).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(0,11,0,42)
C0M11Y0K42 
(0%,11%,0%,42%)
(0.00/0.11/0.00/0.42)	

CMYK percentages

%0
%10.88
%0
%42.35

Codes

Color #938393 in popluar color models

938393
RGB147131147
HSL300°6.90%54.51%
HSB/HSV300°10.88%57.65%
CMYK0.00%10.88%0.00%
42.35%

Color #938393 in popluar number systems.

HEX938393
Decimal147131147
Binary100100111000001110010011
Octal223203223

Shades and tints

Shades of #938393

#938393
(147,131,147)
#867886
(134,120,134)
#796D79
(121,109,121)
#6C626C
(108,98,108)
#5F575F
(95,87,95)
#524C52
(82,76,82)
#454145
(69,65,69)
#383638
(56,54,56)
#2B2B2B
(43,43,43)
#1E201E
(30,32,30)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #938393

#938393
(147,131,147)
#9C8E9C
(156,142,156)
#A599A5
(165,153,165)
#AEA4AE
(174,164,174)
#B7AFB7
(183,175,183)
#C0BAC0
(192,186,192)
#C9C5C9
(201,197,201)
#D2D0D2
(210,208,210)
#DBDBDB
(219,219,219)
#E4E6E4
(228,230,228)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938393; }

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

This text font color is #938393.


Background Color

.myBgColor { background-color: #938393; }

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

This div background color is #938393.


Border color

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

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

This div border color is #938393.


Opacity

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

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

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

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

This text has shadow with #938393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938393 on black background.


Color preview on white background

This text has color #938393 on white background.



Black color preview on #938393 background

This text has black color on #938393 background.


White color preview on #938393 background

This text has white color on #938393 background.