COLOR #393C7C

HEX: #393C7C
RGB: (57,60,124)

Color info

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

RGB color model

#393C7C color RGB value is (57,60,124).

  • red value is 57;
  • green value is 60;
  • blue value is 124.
RGB:
(57,60,124)
(22%,24%,49%)

RGB channels and saturation

R 57 of 255 = 22%
G 60 of 255 = 24%
B 124 of 255 = 49%

57
60
124

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

Portions of RGB colors in percentages

R + G + B =
57 + 60 + 124 = 241 (100%)
R 57 of 241 ~ 23.65%
G 60 of 241 ~ 24.9%
B 124 of 241 ~ 51.45%

%23.65
%24.9
%51.45

CMYK color model

#393C7C color CMYK value is (54,52,0,51).

  • cyan value is 54.03%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(54,52,0,51)
C54M52Y0K51 
(54%,52%,0%,51%)
(0.54/0.52/0.00/0.51)	

CMYK percentages

%54.03
%51.61
%0
%51.37

Codes

Color #393C7C in popluar color models

393C7C
RGB5760124
HSL237°37.02%35.49%
HSB/HSV237°54.03%48.63%
CMYK54.03%51.61%0.00%
51.37%

Color #393C7C in popluar number systems.

HEX393C7C
Decimal5760124
Binary1110011111001111100
Octal7174174

Shades and tints

Shades of #393C7C

#393C7C
(57,60,124)
#343771
(52,55,113)
#2F3266
(47,50,102)
#2A2D5B
(42,45,91)
#252850
(37,40,80)
#202345
(32,35,69)
#1B1E3A
(27,30,58)
#16192F
(22,25,47)
#111424
(17,20,36)
#0C0F19
(12,15,25)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #393C7C

#393C7C
(57,60,124)
#4B4D87
(75,77,135)
#5D5E92
(93,94,146)
#6F6F9D
(111,111,157)
#8180A8
(129,128,168)
#9391B3
(147,145,179)
#A5A2BE
(165,162,190)
#B7B3C9
(183,179,201)
#C9C4D4
(201,196,212)
#DBD5DF
(219,213,223)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393C7C color. Also use rgb(57,60,124) instead hex code.

Text Font Color

.myTextColor { color: #393C7C; }

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

This text font color is #393C7C.


Background Color

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

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

This div background color is #393C7C.


Border color

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

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

This div border color is #393C7C.


Opacity

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

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

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

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

This text has shadow with #393C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393C7C on black background.


Color preview on white background

This text has color #393C7C on white background.



Black color preview on #393C7C background

This text has black color on #393C7C background.


White color preview on #393C7C background

This text has white color on #393C7C background.