COLOR #393A40

HEX: #393A40
RGB: (57,58,64)

Color info

#393A40 contains red, green and blue colors in about the same proportion. Web safe color of #393A40 is #333333 (or #333).

RGB color model

#393A40 color RGB value is (57,58,64).

  • red value is 57;
  • green value is 58;
  • blue value is 64.
RGB:
(57,58,64)
(22%,23%,25%)

RGB channels and saturation

R 57 of 255 = 22%
G 58 of 255 = 23%
B 64 of 255 = 25%

57
58
64

R + G + B ~ 23%. #393A40 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 58 + 64 = 179 (100%)
R 57 of 179 ~ 31.84%
G 58 of 179 ~ 32.4%
B 64 of 179 ~ 35.75%

%31.84
%32.4
%35.75

CMYK color model

#393A40 color CMYK value is (11,9,0,75).

  • cyan value is 10.94%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(11,9,0,75)
C11M9Y0K75 
(11%,9%,0%,75%)
(0.11/0.09/0.00/0.75)	

CMYK percentages

%10.94
%9.38
%0
%74.9

Codes

Color #393A40 in popluar color models

393A40
RGB575864
HSL231°5.79%23.73%
HSB/HSV231°10.94%25.10%
CMYK10.94%9.38%0.00%
74.90%

Color #393A40 in popluar number systems.

HEX393A40
Decimal575864
Binary1110011110101000000
Octal7172100

Shades and tints

Shades of #393A40

#393A40
(57,58,64)
#34353B
(52,53,59)
#2F3036
(47,48,54)
#2A2B31
(42,43,49)
#25262C
(37,38,44)
#202127
(32,33,39)
#1B1C22
(27,28,34)
#16171D
(22,23,29)
#111218
(17,18,24)
#0C0D13
(12,13,19)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #393A40

#393A40
(57,58,64)
#4B4B51
(75,75,81)
#5D5C62
(93,92,98)
#6F6D73
(111,109,115)
#817E84
(129,126,132)
#938F95
(147,143,149)
#A5A0A6
(165,160,166)
#B7B1B7
(183,177,183)
#C9C2C8
(201,194,200)
#DBD3D9
(219,211,217)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393A40 color. Also use rgb(57,58,64) instead hex code.

Text Font Color

.myTextColor { color: #393A40; }

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

This text font color is #393A40.


Background Color

.myBgColor { background-color: #393A40; }

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

This div background color is #393A40.


Border color

.myBorderColor { border: 1px solid #393A40; }

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

This div border color is #393A40.


Opacity

.myOpacity80 { color: #393A40; opacity: 0.8; }

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

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

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

This text has shadow with #393A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393A40 on black background.


Color preview on white background

This text has color #393A40 on white background.



Black color preview on #393A40 background

This text has black color on #393A40 background.


White color preview on #393A40 background

This text has white color on #393A40 background.