COLOR #393F57

HEX: #393F57 RGB: (57,63,87)

Color info

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

RGB color model

#393F57 color RGB value is (57,63,87).

RGB: (57,63,87) (22%, 25%, 34%)

RGB channels and saturation

R 57 of 255 = 22%
G 63 of 255 = 25%
B 87 of 255 = 34%

57
63
87

R + G + B ~ 27%. #393F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 63 + 87 = 207 (100%)
R 57 of 207 ~ 27.54%
G 63 of 207 ~ 30.43%
B 87 of 207 ~ 42.03'%

%27.54
%30.43
%42.03

CMYK color model

#393F57 color CMYK value is (34,28,0,66).

  • cyan value is 34.48%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (34,28,0,66)
C34M28Y0K66 (34%, 28%, 0%, 66%)
(0.34 / 0.28 / 0.00 / 0.66)

CMYK percentages

%34.48
%27.59
%0
%65.88

Codes

Color #393F57 in popluar color models

39 3F 57
RGB 57 63 87
HSL 228° 20.83% 28.24%
HSB/HSV 228° 34.48% 34.12%
CMYK 34.48% 27.59% 0.00%
65.88%

Color #393F57 in popluar number systems.

HEX 39 3F 57
Decimal 57 63 87
Binary 111001 111111 1010111
Octal 71 77 127

Shades and tints

Shades of #393F57

#393F57
(57,63,87)
#343A50
(52,58,80)
#2F3549
(47,53,73)
#2A3042
(42,48,66)
#252B3B
(37,43,59)
#202634
(32,38,52)
#1B212D
(27,33,45)
#161C26
(22,28,38)
#11171F
(17,23,31)
#0C1218
(12,18,24)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #393F57

#393F57
(57,63,87)
#4B5066
(75,80,102)
#5D6175
(93,97,117)
#6F7284
(111,114,132)
#818393
(129,131,147)
#9394A2
(147,148,162)
#A5A5B1
(165,165,177)
#B7B6C0
(183,182,192)
#C9C7CF
(201,199,207)
#DBD8DE
(219,216,222)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393F57; }

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

This text font color is #393F57.

Background Color

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

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

This div background color is #393F57.

Border color

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

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

This div border color is #393F57.

Opacity

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

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

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

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

This text has shadow with #393F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393F57.

Preview

Color preview on black background

This text has color #393F57 on black background.


Color preview on white background

This text has color #393F57 on white background.


Black color preview on #393F57 background

This text has black color on #393F57 background.


White color preview on #393F57 background

This text has white color on #393F57 background.


Related colors

Complementary color

Complementary color for #hex is #C6C0A8.


I love getcolorcode.com

Triadic colors

1 #57393F and #3F5739 with #393F57 are triadic colors.

2 #573F39 and #3F3957 with #393F57 are triadic colors.