COLOR #394B65

HEX: #394B65
RGB: (57,75,101)

Color info

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

RGB color model

#394B65 color RGB value is (57,75,101).

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

RGB channels and saturation

R 57 of 255 = 22%
G 75 of 255 = 29%
B 101 of 255 = 40%

57
75
101

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

Portions of RGB colors in percentages

R + G + B =
57 + 75 + 101 = 233 (100%)
R 57 of 233 ~ 24.46%
G 75 of 233 ~ 32.19%
B 101 of 233 ~ 43.35%

%24.46
%32.19
%43.35

CMYK color model

#394B65 color CMYK value is (44,26,0,60).

  • cyan value is 43.56%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(44,26,0,60)
C44M26Y0K60 
(44%,26%,0%,60%)
(0.44/0.26/0.00/0.60)	

CMYK percentages

%43.56
%25.74
%0
%60.39

Codes

Color #394B65 in popluar color models

394B65
RGB5775101
HSL215°27.85%30.98%
HSB/HSV215°43.56%39.61%
CMYK43.56%25.74%0.00%
60.39%

Color #394B65 in popluar number systems.

HEX394B65
Decimal5775101
Binary11100110010111100101
Octal71113145

Shades and tints

Shades of #394B65

#394B65
(57,75,101)
#34455C
(52,69,92)
#2F3F53
(47,63,83)
#2A394A
(42,57,74)
#253341
(37,51,65)
#202D38
(32,45,56)
#1B272F
(27,39,47)
#162126
(22,33,38)
#111B1D
(17,27,29)
#0C1514
(12,21,20)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #394B65

#394B65
(57,75,101)
#4B5B73
(75,91,115)
#5D6B81
(93,107,129)
#6F7B8F
(111,123,143)
#818B9D
(129,139,157)
#939BAB
(147,155,171)
#A5ABB9
(165,171,185)
#B7BBC7
(183,187,199)
#C9CBD5
(201,203,213)
#DBDBE3
(219,219,227)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394B65; }

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

This text font color is #394B65.


Background Color

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

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

This div background color is #394B65.


Border color

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

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

This div border color is #394B65.


Opacity

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

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

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

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

This text has shadow with #394B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394B65 on black background.


Color preview on white background

This text has color #394B65 on white background.



Black color preview on #394B65 background

This text has black color on #394B65 background.


White color preview on #394B65 background

This text has white color on #394B65 background.