COLOR #394B60

HEX: #394B60
RGB: (57,75,96)

Color info

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

RGB color model

#394B60 color RGB value is (57,75,96).

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

RGB channels and saturation

R 57 of 255 = 22%
G 75 of 255 = 29%
B 96 of 255 = 38%

57
75
96

R + G + B ~ 30%. #394B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 75 + 96 = 228 (100%)
R 57 of 228 ~ 25%
G 75 of 228 ~ 32.89%
B 96 of 228 ~ 42.11%

%25
%32.89
%42.11

CMYK color model

#394B60 color CMYK value is (41,22,0,62).

  • cyan value is 40.63%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(41,22,0,62)
C41M22Y0K62 
(41%,22%,0%,62%)
(0.41/0.22/0.00/0.62)	

CMYK percentages

%40.63
%21.88
%0
%62.35

Codes

Color #394B60 in popluar color models

394B60
RGB577596
HSL212°25.49%30.00%
HSB/HSV212°40.63%37.65%
CMYK40.63%21.88%0.00%
62.35%

Color #394B60 in popluar number systems.

HEX394B60
Decimal577596
Binary11100110010111100000
Octal71113140

Shades and tints

Shades of #394B60

#394B60
(57,75,96)
#344558
(52,69,88)
#2F3F50
(47,63,80)
#2A3948
(42,57,72)
#253340
(37,51,64)
#202D38
(32,45,56)
#1B2730
(27,39,48)
#162128
(22,33,40)
#111B20
(17,27,32)
#0C1518
(12,21,24)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #394B60

#394B60
(57,75,96)
#4B5B6E
(75,91,110)
#5D6B7C
(93,107,124)
#6F7B8A
(111,123,138)
#818B98
(129,139,152)
#939BA6
(147,155,166)
#A5ABB4
(165,171,180)
#B7BBC2
(183,187,194)
#C9CBD0
(201,203,208)
#DBDBDE
(219,219,222)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394B60; }

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

This text font color is #394B60.


Background Color

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

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

This div background color is #394B60.


Border color

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

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

This div border color is #394B60.


Opacity

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

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

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

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

This text has shadow with #394B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394B60 on black background.


Color preview on white background

This text has color #394B60 on white background.



Black color preview on #394B60 background

This text has black color on #394B60 background.


White color preview on #394B60 background

This text has white color on #394B60 background.