COLOR #393E5A

HEX: #393E5A RGB: (57,62,90)

Color info

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

RGB color model

#393E5A color RGB value is (57,62,90).

RGB: (57,62,90) (22%, 24%, 35%)

RGB channels and saturation

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

57
62
90

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

Portions of RGB colors in percentages

R + G + B = 57 + 62 + 90 = 209 (100%)
R 57 of 209 ~ 27.27%
G 62 of 209 ~ 29.67%
B 90 of 209 ~ 43.06'%

%27.27
%29.67
%43.06

CMYK color model

#393E5A color CMYK value is (37,31,0,65).

  • cyan value is 36.67%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (37,31,0,65)
C37M31Y0K65 (37%, 31%, 0%, 65%)
(0.37 / 0.31 / 0.00 / 0.65)

CMYK percentages

%36.67
%31.11
%0
%64.71

Codes

Color #393E5A in popluar color models

39 3E 5A
RGB 57 62 90
HSL 231° 22.45% 28.82%
HSB/HSV 231° 36.67% 35.29%
CMYK 36.67% 31.11% 0.00%
64.71%

Color #393E5A in popluar number systems.

HEX 39 3E 5A
Decimal 57 62 90
Binary 111001 111110 1011010
Octal 71 76 132

Shades and tints

Shades of #393E5A

#393E5A
(57,62,90)
#343952
(52,57,82)
#2F344A
(47,52,74)
#2A2F42
(42,47,66)
#252A3A
(37,42,58)
#202532
(32,37,50)
#1B202A
(27,32,42)
#161B22
(22,27,34)
#11161A
(17,22,26)
#0C1112
(12,17,18)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #393E5A

#393E5A
(57,62,90)
#4B4F69
(75,79,105)
#5D6078
(93,96,120)
#6F7187
(111,113,135)
#818296
(129,130,150)
#9393A5
(147,147,165)
#A5A4B4
(165,164,180)
#B7B5C3
(183,181,195)
#C9C6D2
(201,198,210)
#DBD7E1
(219,215,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E5A; }

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

This text font color is #393E5A.

Background Color

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

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

This div background color is #393E5A.

Border color

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

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

This div border color is #393E5A.

Opacity

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

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

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

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

This text has shadow with #393E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393E5A.

Preview

Color preview on black background

This text has color #393E5A on black background.


Color preview on white background

This text has color #393E5A on white background.


Black color preview on #393E5A background

This text has black color on #393E5A background.


White color preview on #393E5A background

This text has white color on #393E5A background.


Related colors

Complementary color

Complementary color for #hex is #C6C1A5.


I love getcolorcode.com

Triadic colors

1 #5A393E and #3E5A39 with #393E5A are triadic colors.

2 #5A3E39 and #3E395A with #393E5A are triadic colors.