COLOR #394D6A

HEX: #394D6A
RGB: (57,77,106)

Color info

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

RGB color model

#394D6A color RGB value is (57,77,106).

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

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 106 of 255 = 42%

57
77
106

R + G + B ~ 31%. #394D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 77 + 106 = 240 (100%)
R 57 of 240 ~ 23.75%
G 77 of 240 ~ 32.08%
B 106 of 240 ~ 44.17%

%23.75
%32.08
%44.17

CMYK color model

#394D6A color CMYK value is (46,27,0,58).

  • cyan value is 46.23%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(46,27,0,58)
C46M27Y0K58 
(46%,27%,0%,58%)
(0.46/0.27/0.00/0.58)	

CMYK percentages

%46.23
%27.36
%0
%58.43

Codes

Color #394D6A in popluar color models

394D6A
RGB5777106
HSL216°30.06%31.96%
HSB/HSV216°46.23%41.57%
CMYK46.23%27.36%0.00%
58.43%

Color #394D6A in popluar number systems.

HEX394D6A
Decimal5777106
Binary11100110011011101010
Octal71115152

Shades and tints

Shades of #394D6A

#394D6A
(57,77,106)
#344661
(52,70,97)
#2F3F58
(47,63,88)
#2A384F
(42,56,79)
#253146
(37,49,70)
#202A3D
(32,42,61)
#1B2334
(27,35,52)
#161C2B
(22,28,43)
#111522
(17,21,34)
#0C0E19
(12,14,25)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #394D6A

#394D6A
(57,77,106)
#4B5D77
(75,93,119)
#5D6D84
(93,109,132)
#6F7D91
(111,125,145)
#818D9E
(129,141,158)
#939DAB
(147,157,171)
#A5ADB8
(165,173,184)
#B7BDC5
(183,189,197)
#C9CDD2
(201,205,210)
#DBDDDF
(219,221,223)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394D6A; }

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

This text font color is #394D6A.


Background Color

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

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

This div background color is #394D6A.


Border color

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

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

This div border color is #394D6A.


Opacity

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

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

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

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

This text has shadow with #394D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394D6A on black background.


Color preview on white background

This text has color #394D6A on white background.



Black color preview on #394D6A background

This text has black color on #394D6A background.


White color preview on #394D6A background

This text has white color on #394D6A background.