COLOR #394F5D

HEX: #394F5D
RGB: (57,79,93)

Color info

#394F5D contains red, green and blue colors in about the same proportion. Web safe color of #394F5D is #336666 (or #366).

RGB color model

#394F5D color RGB value is (57,79,93).

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

RGB channels and saturation

R 57 of 255 = 22%
G 79 of 255 = 31%
B 93 of 255 = 36%

57
79
93

R + G + B ~ 30%. #394F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 79 + 93 = 229 (100%)
R 57 of 229 ~ 24.89%
G 79 of 229 ~ 34.5%
B 93 of 229 ~ 40.61%

%24.89
%34.5
%40.61

CMYK color model

#394F5D color CMYK value is (39,15,0,64).

  • cyan value is 38.71%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(39,15,0,64)
C39M15Y0K64 
(39%,15%,0%,64%)
(0.39/0.15/0.00/0.64)	

CMYK percentages

%38.71
%15.05
%0
%63.53

Codes

Color #394F5D in popluar color models

394F5D
RGB577993
HSL203°24.00%29.41%
HSB/HSV203°38.71%36.47%
CMYK38.71%15.05%0.00%
63.53%

Color #394F5D in popluar number systems.

HEX394F5D
Decimal577993
Binary11100110011111011101
Octal71117135

Shades and tints

Shades of #394F5D

#394F5D
(57,79,93)
#344855
(52,72,85)
#2F414D
(47,65,77)
#2A3A45
(42,58,69)
#25333D
(37,51,61)
#202C35
(32,44,53)
#1B252D
(27,37,45)
#161E25
(22,30,37)
#11171D
(17,23,29)
#0C1015
(12,16,21)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #394F5D

#394F5D
(57,79,93)
#4B5F6B
(75,95,107)
#5D6F79
(93,111,121)
#6F7F87
(111,127,135)
#818F95
(129,143,149)
#939FA3
(147,159,163)
#A5AFB1
(165,175,177)
#B7BFBF
(183,191,191)
#C9CFCD
(201,207,205)
#DBDFDB
(219,223,219)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394F5D; }

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

This text font color is #394F5D.


Background Color

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

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

This div background color is #394F5D.


Border color

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

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

This div border color is #394F5D.


Opacity

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

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

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

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

This text has shadow with #394F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394F5D on black background.


Color preview on white background

This text has color #394F5D on white background.



Black color preview on #394F5D background

This text has black color on #394F5D background.


White color preview on #394F5D background

This text has white color on #394F5D background.