COLOR #392E5C

HEX: #392E5C
RGB: (57,46,92)

Color info

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

RGB color model

#392E5C color RGB value is (57,46,92).

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

RGB channels and saturation

R 57 of 255 = 22%
G 46 of 255 = 18%
B 92 of 255 = 36%

57
46
92

R + G + B ~ 25%. #392E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 46 + 92 = 195 (100%)
R 57 of 195 ~ 29.23%
G 46 of 195 ~ 23.59%
B 92 of 195 ~ 47.18%

%29.23
%23.59
%47.18

CMYK color model

#392E5C color CMYK value is (38,50,0,64).

  • cyan value is 38.04%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(38,50,0,64)
C38M50Y0K64 
(38%,50%,0%,64%)
(0.38/0.50/0.00/0.64)	

CMYK percentages

%38.04
%50
%0
%63.92

Codes

Color #392E5C in popluar color models

392E5C
RGB574692
HSL254°33.33%27.06%
HSB/HSV254°50.00%36.08%
CMYK38.04%50.00%0.00%
63.92%

Color #392E5C in popluar number systems.

HEX392E5C
Decimal574692
Binary1110011011101011100
Octal7156134

Shades and tints

Shades of #392E5C

#392E5C
(57,46,92)
#342A54
(52,42,84)
#2F264C
(47,38,76)
#2A2244
(42,34,68)
#251E3C
(37,30,60)
#201A34
(32,26,52)
#1B162C
(27,22,44)
#161224
(22,18,36)
#110E1C
(17,14,28)
#0C0A14
(12,10,20)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #392E5C

#392E5C
(57,46,92)
#4B416A
(75,65,106)
#5D5478
(93,84,120)
#6F6786
(111,103,134)
#817A94
(129,122,148)
#938DA2
(147,141,162)
#A5A0B0
(165,160,176)
#B7B3BE
(183,179,190)
#C9C6CC
(201,198,204)
#DBD9DA
(219,217,218)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392E5C; }

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

This text font color is #392E5C.


Background Color

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

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

This div background color is #392E5C.


Border color

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

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

This div border color is #392E5C.


Opacity

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

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

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

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

This text has shadow with #392E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392E5C on black background.


Color preview on white background

This text has color #392E5C on white background.



Black color preview on #392E5C background

This text has black color on #392E5C background.


White color preview on #392E5C background

This text has white color on #392E5C background.