COLOR #393E40

HEX: #393E40
RGB: (57,62,64)

Color info

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

RGB color model

#393E40 color RGB value is (57,62,64).

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

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 64 of 255 = 25%

57
62
64

R + G + B ~ 24%. #393E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 64 = 183 (100%)
R 57 of 183 ~ 31.15%
G 62 of 183 ~ 33.88%
B 64 of 183 ~ 34.97%

%31.15
%33.88
%34.97

CMYK color model

#393E40 color CMYK value is (11,3,0,75).

  • cyan value is 10.94%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(11,3,0,75)
C11M3Y0K75 
(11%,3%,0%,75%)
(0.11/0.03/0.00/0.75)	

CMYK percentages

%10.94
%3.12
%0
%74.9

Codes

Color #393E40 in popluar color models

393E40
RGB576264
HSL197°5.79%23.73%
HSB/HSV197°10.94%25.10%
CMYK10.94%3.12%0.00%
74.90%

Color #393E40 in popluar number systems.

HEX393E40
Decimal576264
Binary1110011111101000000
Octal7176100

Shades and tints

Shades of #393E40

#393E40
(57,62,64)
#34393B
(52,57,59)
#2F3436
(47,52,54)
#2A2F31
(42,47,49)
#252A2C
(37,42,44)
#202527
(32,37,39)
#1B2022
(27,32,34)
#161B1D
(22,27,29)
#111618
(17,22,24)
#0C1113
(12,17,19)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #393E40

#393E40
(57,62,64)
#4B4F51
(75,79,81)
#5D6062
(93,96,98)
#6F7173
(111,113,115)
#818284
(129,130,132)
#939395
(147,147,149)
#A5A4A6
(165,164,166)
#B7B5B7
(183,181,183)
#C9C6C8
(201,198,200)
#DBD7D9
(219,215,217)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E40; }

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

This text font color is #393E40.


Background Color

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

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

This div background color is #393E40.


Border color

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

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

This div border color is #393E40.


Opacity

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

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

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

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

This text has shadow with #393E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E40 on black background.


Color preview on white background

This text has color #393E40 on white background.



Black color preview on #393E40 background

This text has black color on #393E40 background.


White color preview on #393E40 background

This text has white color on #393E40 background.