COLOR #394D7F

HEX: #394D7F RGB: (57,77,127)

Color info

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

RGB color model

#394D7F color RGB value is (57,77,127).

RGB: (57,77,127) (22%, 30%, 50%)

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 127 of 255 = 50%

57
77
127

R + G + B ~ 34%. #394D7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 77 + 127 = 261 (100%)
R 57 of 261 ~ 21.84%
G 77 of 261 ~ 29.5%
B 127 of 261 ~ 48.66'%

%21.84
%29.5
%48.66

CMYK color model

#394D7F color CMYK value is (55,39,0,50).

  • cyan value is 55.12%
  • magenta value is 39.37%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (55,39,0,50)
C55M39Y0K50 (55%, 39%, 0%, 50%)
(0.55 / 0.39 / 0.00 / 0.50)

CMYK percentages

%55.12
%39.37
%0
%50.2

Codes

Color #394D7F in popluar color models

39 4D 7F
RGB 57 77 127
HSL 223° 38.04% 36.08%
HSB/HSV 223° 55.12% 49.80%
CMYK 55.12% 39.37% 0.00%
50.20%

Color #394D7F in popluar number systems.

HEX 39 4D 7F
Decimal 57 77 127
Binary 111001 1001101 1111111
Octal 71 115 177

Shades and tints

Shades of #394D7F

#394D7F
(57,77,127)
#344674
(52,70,116)
#2F3F69
(47,63,105)
#2A385E
(42,56,94)
#253153
(37,49,83)
#202A48
(32,42,72)
#1B233D
(27,35,61)
#161C32
(22,28,50)
#111527
(17,21,39)
#0C0E1C
(12,14,28)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #394D7F

#394D7F
(57,77,127)
#4B5D8A
(75,93,138)
#5D6D95
(93,109,149)
#6F7DA0
(111,125,160)
#818DAB
(129,141,171)
#939DB6
(147,157,182)
#A5ADC1
(165,173,193)
#B7BDCC
(183,189,204)
#C9CDD7
(201,205,215)
#DBDDE2
(219,221,226)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394D7F color. Also use rgb(57,77,127) instead hex code.

Text Font Color

.myTextColor { color: #394D7F; }

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

This text font color is #394D7F.

Background Color

.myBgColor { background-color: #394D7F; }

<div style="background-color:#394D7F">Inner text</div>

This div background color is #394D7F.

Border color

.myBorderColor { border: 1px solid #394D7F; }

<div style="border:3px solid #394D7F">Div</div>

This div border color is #394D7F.

Opacity

.myOpacity80 { color: #394D7F; opacity: 0.8; }

<p style="color:#394D7F;opacity:0.8;">80%</p>

Text with #394D7F 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 #394D7F;}

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

This text has shadow with #394D7F color.


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

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

This text has shadow with #394D7F primary color and red secondary color.


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

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

This text has shadow with #394D7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #394D7F.

Preview

Color preview on black background

This text has color #394D7F on black background.


Color preview on white background

This text has color #394D7F on white background.


Black color preview on #394D7F background

This text has black color on #394D7F background.


White color preview on #394D7F background

This text has white color on #394D7F background.


Related colors

Complementary color

Complementary color for #hex is #C6B280.


I love getcolorcode.com

Triadic colors

1 #7F394D and #4D7F39 with #394D7F are triadic colors.

2 #7F4D39 and #4D397F with #394D7F are triadic colors.