COLOR #393E59

HEX: #393E59
RGB: (57,62,89)

Color info

#393E59 contains red, green and blue colors in about the same proportion. Web safe color of #393E59 is #333366 (or #336).

RGB color model

#393E59 color RGB value is (57,62,89).

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

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 89 of 255 = 35%

57
62
89

R + G + B ~ 27%. #393E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 89 = 208 (100%)
R 57 of 208 ~ 27.4%
G 62 of 208 ~ 29.81%
B 89 of 208 ~ 42.79%

%27.4
%29.81
%42.79

CMYK color model

#393E59 color CMYK value is (36,30,0,65).

  • cyan value is 35.96%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(36,30,0,65)
C36M30Y0K65 
(36%,30%,0%,65%)
(0.36/0.30/0.00/0.65)	

CMYK percentages

%35.96
%30.34
%0
%65.1

Codes

Color #393E59 in popluar color models

393E59
RGB576289
HSL231°21.92%28.63%
HSB/HSV231°35.96%34.90%
CMYK35.96%30.34%0.00%
65.10%

Color #393E59 in popluar number systems.

HEX393E59
Decimal576289
Binary1110011111101011001
Octal7176131

Shades and tints

Shades of #393E59

#393E59
(57,62,89)
#343951
(52,57,81)
#2F3449
(47,52,73)
#2A2F41
(42,47,65)
#252A39
(37,42,57)
#202531
(32,37,49)
#1B2029
(27,32,41)
#161B21
(22,27,33)
#111619
(17,22,25)
#0C1111
(12,17,17)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #393E59

#393E59
(57,62,89)
#4B4F68
(75,79,104)
#5D6077
(93,96,119)
#6F7186
(111,113,134)
#818295
(129,130,149)
#9393A4
(147,147,164)
#A5A4B3
(165,164,179)
#B7B5C2
(183,181,194)
#C9C6D1
(201,198,209)
#DBD7E0
(219,215,224)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E59; }

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

This text font color is #393E59.


Background Color

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

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

This div background color is #393E59.


Border color

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

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

This div border color is #393E59.


Opacity

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

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

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

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

This text has shadow with #393E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E59 on black background.


Color preview on white background

This text has color #393E59 on white background.



Black color preview on #393E59 background

This text has black color on #393E59 background.


White color preview on #393E59 background

This text has white color on #393E59 background.