COLOR #393D56

HEX: #393D56
RGB: (57,61,86)

Color info

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

RGB color model

#393D56 color RGB value is (57,61,86).

  • red value is 57;
  • green value is 61;
  • blue value is 86.
RGB:
(57,61,86)
(22%,24%,34%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 86 of 255 = 34%

57
61
86

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

Portions of RGB colors in percentages

R + G + B =
57 + 61 + 86 = 204 (100%)
R 57 of 204 ~ 27.94%
G 61 of 204 ~ 29.9%
B 86 of 204 ~ 42.16%

%27.94
%29.9
%42.16

CMYK color model

#393D56 color CMYK value is (34,29,0,66).

  • cyan value is 33.72%
  • magenta value is 29.07%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(34,29,0,66)
C34M29Y0K66 
(34%,29%,0%,66%)
(0.34/0.29/0.00/0.66)	

CMYK percentages

%33.72
%29.07
%0
%66.27

Codes

Color #393D56 in popluar color models

393D56
RGB576186
HSL232°20.28%28.04%
HSB/HSV232°33.72%33.73%
CMYK33.72%29.07%0.00%
66.27%

Color #393D56 in popluar number systems.

HEX393D56
Decimal576186
Binary1110011111011010110
Octal7175126

Shades and tints

Shades of #393D56

#393D56
(57,61,86)
#34384F
(52,56,79)
#2F3348
(47,51,72)
#2A2E41
(42,46,65)
#25293A
(37,41,58)
#202433
(32,36,51)
#1B1F2C
(27,31,44)
#161A25
(22,26,37)
#11151E
(17,21,30)
#0C1017
(12,16,23)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #393D56

#393D56
(57,61,86)
#4B4E65
(75,78,101)
#5D5F74
(93,95,116)
#6F7083
(111,112,131)
#818192
(129,129,146)
#9392A1
(147,146,161)
#A5A3B0
(165,163,176)
#B7B4BF
(183,180,191)
#C9C5CE
(201,197,206)
#DBD6DD
(219,214,221)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393D56; }

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

This text font color is #393D56.


Background Color

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

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

This div background color is #393D56.


Border color

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

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

This div border color is #393D56.


Opacity

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

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

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

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

This text has shadow with #393D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393D56 on black background.


Color preview on white background

This text has color #393D56 on white background.



Black color preview on #393D56 background

This text has black color on #393D56 background.


White color preview on #393D56 background

This text has white color on #393D56 background.