COLOR #394E5F

HEX: #394E5F RGB: (57,78,95)

Color info

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

RGB color model

#394E5F color RGB value is (57,78,95).

RGB: (57,78,95) (22%, 31%, 37%)

RGB channels and saturation

R 57 of 255 = 22%
G 78 of 255 = 31%
B 95 of 255 = 37%

57
78
95

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

Portions of RGB colors in percentages

R + G + B = 57 + 78 + 95 = 230 (100%)
R 57 of 230 ~ 24.78%
G 78 of 230 ~ 33.91%
B 95 of 230 ~ 41.3'%

%24.78
%33.91
%41.3

CMYK color model

#394E5F color CMYK value is (40,18,0,63).

  • cyan value is 40.00%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (40,18,0,63)
C40M18Y0K63 (40%, 18%, 0%, 63%)
(0.40 / 0.18 / 0.00 / 0.63)

CMYK percentages

%40
%17.89
%0
%62.75

Codes

Color #394E5F in popluar color models

39 4E 5F
RGB 57 78 95
HSL 207° 25.00% 29.80%
HSB/HSV 207° 40.00% 37.25%
CMYK 40.00% 17.89% 0.00%
62.75%

Color #394E5F in popluar number systems.

HEX 39 4E 5F
Decimal 57 78 95
Binary 111001 1001110 1011111
Octal 71 116 137

Shades and tints

Shades of #394E5F

#394E5F
(57,78,95)
#344757
(52,71,87)
#2F404F
(47,64,79)
#2A3947
(42,57,71)
#25323F
(37,50,63)
#202B37
(32,43,55)
#1B242F
(27,36,47)
#161D27
(22,29,39)
#11161F
(17,22,31)
#0C0F17
(12,15,23)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #394E5F

#394E5F
(57,78,95)
#4B5E6D
(75,94,109)
#5D6E7B
(93,110,123)
#6F7E89
(111,126,137)
#818E97
(129,142,151)
#939EA5
(147,158,165)
#A5AEB3
(165,174,179)
#B7BEC1
(183,190,193)
#C9CECF
(201,206,207)
#DBDEDD
(219,222,221)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394E5F; }

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

This text font color is #394E5F.

Background Color

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

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

This div background color is #394E5F.

Border color

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

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

This div border color is #394E5F.

Opacity

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

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

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

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

This text has shadow with #394E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #394E5F.

Preview

Color preview on black background

This text has color #394E5F on black background.


Color preview on white background

This text has color #394E5F on white background.


Black color preview on #394E5F background

This text has black color on #394E5F background.


White color preview on #394E5F background

This text has white color on #394E5F background.


Related colors

Complementary color

Complementary color for #hex is #C6B1A0.


I love getcolorcode.com

Triadic colors

1 #5F394E and #4E5F39 with #394E5F are triadic colors.

2 #5F4E39 and #4E395F with #394E5F are triadic colors.