COLOR #393A50

HEX: #393A50 RGB: (57,58,80)

Color info

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

RGB color model

#393A50 color RGB value is (57,58,80).

RGB: (57,58,80) (22%, 23%, 31%)

RGB channels and saturation

R 57 of 255 = 22%
G 58 of 255 = 23%
B 80 of 255 = 31%

57
58
80

R + G + B ~ 25%. #393A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 58 + 80 = 195 (100%)
R 57 of 195 ~ 29.23%
G 58 of 195 ~ 29.74%
B 80 of 195 ~ 41.03'%

%29.23
%29.74
%41.03

CMYK color model

#393A50 color CMYK value is (29,28,0,69).

  • cyan value is 28.75%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (29,28,0,69)
C29M28Y0K69 (29%, 28%, 0%, 69%)
(0.29 / 0.28 / 0.00 / 0.69)

CMYK percentages

%28.75
%27.5
%0
%68.63

Codes

Color #393A50 in popluar color models

39 3A 50
RGB 57 58 80
HSL 237° 16.79% 26.86%
HSB/HSV 237° 28.75% 31.37%
CMYK 28.75% 27.50% 0.00%
68.63%

Color #393A50 in popluar number systems.

HEX 39 3A 50
Decimal 57 58 80
Binary 111001 111010 1010000
Octal 71 72 120

Shades and tints

Shades of #393A50

#393A50
(57,58,80)
#343549
(52,53,73)
#2F3042
(47,48,66)
#2A2B3B
(42,43,59)
#252634
(37,38,52)
#20212D
(32,33,45)
#1B1C26
(27,28,38)
#16171F
(22,23,31)
#111218
(17,18,24)
#0C0D11
(12,13,17)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #393A50

#393A50
(57,58,80)
#4B4B5F
(75,75,95)
#5D5C6E
(93,92,110)
#6F6D7D
(111,109,125)
#817E8C
(129,126,140)
#938F9B
(147,143,155)
#A5A0AA
(165,160,170)
#B7B1B9
(183,177,185)
#C9C2C8
(201,194,200)
#DBD3D7
(219,211,215)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393A50 color. Also use rgb(57,58,80) instead hex code.

Text Font Color

.myTextColor { color: #393A50; }

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

This text font color is #393A50.

Background Color

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

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

This div background color is #393A50.

Border color

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

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

This div border color is #393A50.

Opacity

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

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

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

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

This text has shadow with #393A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393A50.

Preview

Color preview on black background

This text has color #393A50 on black background.


Color preview on white background

This text has color #393A50 on white background.


Black color preview on #393A50 background

This text has black color on #393A50 background.


White color preview on #393A50 background

This text has white color on #393A50 background.


Related colors

Complementary color

Complementary color for #hex is #C6C5AF.


I love getcolorcode.com

Triadic colors

1 #50393A and #3A5039 with #393A50 are triadic colors.

2 #503A39 and #3A3950 with #393A50 are triadic colors.