COLOR #393E7A

HEX: #393E7A RGB: (57,62,122)

Color info

#393E7A contains mainly blue color. Web safe color of #393E7A is #333366 (or #336).

RGB color model

#393E7A color RGB value is (57,62,122).

RGB: (57,62,122) (22%, 24%, 48%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 122 of 255 = 48%

57
62
122

R + G + B ~ 31%. #393E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 62 + 122 = 241 (100%)
R 57 of 241 ~ 23.65%
G 62 of 241 ~ 25.73%
B 122 of 241 ~ 50.62'%

%23.65
%25.73
%50.62

CMYK color model

#393E7A color CMYK value is (53,49,0,52).

  • cyan value is 53.28%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (53,49,0,52) C53M49Y0K52 (53%,49%,0%,52%) (0.53/0.49/0.00/0.52) 

CMYK percentages

%53.28
%49.18
%0
%52.16

Codes

Color #393E7A in popluar color models

39 3E 7A
RGB 57 62 122
HSL 235° 36.31% 35.10%
HSB/HSV 235° 53.28% 47.84%
CMYK 53.28% 49.18% 0.00%
52.16%

Color #393E7A in popluar number systems.

HEX 39 3E 7A
Decimal 57 62 122
Binary 111001 111110 1111010
Octal 71 76 172

Shades and tints

Shades of #393E7A

#393E7A
(57,62,122)
#34396F
(52,57,111)
#2F3464
(47,52,100)
#2A2F59
(42,47,89)
#252A4E
(37,42,78)
#202543
(32,37,67)
#1B2038
(27,32,56)
#161B2D
(22,27,45)
#111622
(17,22,34)
#0C1117
(12,17,23)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #393E7A

#393E7A
(57,62,122)
#4B4F86
(75,79,134)
#5D6092
(93,96,146)
#6F719E
(111,113,158)
#8182AA
(129,130,170)
#9393B6
(147,147,182)
#A5A4C2
(165,164,194)
#B7B5CE
(183,181,206)
#C9C6DA
(201,198,218)
#DBD7E6
(219,215,230)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E7A; }

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

This text font color is #393E7A.

Background Color

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

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

This div background color is #393E7A.

Border color

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

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

This div border color is #393E7A.

Opacity

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

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

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

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

This text has shadow with #393E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393E7A.

Preview

Color preview on black background

This text has color #393E7A on black background.


Color preview on white background

This text has color #393E7A on white background.


Black color preview on #393E7A background

This text has black color on #393E7A background.


White color preview on #393E7A background

This text has white color on #393E7A background.


Related colors

Complementary color

Complementary color for #hex is #C6C185.


I love getcolorcode.com

Triadic colors

1 #7A393E and #3E7A39 with #393E7A are triadic colors.

2 #7A3E39 and #3E397A with #393E7A are triadic colors.