COLOR #394058

HEX: #394058
RGB: (57,64,88)

Color info

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

RGB color model

#394058 color RGB value is (57,64,88).

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

RGB channels and saturation

R 57 of 255 = 22%
G 64 of 255 = 25%
B 88 of 255 = 35%

57
64
88

R + G + B ~ 27%. #394058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 64 + 88 = 209 (100%)
R 57 of 209 ~ 27.27%
G 64 of 209 ~ 30.62%
B 88 of 209 ~ 42.11%

%27.27
%30.62
%42.11

CMYK color model

#394058 color CMYK value is (35,27,0,65).

  • cyan value is 35.23%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(35,27,0,65)
C35M27Y0K65 
(35%,27%,0%,65%)
(0.35/0.27/0.00/0.65)	

CMYK percentages

%35.23
%27.27
%0
%65.49

Codes

Color #394058 in popluar color models

394058
RGB576488
HSL226°21.38%28.43%
HSB/HSV226°35.23%34.51%
CMYK35.23%27.27%0.00%
65.49%

Color #394058 in popluar number systems.

HEX394058
Decimal576488
Binary11100110000001011000
Octal71100130

Shades and tints

Shades of #394058

#394058
(57,64,88)
#343B50
(52,59,80)
#2F3648
(47,54,72)
#2A3140
(42,49,64)
#252C38
(37,44,56)
#202730
(32,39,48)
#1B2228
(27,34,40)
#161D20
(22,29,32)
#111818
(17,24,24)
#0C1310
(12,19,16)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #394058

#394058
(57,64,88)
#4B5167
(75,81,103)
#5D6276
(93,98,118)
#6F7385
(111,115,133)
#818494
(129,132,148)
#9395A3
(147,149,163)
#A5A6B2
(165,166,178)
#B7B7C1
(183,183,193)
#C9C8D0
(201,200,208)
#DBD9DF
(219,217,223)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394058; }

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

This text font color is #394058.


Background Color

.myBgColor { background-color: #394058; }

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

This div background color is #394058.


Border color

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

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

This div border color is #394058.


Opacity

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

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

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

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

This text has shadow with #394058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394058 on black background.


Color preview on white background

This text has color #394058 on white background.



Black color preview on #394058 background

This text has black color on #394058 background.


White color preview on #394058 background

This text has white color on #394058 background.