COLOR #394478

HEX: #394478
RGB: (57,68,120)

Color info

#394478 contains mainly green and blue colors. Web safe color of #394478 is #333366 (or #336).

RGB color model

#394478 color RGB value is (57,68,120).

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

RGB channels and saturation

R 57 of 255 = 22%
G 68 of 255 = 27%
B 120 of 255 = 47%

57
68
120

R + G + B ~ 32%. #394478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 68 + 120 = 245 (100%)
R 57 of 245 ~ 23.27%
G 68 of 245 ~ 27.76%
B 120 of 245 ~ 48.98%

%23.27
%27.76
%48.98

CMYK color model

#394478 color CMYK value is (53,43,0,53).

  • cyan value is 52.50%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(53,43,0,53)
C53M43Y0K53 
(53%,43%,0%,53%)
(0.53/0.43/0.00/0.53)	

CMYK percentages

%52.5
%43.33
%0
%52.94

Codes

Color #394478 in popluar color models

394478
RGB5768120
HSL230°35.59%34.71%
HSB/HSV230°52.50%47.06%
CMYK52.50%43.33%0.00%
52.94%

Color #394478 in popluar number systems.

HEX394478
Decimal5768120
Binary11100110001001111000
Octal71104170

Shades and tints

Shades of #394478

#394478
(57,68,120)
#343E6E
(52,62,110)
#2F3864
(47,56,100)
#2A325A
(42,50,90)
#252C50
(37,44,80)
#202646
(32,38,70)
#1B203C
(27,32,60)
#161A32
(22,26,50)
#111428
(17,20,40)
#0C0E1E
(12,14,30)
#070814
(7,8,20)
#000000
(0,0,0)

Tints of #394478

#394478
(57,68,120)
#4B5584
(75,85,132)
#5D6690
(93,102,144)
#6F779C
(111,119,156)
#8188A8
(129,136,168)
#9399B4
(147,153,180)
#A5AAC0
(165,170,192)
#B7BBCC
(183,187,204)
#C9CCD8
(201,204,216)
#DBDDE4
(219,221,228)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394478; }

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

This text font color is #394478.


Background Color

.myBgColor { background-color: #394478; }

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

This div background color is #394478.


Border color

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

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

This div border color is #394478.


Opacity

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

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

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

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

This text has shadow with #394478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394478 on black background.


Color preview on white background

This text has color #394478 on white background.



Black color preview on #394478 background

This text has black color on #394478 background.


White color preview on #394478 background

This text has white color on #394478 background.