COLOR #394D5D

HEX: #394D5D
RGB: (57,77,93)

Color info

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

RGB color model

#394D5D color RGB value is (57,77,93).

  • red value is 57;
  • green value is 77;
  • blue value is 93.
RGB:
(57,77,93)
(22%,30%,36%)

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 93 of 255 = 36%

57
77
93

R + G + B ~ 29%. #394D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 77 + 93 = 227 (100%)
R 57 of 227 ~ 25.11%
G 77 of 227 ~ 33.92%
B 93 of 227 ~ 40.97%

%25.11
%33.92
%40.97

CMYK color model

#394D5D color CMYK value is (39,17,0,64).

  • cyan value is 38.71%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(39,17,0,64)
C39M17Y0K64 
(39%,17%,0%,64%)
(0.39/0.17/0.00/0.64)	

CMYK percentages

%38.71
%17.2
%0
%63.53

Codes

Color #394D5D in popluar color models

394D5D
RGB577793
HSL207°24.00%29.41%
HSB/HSV207°38.71%36.47%
CMYK38.71%17.20%0.00%
63.53%

Color #394D5D in popluar number systems.

HEX394D5D
Decimal577793
Binary11100110011011011101
Octal71115135

Shades and tints

Shades of #394D5D

#394D5D
(57,77,93)
#344655
(52,70,85)
#2F3F4D
(47,63,77)
#2A3845
(42,56,69)
#25313D
(37,49,61)
#202A35
(32,42,53)
#1B232D
(27,35,45)
#161C25
(22,28,37)
#11151D
(17,21,29)
#0C0E15
(12,14,21)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #394D5D

#394D5D
(57,77,93)
#4B5D6B
(75,93,107)
#5D6D79
(93,109,121)
#6F7D87
(111,125,135)
#818D95
(129,141,149)
#939DA3
(147,157,163)
#A5ADB1
(165,173,177)
#B7BDBF
(183,189,191)
#C9CDCD
(201,205,205)
#DBDDDB
(219,221,219)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394D5D; }

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

This text font color is #394D5D.


Background Color

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

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

This div background color is #394D5D.


Border color

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

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

This div border color is #394D5D.


Opacity

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

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

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

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

This text has shadow with #394D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394D5D on black background.


Color preview on white background

This text has color #394D5D on white background.



Black color preview on #394D5D background

This text has black color on #394D5D background.


White color preview on #394D5D background

This text has white color on #394D5D background.