COLOR #393F58

HEX: #393F58
RGB: (57,63,88)

Color info

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

RGB color model

#393F58 color RGB value is (57,63,88).

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

RGB channels and saturation

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

57
63
88

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

Portions of RGB colors in percentages

R + G + B =
57 + 63 + 88 = 208 (100%)
R 57 of 208 ~ 27.4%
G 63 of 208 ~ 30.29%
B 88 of 208 ~ 42.31%

%27.4
%30.29
%42.31

CMYK color model

#393F58 color CMYK value is (35,28,0,65).

  • cyan value is 35.23%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(35,28,0,65)
C35M28Y0K65 
(35%,28%,0%,65%)
(0.35/0.28/0.00/0.65)	

CMYK percentages

%35.23
%28.41
%0
%65.49

Codes

Color #393F58 in popluar color models

393F58
RGB576388
HSL228°21.38%28.43%
HSB/HSV228°35.23%34.51%
CMYK35.23%28.41%0.00%
65.49%

Color #393F58 in popluar number systems.

HEX393F58
Decimal576388
Binary1110011111111011000
Octal7177130

Shades and tints

Shades of #393F58

#393F58
(57,63,88)
#343A50
(52,58,80)
#2F3548
(47,53,72)
#2A3040
(42,48,64)
#252B38
(37,43,56)
#202630
(32,38,48)
#1B2128
(27,33,40)
#161C20
(22,28,32)
#111718
(17,23,24)
#0C1210
(12,18,16)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #393F58

#393F58
(57,63,88)
#4B5067
(75,80,103)
#5D6176
(93,97,118)
#6F7285
(111,114,133)
#818394
(129,131,148)
#9394A3
(147,148,163)
#A5A5B2
(165,165,178)
#B7B6C1
(183,182,193)
#C9C7D0
(201,199,208)
#DBD8DF
(219,216,223)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393F58; }

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

This text font color is #393F58.


Background Color

.myBgColor { background-color: #393F58; }

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

This div background color is #393F58.


Border color

.myBorderColor { border: 1px solid #393F58; }

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

This div border color is #393F58.


Opacity

.myOpacity80 { color: #393F58; opacity: 0.8; }

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

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

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

This text has shadow with #393F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393F58 on black background.


Color preview on white background

This text has color #393F58 on white background.



Black color preview on #393F58 background

This text has black color on #393F58 background.


White color preview on #393F58 background

This text has white color on #393F58 background.