COLOR #393E6C

HEX: #393E6C
RGB: (57,62,108)

Color info

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

RGB color model

#393E6C color RGB value is (57,62,108).

  • red value is 57;
  • green value is 62;
  • blue value is 108.
RGB:
(57,62,108)
(22%,24%,42%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 108 of 255 = 42%

57
62
108

R + G + B ~ 29%. #393E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 108 = 227 (100%)
R 57 of 227 ~ 25.11%
G 62 of 227 ~ 27.31%
B 108 of 227 ~ 47.58%

%25.11
%27.31
%47.58

CMYK color model

#393E6C color CMYK value is (47,43,0,58).

  • cyan value is 47.22%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(47,43,0,58)
C47M43Y0K58 
(47%,43%,0%,58%)
(0.47/0.43/0.00/0.58)	

CMYK percentages

%47.22
%42.59
%0
%57.65

Codes

Color #393E6C in popluar color models

393E6C
RGB5762108
HSL234°30.91%32.35%
HSB/HSV234°47.22%42.35%
CMYK47.22%42.59%0.00%
57.65%

Color #393E6C in popluar number systems.

HEX393E6C
Decimal5762108
Binary1110011111101101100
Octal7176154

Shades and tints

Shades of #393E6C

#393E6C
(57,62,108)
#343963
(52,57,99)
#2F345A
(47,52,90)
#2A2F51
(42,47,81)
#252A48
(37,42,72)
#20253F
(32,37,63)
#1B2036
(27,32,54)
#161B2D
(22,27,45)
#111624
(17,22,36)
#0C111B
(12,17,27)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #393E6C

#393E6C
(57,62,108)
#4B4F79
(75,79,121)
#5D6086
(93,96,134)
#6F7193
(111,113,147)
#8182A0
(129,130,160)
#9393AD
(147,147,173)
#A5A4BA
(165,164,186)
#B7B5C7
(183,181,199)
#C9C6D4
(201,198,212)
#DBD7E1
(219,215,225)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393E6C color. Also use rgb(57,62,108) instead hex code.

Text Font Color

.myTextColor { color: #393E6C; }

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

This text font color is #393E6C.


Background Color

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

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

This div background color is #393E6C.


Border color

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

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

This div border color is #393E6C.


Opacity

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

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

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

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

This text has shadow with #393E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E6C on black background.


Color preview on white background

This text has color #393E6C on white background.



Black color preview on #393E6C background

This text has black color on #393E6C background.


White color preview on #393E6C background

This text has white color on #393E6C background.