COLOR #392E7C

HEX: #392E7C
RGB: (57,46,124)

Color info

#392E7C contains mainly blue color. Web safe color of #392E7C is #333366 (or #336).

RGB color model

#392E7C color RGB value is (57,46,124).

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

RGB channels and saturation

R 57 of 255 = 22%
G 46 of 255 = 18%
B 124 of 255 = 49%

57
46
124

R + G + B ~ 30%. #392E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 46 + 124 = 227 (100%)
R 57 of 227 ~ 25.11%
G 46 of 227 ~ 20.26%
B 124 of 227 ~ 54.63%

%25.11
%20.26
%54.63

CMYK color model

#392E7C color CMYK value is (54,63,0,51).

  • cyan value is 54.03%
  • magenta value is 62.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(54,63,0,51)
C54M63Y0K51 
(54%,63%,0%,51%)
(0.54/0.63/0.00/0.51)	

CMYK percentages

%54.03
%62.9
%0
%51.37

Codes

Color #392E7C in popluar color models

392E7C
RGB5746124
HSL248°45.88%33.33%
HSB/HSV248°62.90%48.63%
CMYK54.03%62.90%0.00%
51.37%

Color #392E7C in popluar number systems.

HEX392E7C
Decimal5746124
Binary1110011011101111100
Octal7156174

Shades and tints

Shades of #392E7C

#392E7C
(57,46,124)
#342A71
(52,42,113)
#2F2666
(47,38,102)
#2A225B
(42,34,91)
#251E50
(37,30,80)
#201A45
(32,26,69)
#1B163A
(27,22,58)
#16122F
(22,18,47)
#110E24
(17,14,36)
#0C0A19
(12,10,25)
#07060E
(7,6,14)
#000000
(0,0,0)

Tints of #392E7C

#392E7C
(57,46,124)
#4B4187
(75,65,135)
#5D5492
(93,84,146)
#6F679D
(111,103,157)
#817AA8
(129,122,168)
#938DB3
(147,141,179)
#A5A0BE
(165,160,190)
#B7B3C9
(183,179,201)
#C9C6D4
(201,198,212)
#DBD9DF
(219,217,223)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392E7C color. Also use rgb(57,46,124) instead hex code.

Text Font Color

.myTextColor { color: #392E7C; }

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

This text font color is #392E7C.


Background Color

.myBgColor { background-color: #392E7C; }

<div style="background-color:#392E7C">Inner text</div>

This div background color is #392E7C.


Border color

.myBorderColor { border: 1px solid #392E7C; }

<div style="border:3px solid #392E7C">Div</div>

This div border color is #392E7C.


Opacity

.myOpacity80 { color: #392E7C; opacity: 0.8; }

<p style="color:#392E7C;opacity:0.8;">80%</p>

Text with #392E7C 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 #392E7C;}

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

This text has shadow with #392E7C color.

.textShadow {text-shadow: 3px 3px 1px #392E7C, 3px 3px 1px red;}

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

This text has shadow with #392E7C primary color and red secondary color.


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

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

This text has shadow with #392E7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392E7C on black background.


Color preview on white background

This text has color #392E7C on white background.



Black color preview on #392E7C background

This text has black color on #392E7C background.


White color preview on #392E7C background

This text has white color on #392E7C background.