COLOR #393F5A

HEX: #393F5A
RGB: (57,63,90)

Color info

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

RGB color model

#393F5A color RGB value is (57,63,90).

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

RGB channels and saturation

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

57
63
90

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

Portions of RGB colors in percentages

R + G + B =
57 + 63 + 90 = 210 (100%)
R 57 of 210 ~ 27.14%
G 63 of 210 ~ 30%
B 90 of 210 ~ 42.86%

%27.14
%30
%42.86

CMYK color model

#393F5A color CMYK value is (37,30,0,65).

  • cyan value is 36.67%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(37,30,0,65)
C37M30Y0K65 
(37%,30%,0%,65%)
(0.37/0.30/0.00/0.65)	

CMYK percentages

%36.67
%30
%0
%64.71

Codes

Color #393F5A in popluar color models

393F5A
RGB576390
HSL229°22.45%28.82%
HSB/HSV229°36.67%35.29%
CMYK36.67%30.00%0.00%
64.71%

Color #393F5A in popluar number systems.

HEX393F5A
Decimal576390
Binary1110011111111011010
Octal7177132

Shades and tints

Shades of #393F5A

#393F5A
(57,63,90)
#343A52
(52,58,82)
#2F354A
(47,53,74)
#2A3042
(42,48,66)
#252B3A
(37,43,58)
#202632
(32,38,50)
#1B212A
(27,33,42)
#161C22
(22,28,34)
#11171A
(17,23,26)
#0C1212
(12,18,18)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #393F5A

#393F5A
(57,63,90)
#4B5069
(75,80,105)
#5D6178
(93,97,120)
#6F7287
(111,114,135)
#818396
(129,131,150)
#9394A5
(147,148,165)
#A5A5B4
(165,165,180)
#B7B6C3
(183,182,195)
#C9C7D2
(201,199,210)
#DBD8E1
(219,216,225)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393F5A; }

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

This text font color is #393F5A.


Background Color

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

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

This div background color is #393F5A.


Border color

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

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

This div border color is #393F5A.


Opacity

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

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

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

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

This text has shadow with #393F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393F5A on black background.


Color preview on white background

This text has color #393F5A on white background.



Black color preview on #393F5A background

This text has black color on #393F5A background.


White color preview on #393F5A background

This text has white color on #393F5A background.