COLOR #393150

HEX: #393150 RGB: (57,49,80)

Color info

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

RGB color model

#393150 color RGB value is (57,49,80).

RGB: (57,49,80) (22%, 19%, 31%)

RGB channels and saturation

R 57 of 255 = 22%
G 49 of 255 = 19%
B 80 of 255 = 31%

57
49
80

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

Portions of RGB colors in percentages

R + G + B = 57 + 49 + 80 = 186 (100%)
R 57 of 186 ~ 30.65%
G 49 of 186 ~ 26.34%
B 80 of 186 ~ 43.01'%

%30.65
%26.34
%43.01

CMYK color model

#393150 color CMYK value is (29,39,0,69).

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

CMYK: (29,39,0,69)
C29M39Y0K69 (29%, 39%, 0%, 69%)
(0.29 / 0.39 / 0.00 / 0.69)

CMYK percentages

%28.75
%38.75
%0
%68.63

Codes

Color #393150 in popluar color models

39 31 50
RGB 57 49 80
HSL 255° 24.03% 25.29%
HSB/HSV 255° 38.75% 31.37%
CMYK 28.75% 38.75% 0.00%
68.63%

Color #393150 in popluar number systems.

HEX 39 31 50
Decimal 57 49 80
Binary 111001 110001 1010000
Octal 71 61 120

Shades and tints

Shades of #393150

#393150
(57,49,80)
#342D49
(52,45,73)
#2F2942
(47,41,66)
#2A253B
(42,37,59)
#252134
(37,33,52)
#201D2D
(32,29,45)
#1B1926
(27,25,38)
#16151F
(22,21,31)
#111118
(17,17,24)
#0C0D11
(12,13,17)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #393150

#393150
(57,49,80)
#4B435F
(75,67,95)
#5D556E
(93,85,110)
#6F677D
(111,103,125)
#81798C
(129,121,140)
#938B9B
(147,139,155)
#A59DAA
(165,157,170)
#B7AFB9
(183,175,185)
#C9C1C8
(201,193,200)
#DBD3D7
(219,211,215)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393150; }

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

This text font color is #393150.

Background Color

.myBgColor { background-color: #393150; }

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

This div background color is #393150.

Border color

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

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

This div border color is #393150.

Opacity

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

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

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

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

This text has shadow with #393150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393150.

Preview

Color preview on black background

This text has color #393150 on black background.


Color preview on white background

This text has color #393150 on white background.


Black color preview on #393150 background

This text has black color on #393150 background.


White color preview on #393150 background

This text has white color on #393150 background.


Related colors

Complementary color

Complementary color for #hex is #C6CEAF.


I love getcolorcode.com

Triadic colors

1 #503931 and #315039 with #393150 are triadic colors.

2 #503139 and #313950 with #393150 are triadic colors.