COLOR #394460

HEX: #394460
RGB: (57,68,96)

Color info

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

RGB color model

#394460 color RGB value is (57,68,96).

  • red value is 57;
  • green value is 68;
  • blue value is 96.
RGB:
(57,68,96)
(22%,27%,38%)

RGB channels and saturation

R 57 of 255 = 22%
G 68 of 255 = 27%
B 96 of 255 = 38%

57
68
96

R + G + B ~ 29%. #394460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 68 + 96 = 221 (100%)
R 57 of 221 ~ 25.79%
G 68 of 221 ~ 30.77%
B 96 of 221 ~ 43.44%

%25.79
%30.77
%43.44

CMYK color model

#394460 color CMYK value is (41,29,0,62).

  • cyan value is 40.63%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(41,29,0,62)
C41M29Y0K62 
(41%,29%,0%,62%)
(0.41/0.29/0.00/0.62)	

CMYK percentages

%40.63
%29.17
%0
%62.35

Codes

Color #394460 in popluar color models

394460
RGB576896
HSL223°25.49%30.00%
HSB/HSV223°40.63%37.65%
CMYK40.63%29.17%0.00%
62.35%

Color #394460 in popluar number systems.

HEX394460
Decimal576896
Binary11100110001001100000
Octal71104140

Shades and tints

Shades of #394460

#394460
(57,68,96)
#343E58
(52,62,88)
#2F3850
(47,56,80)
#2A3248
(42,50,72)
#252C40
(37,44,64)
#202638
(32,38,56)
#1B2030
(27,32,48)
#161A28
(22,26,40)
#111420
(17,20,32)
#0C0E18
(12,14,24)
#070810
(7,8,16)
#000000
(0,0,0)

Tints of #394460

#394460
(57,68,96)
#4B556E
(75,85,110)
#5D667C
(93,102,124)
#6F778A
(111,119,138)
#818898
(129,136,152)
#9399A6
(147,153,166)
#A5AAB4
(165,170,180)
#B7BBC2
(183,187,194)
#C9CCD0
(201,204,208)
#DBDDDE
(219,221,222)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394460 color. Also use rgb(57,68,96) instead hex code.

Text Font Color

.myTextColor { color: #394460; }

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

This text font color is #394460.


Background Color

.myBgColor { background-color: #394460; }

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

This div background color is #394460.


Border color

.myBorderColor { border: 1px solid #394460; }

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

This div border color is #394460.


Opacity

.myOpacity80 { color: #394460; opacity: 0.8; }

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

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

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

This text has shadow with #394460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394460 on black background.


Color preview on white background

This text has color #394460 on white background.



Black color preview on #394460 background

This text has black color on #394460 background.


White color preview on #394460 background

This text has white color on #394460 background.