COLOR #394458

HEX: #394458
RGB: (57,68,88)

Color info

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

RGB color model

#394458 color RGB value is (57,68,88).

  • red value is 57;
  • green value is 68;
  • blue value is 88.
RGB:
(57,68,88)
(22%,27%,35%)

RGB channels and saturation

R 57 of 255 = 22%
G 68 of 255 = 27%
B 88 of 255 = 35%

57
68
88

R + G + B ~ 28%. #394458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 68 + 88 = 213 (100%)
R 57 of 213 ~ 26.76%
G 68 of 213 ~ 31.92%
B 88 of 213 ~ 41.31%

%26.76
%31.92
%41.31

CMYK color model

#394458 color CMYK value is (35,23,0,65).

  • cyan value is 35.23%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(35,23,0,65)
C35M23Y0K65 
(35%,23%,0%,65%)
(0.35/0.23/0.00/0.65)	

CMYK percentages

%35.23
%22.73
%0
%65.49

Codes

Color #394458 in popluar color models

394458
RGB576888
HSL219°21.38%28.43%
HSB/HSV219°35.23%34.51%
CMYK35.23%22.73%0.00%
65.49%

Color #394458 in popluar number systems.

HEX394458
Decimal576888
Binary11100110001001011000
Octal71104130

Shades and tints

Shades of #394458

#394458
(57,68,88)
#343E50
(52,62,80)
#2F3848
(47,56,72)
#2A3240
(42,50,64)
#252C38
(37,44,56)
#202630
(32,38,48)
#1B2028
(27,32,40)
#161A20
(22,26,32)
#111418
(17,20,24)
#0C0E10
(12,14,16)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #394458

#394458
(57,68,88)
#4B5567
(75,85,103)
#5D6676
(93,102,118)
#6F7785
(111,119,133)
#818894
(129,136,148)
#9399A3
(147,153,163)
#A5AAB2
(165,170,178)
#B7BBC1
(183,187,193)
#C9CCD0
(201,204,208)
#DBDDDF
(219,221,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394458 color. Also use rgb(57,68,88) instead hex code.

Text Font Color

.myTextColor { color: #394458; }

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

This text font color is #394458.


Background Color

.myBgColor { background-color: #394458; }

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

This div background color is #394458.


Border color

.myBorderColor { border: 1px solid #394458; }

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

This div border color is #394458.


Opacity

.myOpacity80 { color: #394458; opacity: 0.8; }

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

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

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

This text has shadow with #394458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394458 on black background.


Color preview on white background

This text has color #394458 on white background.



Black color preview on #394458 background

This text has black color on #394458 background.


White color preview on #394458 background

This text has white color on #394458 background.