COLOR #393D4E

HEX: #393D4E
RGB: (57,61,78)

Color info

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

RGB color model

#393D4E color RGB value is (57,61,78).

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

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 78 of 255 = 31%

57
61
78

R + G + B ~ 26%. #393D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 61 + 78 = 196 (100%)
R 57 of 196 ~ 29.08%
G 61 of 196 ~ 31.12%
B 78 of 196 ~ 39.8%

%29.08
%31.12
%39.8

CMYK color model

#393D4E color CMYK value is (27,22,0,69).

  • cyan value is 26.92%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(27,22,0,69)
C27M22Y0K69 
(27%,22%,0%,69%)
(0.27/0.22/0.00/0.69)	

CMYK percentages

%26.92
%21.79
%0
%69.41

Codes

Color #393D4E in popluar color models

393D4E
RGB576178
HSL229°15.56%26.47%
HSB/HSV229°26.92%30.59%
CMYK26.92%21.79%0.00%
69.41%

Color #393D4E in popluar number systems.

HEX393D4E
Decimal576178
Binary1110011111011001110
Octal7175116

Shades and tints

Shades of #393D4E

#393D4E
(57,61,78)
#343847
(52,56,71)
#2F3340
(47,51,64)
#2A2E39
(42,46,57)
#252932
(37,41,50)
#20242B
(32,36,43)
#1B1F24
(27,31,36)
#161A1D
(22,26,29)
#111516
(17,21,22)
#0C100F
(12,16,15)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #393D4E

#393D4E
(57,61,78)
#4B4E5E
(75,78,94)
#5D5F6E
(93,95,110)
#6F707E
(111,112,126)
#81818E
(129,129,142)
#93929E
(147,146,158)
#A5A3AE
(165,163,174)
#B7B4BE
(183,180,190)
#C9C5CE
(201,197,206)
#DBD6DE
(219,214,222)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393D4E; }

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

This text font color is #393D4E.


Background Color

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

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

This div background color is #393D4E.


Border color

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

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

This div border color is #393D4E.


Opacity

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

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

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

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

This text has shadow with #393D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393D4E on black background.


Color preview on white background

This text has color #393D4E on white background.



Black color preview on #393D4E background

This text has black color on #393D4E background.


White color preview on #393D4E background

This text has white color on #393D4E background.