COLOR #394E54

HEX: #394E54
RGB: (57,78,84)

Color info

#394E54 contains red, green and blue colors in about the same proportion. Web safe color of #394E54 is #336666 (or #366).

RGB color model

#394E54 color RGB value is (57,78,84).

  • red value is 57;
  • green value is 78;
  • blue value is 84.
RGB:
(57,78,84)
(22%,31%,33%)

RGB channels and saturation

R 57 of 255 = 22%
G 78 of 255 = 31%
B 84 of 255 = 33%

57
78
84

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

Portions of RGB colors in percentages

R + G + B =
57 + 78 + 84 = 219 (100%)
R 57 of 219 ~ 26.03%
G 78 of 219 ~ 35.62%
B 84 of 219 ~ 38.36%

%26.03
%35.62
%38.36

CMYK color model

#394E54 color CMYK value is (32,7,0,67).

  • cyan value is 32.14%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(32,7,0,67)
C32M7Y0K67 
(32%,7%,0%,67%)
(0.32/0.07/0.00/0.67)	

CMYK percentages

%32.14
%7.14
%0
%67.06

Codes

Color #394E54 in popluar color models

394E54
RGB577884
HSL193°19.15%27.65%
HSB/HSV193°32.14%32.94%
CMYK32.14%7.14%0.00%
67.06%

Color #394E54 in popluar number systems.

HEX394E54
Decimal577884
Binary11100110011101010100
Octal71116124

Shades and tints

Shades of #394E54

#394E54
(57,78,84)
#34474D
(52,71,77)
#2F4046
(47,64,70)
#2A393F
(42,57,63)
#253238
(37,50,56)
#202B31
(32,43,49)
#1B242A
(27,36,42)
#161D23
(22,29,35)
#11161C
(17,22,28)
#0C0F15
(12,15,21)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #394E54

#394E54
(57,78,84)
#4B5E63
(75,94,99)
#5D6E72
(93,110,114)
#6F7E81
(111,126,129)
#818E90
(129,142,144)
#939E9F
(147,158,159)
#A5AEAE
(165,174,174)
#B7BEBD
(183,190,189)
#C9CECC
(201,206,204)
#DBDEDB
(219,222,219)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394E54 color. Also use rgb(57,78,84) instead hex code.

Text Font Color

.myTextColor { color: #394E54; }

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

This text font color is #394E54.


Background Color

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

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

This div background color is #394E54.


Border color

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

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

This div border color is #394E54.


Opacity

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

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

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

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

This text has shadow with #394E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394E54 on black background.


Color preview on white background

This text has color #394E54 on white background.



Black color preview on #394E54 background

This text has black color on #394E54 background.


White color preview on #394E54 background

This text has white color on #394E54 background.