COLOR #394C5B

HEX: #394C5B
RGB: (57,76,91)

Color info

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

RGB color model

#394C5B color RGB value is (57,76,91).

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

RGB channels and saturation

R 57 of 255 = 22%
G 76 of 255 = 30%
B 91 of 255 = 36%

57
76
91

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

Portions of RGB colors in percentages

R + G + B =
57 + 76 + 91 = 224 (100%)
R 57 of 224 ~ 25.45%
G 76 of 224 ~ 33.93%
B 91 of 224 ~ 40.63%

%25.45
%33.93
%40.63

CMYK color model

#394C5B color CMYK value is (37,16,0,64).

  • cyan value is 37.36%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(37,16,0,64)
C37M16Y0K64 
(37%,16%,0%,64%)
(0.37/0.16/0.00/0.64)	

CMYK percentages

%37.36
%16.48
%0
%64.31

Codes

Color #394C5B in popluar color models

394C5B
RGB577691
HSL206°22.97%29.02%
HSB/HSV206°37.36%35.69%
CMYK37.36%16.48%0.00%
64.31%

Color #394C5B in popluar number systems.

HEX394C5B
Decimal577691
Binary11100110011001011011
Octal71114133

Shades and tints

Shades of #394C5B

#394C5B
(57,76,91)
#344653
(52,70,83)
#2F404B
(47,64,75)
#2A3A43
(42,58,67)
#25343B
(37,52,59)
#202E33
(32,46,51)
#1B282B
(27,40,43)
#162223
(22,34,35)
#111C1B
(17,28,27)
#0C1613
(12,22,19)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #394C5B

#394C5B
(57,76,91)
#4B5C69
(75,92,105)
#5D6C77
(93,108,119)
#6F7C85
(111,124,133)
#818C93
(129,140,147)
#939CA1
(147,156,161)
#A5ACAF
(165,172,175)
#B7BCBD
(183,188,189)
#C9CCCB
(201,204,203)
#DBDCD9
(219,220,217)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394C5B color. Also use rgb(57,76,91) instead hex code.

Text Font Color

.myTextColor { color: #394C5B; }

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

This text font color is #394C5B.


Background Color

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

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

This div background color is #394C5B.


Border color

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

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

This div border color is #394C5B.


Opacity

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

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

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

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

This text has shadow with #394C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394C5B on black background.


Color preview on white background

This text has color #394C5B on white background.



Black color preview on #394C5B background

This text has black color on #394C5B background.


White color preview on #394C5B background

This text has white color on #394C5B background.