COLOR #393F7B

HEX: #393F7B
RGB: (57,63,123)

Color info

#393F7B contains mainly blue color. Web safe color of #393F7B is #333366 (or #336).

RGB color model

#393F7B color RGB value is (57,63,123).

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

RGB channels and saturation

R 57 of 255 = 22%
G 63 of 255 = 25%
B 123 of 255 = 48%

57
63
123

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

Portions of RGB colors in percentages

R + G + B =
57 + 63 + 123 = 243 (100%)
R 57 of 243 ~ 23.46%
G 63 of 243 ~ 25.93%
B 123 of 243 ~ 50.62%

%23.46
%25.93
%50.62

CMYK color model

#393F7B color CMYK value is (54,49,0,52).

  • cyan value is 53.66%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(54,49,0,52)
C54M49Y0K52 
(54%,49%,0%,52%)
(0.54/0.49/0.00/0.52)	

CMYK percentages

%53.66
%48.78
%0
%51.76

Codes

Color #393F7B in popluar color models

393F7B
RGB5763123
HSL235°36.67%35.29%
HSB/HSV235°53.66%48.24%
CMYK53.66%48.78%0.00%
51.76%

Color #393F7B in popluar number systems.

HEX393F7B
Decimal5763123
Binary1110011111111111011
Octal7177173

Shades and tints

Shades of #393F7B

#393F7B
(57,63,123)
#343A70
(52,58,112)
#2F3565
(47,53,101)
#2A305A
(42,48,90)
#252B4F
(37,43,79)
#202644
(32,38,68)
#1B2139
(27,33,57)
#161C2E
(22,28,46)
#111723
(17,23,35)
#0C1218
(12,18,24)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #393F7B

#393F7B
(57,63,123)
#4B5087
(75,80,135)
#5D6193
(93,97,147)
#6F729F
(111,114,159)
#8183AB
(129,131,171)
#9394B7
(147,148,183)
#A5A5C3
(165,165,195)
#B7B6CF
(183,182,207)
#C9C7DB
(201,199,219)
#DBD8E7
(219,216,231)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393F7B; }

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

This text font color is #393F7B.


Background Color

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

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

This div background color is #393F7B.


Border color

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

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

This div border color is #393F7B.


Opacity

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

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

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

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

This text has shadow with #393F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393F7B on black background.


Color preview on white background

This text has color #393F7B on white background.



Black color preview on #393F7B background

This text has black color on #393F7B background.


White color preview on #393F7B background

This text has white color on #393F7B background.