COLOR #394B47

HEX: #394B47
RGB: (57,75,71)

Color info

#394B47 contains red, green and blue colors in about the same proportion. Web safe color of #394B47 is #333333 (or #333).

RGB color model

#394B47 color RGB value is (57,75,71).

  • red value is 57;
  • green value is 75;
  • blue value is 71.
RGB:
(57,75,71)
(22%,29%,28%)

RGB channels and saturation

R 57 of 255 = 22%
G 75 of 255 = 29%
B 71 of 255 = 28%

57
75
71

R + G + B ~ 26%. #394B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 75 + 71 = 203 (100%)
R 57 of 203 ~ 28.08%
G 75 of 203 ~ 36.95%
B 71 of 203 ~ 34.98%

%28.08
%36.95
%34.98

CMYK color model

#394B47 color CMYK value is (24,0,5,71).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 70.59%
CMYK:
(24,0,5,71)
C24M0Y5K71 
(24%,0%,5%,71%)
(0.24/0.00/0.05/0.71)	

CMYK percentages

%24
%0
%5.33
%70.59

Codes

Color #394B47 in popluar color models

394B47
RGB577571
HSL167°13.64%25.88%
HSB/HSV167°24.00%29.41%
CMYK24.00%0.00%5.33%
70.59%

Color #394B47 in popluar number systems.

HEX394B47
Decimal577571
Binary11100110010111000111
Octal71113107

Shades and tints

Shades of #394B47

#394B47
(57,75,71)
#344541
(52,69,65)
#2F3F3B
(47,63,59)
#2A3935
(42,57,53)
#25332F
(37,51,47)
#202D29
(32,45,41)
#1B2723
(27,39,35)
#16211D
(22,33,29)
#111B17
(17,27,23)
#0C1511
(12,21,17)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #394B47

#394B47
(57,75,71)
#4B5B57
(75,91,87)
#5D6B67
(93,107,103)
#6F7B77
(111,123,119)
#818B87
(129,139,135)
#939B97
(147,155,151)
#A5ABA7
(165,171,167)
#B7BBB7
(183,187,183)
#C9CBC7
(201,203,199)
#DBDBD7
(219,219,215)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394B47 color. Also use rgb(57,75,71) instead hex code.

Text Font Color

.myTextColor { color: #394B47; }

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

This text font color is #394B47.


Background Color

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

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

This div background color is #394B47.


Border color

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

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

This div border color is #394B47.


Opacity

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

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

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

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

This text has shadow with #394B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394B47 on black background.


Color preview on white background

This text has color #394B47 on white background.



Black color preview on #394B47 background

This text has black color on #394B47 background.


White color preview on #394B47 background

This text has white color on #394B47 background.