COLOR #393E55

HEX: #393E55
RGB: (57,62,85)

Color info

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

RGB color model

#393E55 color RGB value is (57,62,85).

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

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 85 of 255 = 33%

57
62
85

R + G + B ~ 26%. #393E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 85 = 204 (100%)
R 57 of 204 ~ 27.94%
G 62 of 204 ~ 30.39%
B 85 of 204 ~ 41.67%

%27.94
%30.39
%41.67

CMYK color model

#393E55 color CMYK value is (33,27,0,67).

  • cyan value is 32.94%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(33,27,0,67)
C33M27Y0K67 
(33%,27%,0%,67%)
(0.33/0.27/0.00/0.67)	

CMYK percentages

%32.94
%27.06
%0
%66.67

Codes

Color #393E55 in popluar color models

393E55
RGB576285
HSL229°19.72%27.84%
HSB/HSV229°32.94%33.33%
CMYK32.94%27.06%0.00%
66.67%

Color #393E55 in popluar number systems.

HEX393E55
Decimal576285
Binary1110011111101010101
Octal7176125

Shades and tints

Shades of #393E55

#393E55
(57,62,85)
#34394E
(52,57,78)
#2F3447
(47,52,71)
#2A2F40
(42,47,64)
#252A39
(37,42,57)
#202532
(32,37,50)
#1B202B
(27,32,43)
#161B24
(22,27,36)
#11161D
(17,22,29)
#0C1116
(12,17,22)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #393E55

#393E55
(57,62,85)
#4B4F64
(75,79,100)
#5D6073
(93,96,115)
#6F7182
(111,113,130)
#818291
(129,130,145)
#9393A0
(147,147,160)
#A5A4AF
(165,164,175)
#B7B5BE
(183,181,190)
#C9C6CD
(201,198,205)
#DBD7DC
(219,215,220)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E55; }

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

This text font color is #393E55.


Background Color

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

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

This div background color is #393E55.


Border color

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

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

This div border color is #393E55.


Opacity

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

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

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

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

This text has shadow with #393E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E55 on black background.


Color preview on white background

This text has color #393E55 on white background.



Black color preview on #393E55 background

This text has black color on #393E55 background.


White color preview on #393E55 background

This text has white color on #393E55 background.