COLOR #392757

HEX: #392757
RGB: (57,39,87)

Color info

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

RGB color model

#392757 color RGB value is (57,39,87).

  • red value is 57;
  • green value is 39;
  • blue value is 87.
RGB:
(57,39,87)
(22%,15%,34%)

RGB channels and saturation

R 57 of 255 = 22%
G 39 of 255 = 15%
B 87 of 255 = 34%

57
39
87

R + G + B ~ 24%. #392757 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 39 + 87 = 183 (100%)
R 57 of 183 ~ 31.15%
G 39 of 183 ~ 21.31%
B 87 of 183 ~ 47.54%

%31.15
%21.31
%47.54

CMYK color model

#392757 color CMYK value is (34,55,0,66).

  • cyan value is 34.48%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(34,55,0,66)
C34M55Y0K66 
(34%,55%,0%,66%)
(0.34/0.55/0.00/0.66)	

CMYK percentages

%34.48
%55.17
%0
%65.88

Codes

Color #392757 in popluar color models

392757
RGB573987
HSL263°38.10%24.71%
HSB/HSV263°55.17%34.12%
CMYK34.48%55.17%0.00%
65.88%

Color #392757 in popluar number systems.

HEX392757
Decimal573987
Binary1110011001111010111
Octal7147127

Shades and tints

Shades of #392757

#392757
(57,39,87)
#342450
(52,36,80)
#2F2149
(47,33,73)
#2A1E42
(42,30,66)
#251B3B
(37,27,59)
#201834
(32,24,52)
#1B152D
(27,21,45)
#161226
(22,18,38)
#110F1F
(17,15,31)
#0C0C18
(12,12,24)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #392757

#392757
(57,39,87)
#4B3A66
(75,58,102)
#5D4D75
(93,77,117)
#6F6084
(111,96,132)
#817393
(129,115,147)
#9386A2
(147,134,162)
#A599B1
(165,153,177)
#B7ACC0
(183,172,192)
#C9BFCF
(201,191,207)
#DBD2DE
(219,210,222)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392757 color. Also use rgb(57,39,87) instead hex code.

Text Font Color

.myTextColor { color: #392757; }

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

This text font color is #392757.


Background Color

.myBgColor { background-color: #392757; }

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

This div background color is #392757.


Border color

.myBorderColor { border: 1px solid #392757; }

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

This div border color is #392757.


Opacity

.myOpacity80 { color: #392757; opacity: 0.8; }

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

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

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

This text has shadow with #392757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392757 on black background.


Color preview on white background

This text has color #392757 on white background.



Black color preview on #392757 background

This text has black color on #392757 background.


White color preview on #392757 background

This text has white color on #392757 background.