COLOR #394D74

HEX: #394D74
RGB: (57,77,116)

Color info

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

RGB color model

#394D74 color RGB value is (57,77,116).

  • red value is 57;
  • green value is 77;
  • blue value is 116.
RGB:
(57,77,116)
(22%,30%,45%)

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 116 of 255 = 45%

57
77
116

R + G + B ~ 32%. #394D74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 77 + 116 = 250 (100%)
R 57 of 250 ~ 22.8%
G 77 of 250 ~ 30.8%
B 116 of 250 ~ 46.4%

%22.8
%30.8
%46.4

CMYK color model

#394D74 color CMYK value is (51,34,0,55).

  • cyan value is 50.86%
  • magenta value is 33.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(51,34,0,55)
C51M34Y0K55 
(51%,34%,0%,55%)
(0.51/0.34/0.00/0.55)	

CMYK percentages

%50.86
%33.62
%0
%54.51

Codes

Color #394D74 in popluar color models

394D74
RGB5777116
HSL220°34.10%33.92%
HSB/HSV220°50.86%45.49%
CMYK50.86%33.62%0.00%
54.51%

Color #394D74 in popluar number systems.

HEX394D74
Decimal5777116
Binary11100110011011110100
Octal71115164

Shades and tints

Shades of #394D74

#394D74
(57,77,116)
#34466A
(52,70,106)
#2F3F60
(47,63,96)
#2A3856
(42,56,86)
#25314C
(37,49,76)
#202A42
(32,42,66)
#1B2338
(27,35,56)
#161C2E
(22,28,46)
#111524
(17,21,36)
#0C0E1A
(12,14,26)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #394D74

#394D74
(57,77,116)
#4B5D80
(75,93,128)
#5D6D8C
(93,109,140)
#6F7D98
(111,125,152)
#818DA4
(129,141,164)
#939DB0
(147,157,176)
#A5ADBC
(165,173,188)
#B7BDC8
(183,189,200)
#C9CDD4
(201,205,212)
#DBDDE0
(219,221,224)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394D74; }

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

This text font color is #394D74.


Background Color

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

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

This div background color is #394D74.


Border color

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

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

This div border color is #394D74.


Opacity

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

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

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

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

This text has shadow with #394D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394D74 on black background.


Color preview on white background

This text has color #394D74 on white background.



Black color preview on #394D74 background

This text has black color on #394D74 background.


White color preview on #394D74 background

This text has white color on #394D74 background.