COLOR #393E76

HEX: #393E76 RGB: (57,62,118)

Color info

#393E76 contains mainly green and blue colors. Web safe color of #393E76 is #333366 (or #336).

RGB color model

#393E76 color RGB value is (57,62,118).

RGB: (57,62,118) (22%, 24%, 46%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 118 of 255 = 46%

57
62
118

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

Portions of RGB colors in percentages

R + G + B = 57 + 62 + 118 = 237 (100%)
R 57 of 237 ~ 24.05%
G 62 of 237 ~ 26.16%
B 118 of 237 ~ 49.79'%

%24.05
%26.16
%49.79

CMYK color model

#393E76 color CMYK value is (52,47,0,54).

  • cyan value is 51.69%
  • magenta value is 47.46%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (52,47,0,54)
C52M47Y0K54 (52%, 47%, 0%, 54%)
(0.52 / 0.47 / 0.00 / 0.54)

CMYK percentages

%51.69
%47.46
%0
%53.73

Codes

Color #393E76 in popluar color models

39 3E 76
RGB 57 62 118
HSL 235° 34.86% 34.31%
HSB/HSV 235° 51.69% 46.27%
CMYK 51.69% 47.46% 0.00%
53.73%

Color #393E76 in popluar number systems.

HEX 39 3E 76
Decimal 57 62 118
Binary 111001 111110 1110110
Octal 71 76 166

Shades and tints

Shades of #393E76

#393E76
(57,62,118)
#34396C
(52,57,108)
#2F3462
(47,52,98)
#2A2F58
(42,47,88)
#252A4E
(37,42,78)
#202544
(32,37,68)
#1B203A
(27,32,58)
#161B30
(22,27,48)
#111626
(17,22,38)
#0C111C
(12,17,28)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #393E76

#393E76
(57,62,118)
#4B4F82
(75,79,130)
#5D608E
(93,96,142)
#6F719A
(111,113,154)
#8182A6
(129,130,166)
#9393B2
(147,147,178)
#A5A4BE
(165,164,190)
#B7B5CA
(183,181,202)
#C9C6D6
(201,198,214)
#DBD7E2
(219,215,226)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E76; }

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

This text font color is #393E76.

Background Color

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

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

This div background color is #393E76.

Border color

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

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

This div border color is #393E76.

Opacity

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

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

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

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

This text has shadow with #393E76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393E76.

Preview

Color preview on black background

This text has color #393E76 on black background.


Color preview on white background

This text has color #393E76 on white background.


Black color preview on #393E76 background

This text has black color on #393E76 background.


White color preview on #393E76 background

This text has white color on #393E76 background.


Related colors

Complementary color

Complementary color for #hex is #C6C189.


I love getcolorcode.com

Triadic colors

1 #76393E and #3E7639 with #393E76 are triadic colors.

2 #763E39 and #3E3976 with #393E76 are triadic colors.