COLOR #393D5D

HEX: #393D5D RGB: (57,61,93)

Color info

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

RGB color model

#393D5D color RGB value is (57,61,93).

RGB: (57,61,93) (22%, 24%, 36%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 93 of 255 = 36%

57
61
93

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

Portions of RGB colors in percentages

R + G + B = 57 + 61 + 93 = 211 (100%)
R 57 of 211 ~ 27.01%
G 61 of 211 ~ 28.91%
B 93 of 211 ~ 44.08'%

%27.01
%28.91
%44.08

CMYK color model

#393D5D color CMYK value is (39,34,0,64).

  • cyan value is 38.71%
  • magenta value is 34.41%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (39,34,0,64)
C39M34Y0K64 (39%, 34%, 0%, 64%)
(0.39 / 0.34 / 0.00 / 0.64)

CMYK percentages

%38.71
%34.41
%0
%63.53

Codes

Color #393D5D in popluar color models

39 3D 5D
RGB 57 61 93
HSL 233° 24.00% 29.41%
HSB/HSV 233° 38.71% 36.47%
CMYK 38.71% 34.41% 0.00%
63.53%

Color #393D5D in popluar number systems.

HEX 39 3D 5D
Decimal 57 61 93
Binary 111001 111101 1011101
Octal 71 75 135

Shades and tints

Shades of #393D5D

#393D5D
(57,61,93)
#343855
(52,56,85)
#2F334D
(47,51,77)
#2A2E45
(42,46,69)
#25293D
(37,41,61)
#202435
(32,36,53)
#1B1F2D
(27,31,45)
#161A25
(22,26,37)
#11151D
(17,21,29)
#0C1015
(12,16,21)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #393D5D

#393D5D
(57,61,93)
#4B4E6B
(75,78,107)
#5D5F79
(93,95,121)
#6F7087
(111,112,135)
#818195
(129,129,149)
#9392A3
(147,146,163)
#A5A3B1
(165,163,177)
#B7B4BF
(183,180,191)
#C9C5CD
(201,197,205)
#DBD6DB
(219,214,219)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393D5D color. Also use rgb(57,61,93) instead hex code.

Text Font Color

.myTextColor { color: #393D5D; }

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

This text font color is #393D5D.

Background Color

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

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

This div background color is #393D5D.

Border color

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

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

This div border color is #393D5D.

Opacity

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

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

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

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

This text has shadow with #393D5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393D5D.

Preview

Color preview on black background

This text has color #393D5D on black background.


Color preview on white background

This text has color #393D5D on white background.


Black color preview on #393D5D background

This text has black color on #393D5D background.


White color preview on #393D5D background

This text has white color on #393D5D background.


Related colors

Complementary color

Complementary color for #hex is #C6C2A2.


I love getcolorcode.com

Triadic colors

1 #5D393D and #3D5D39 with #393D5D are triadic colors.

2 #5D3D39 and #3D395D with #393D5D are triadic colors.